Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions DecisionTree/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
- 依赖
- NumPy
- Matplotlib
- id3_c45


- 测试
Expand Down
3 changes: 2 additions & 1 deletion SVM/SVM_by_SMO/README.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -13,6 +13,7 @@ training.
# Documentation

Setup model (following parameters are default)
Library Used - SVCSMO

```python

Expand Down