From 022fd3bca3d43ed81670bde480df67644a0025c1 Mon Sep 17 00:00:00 2001 From: Navneet Raj Singh <78605187+NavneetRajSingh@users.noreply.github.com> Date: Tue, 3 Oct 2023 19:34:47 +0530 Subject: [PATCH 1/2] Update readme.md --- DecisionTree/readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/DecisionTree/readme.md b/DecisionTree/readme.md index 4370c57..a178a91 100644 --- a/DecisionTree/readme.md +++ b/DecisionTree/readme.md @@ -4,6 +4,7 @@ - 依赖 - NumPy - Matplotlib + - id3_c45 - 测试 From cbb8cfe327584783b6ce5bbec6a002171d1c0f1c Mon Sep 17 00:00:00 2001 From: Navneet Raj Singh <78605187+NavneetRajSingh@users.noreply.github.com> Date: Tue, 3 Oct 2023 19:36:35 +0530 Subject: [PATCH 2/2] Update README.md --- SVM/SVM_by_SMO/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/SVM/SVM_by_SMO/README.md b/SVM/SVM_by_SMO/README.md index c624620..3964e56 100755 --- a/SVM/SVM_by_SMO/README.md +++ b/SVM/SVM_by_SMO/README.md @@ -1,7 +1,7 @@ # SVM Simple implementation of a Support Vector Classification using the Sequential Minimal Optimization (SMO) algorithm for -training. +training. ## Supported python versions: * Python 2.7 @@ -13,6 +13,7 @@ training. # Documentation Setup model (following parameters are default) +Library Used - SVCSMO ```python