-
- Downloads
Merge tag '0.17' into releases
scikit-learn 0.17 release * tag '0.17': (41 commits) Fix import of reload for python 3.3 MAINT version string for 0.17. D'OH split installation into simple and advanced part skip unstable tests and doctests on 32bit platform More doc fixes. Latex builds again. REL add 0.17.0 release to news DOC some fixes to docbuild MAINT Don't use deprecated 1d X (or deprecated matplotlib stuff) in examples. Version added for all new classes and parameters DOC Typo fixes in whatsnew. Thanks @jnothman Ensure that n_nonzero_coefs is an int Add missing whatsnew entries for 0.17 FIX port LDA covariance fix to decomposition module DOC some fixes to the doc build. FIX don't compare things that can be arrays to strings. fixed missing import from too much cherry picking. fix 1 sparse row scaling in robust scaler OneHotEncoder warn fix Don't use floats to index numpy arrays REL Make 0.17 website changes for release. ...
Showing
- Makefile 10 additions, 0 deletionsMakefile
- README.rst 2 additions, 0 deletionsREADME.rst
- doc/datasets/index.rst 14 additions, 0 deletionsdoc/datasets/index.rst
- doc/datasets/rcv1.rst 2 additions, 2 deletionsdoc/datasets/rcv1.rst
- doc/developers/advanced_installation.rst 431 additions, 0 deletionsdoc/developers/advanced_installation.rst
- doc/developers/index.rst 1 addition, 0 deletionsdoc/developers/index.rst
- doc/documentation.rst 5 additions, 4 deletionsdoc/documentation.rst
- doc/index.rst 2 additions, 0 deletionsdoc/index.rst
- doc/install.rst 29 additions, 422 deletionsdoc/install.rst
- doc/modules/clustering.rst 1 addition, 1 deletiondoc/modules/clustering.rst
- doc/modules/decomposition.rst 1 addition, 0 deletionsdoc/modules/decomposition.rst
- doc/modules/feature_selection.rst 2 additions, 0 deletionsdoc/modules/feature_selection.rst
- doc/modules/multiclass.rst 4 additions, 4 deletionsdoc/modules/multiclass.rst
- doc/modules/svm.rst 1 addition, 1 deletiondoc/modules/svm.rst
- doc/themes/scikit-learn/layout.html 3 additions, 3 deletionsdoc/themes/scikit-learn/layout.html
- doc/whats_new.rst 118 additions, 12 deletionsdoc/whats_new.rst
- examples/applications/face_recognition.py 4 additions, 2 deletionsexamples/applications/face_recognition.py
- examples/applications/plot_prediction_latency.py 2 additions, 2 deletionsexamples/applications/plot_prediction_latency.py
- examples/applications/plot_stock_market.py 5 additions, 2 deletionsexamples/applications/plot_stock_market.py
- examples/classification/plot_lda_qda.py 2 additions, 4 deletionsexamples/classification/plot_lda_qda.py
Loading
Please register or sign in to comment