Update to 0.19.0. Many new features and bugfixes, see here.
Details
Details
- Reviewers
JoshStrobl - Group Reviewers
Triage Team - Commits
- R2855:26f27ce0a247: Update scikit-learn to 0.19.0
Tested with existing scripts. Also a quick example:
In [1]: from sklearn import datasets In [2]: digits = datasets.load_digits() In [3]: print(digits.data) [[ 0. 0. 5. ..., 0. 0. 0.] [ 0. 0. 0. ..., 10. 0. 0.] [ 0. 0. 0. ..., 16. 9. 0.] ..., [ 0. 0. 1. ..., 6. 0. 0.] [ 0. 0. 2. ..., 12. 0. 0.] [ 0. 0. 10. ..., 12. 1. 0.]]
Diff Detail
Diff Detail
- Repository
- R2855 scikit-learn
- Lint
Lint Not Applicable - Unit
Tests Not Applicable