Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
QinbinLi committed Jun 10, 2018
1 parent f82300e commit e2da37a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,12 @@ svm_predict(y,x,'test_dataset.txt.model','test_dataset.predict')
python test.py
```
## Scikit-learn wrapper interface
### Prerequisites
* numpy
* scipy
* sklearn
### Usage
The usage of thundersvm scikit interface is similar to scikit.svm.
The usage of thundersvm scikit interface is similar to sklearn.svm.

This scikit-learn wrapper interface has issues with **Python 3 on Windows** for unknown reasons. If your project uses Python 3, please use our simple Python interface.

Expand Down

0 comments on commit e2da37a

Please sign in to comment.