This website requires JavaScript.
Explore
Help
Sign In
baohan
/
scikit-learn
mirror of
https://github.com/scikit-learn/scikit-learn.git
Watch
0
Star
0
Fork
You've already forked scikit-learn
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
5eab030d24
scikit-learn
/
sklearn
/
preprocessing
History
Gael Varoquaux
89011e369a
MISC: deprecate balance_weights (it's internal)
2013-07-29 03:06:58 +02:00
..
tests
MISC: deprecate balance_weights (it's internal)
2013-07-29 03:06:58 +02:00
__init__.py
MISC: deprecate balance_weights (it's internal)
2013-07-29 03:06:58 +02:00
_weights.py
MISC: deprecate balance_weights (it's internal)
2013-07-29 03:06:58 +02:00
data.py
FIX/ENH make StandardScaler convert int input to float and warn about it, instead of warning and rounding for dense and crashing for sparse.
2013-07-27 15:19:32 +02:00
imputation.py
Py3: fix version comparison in imputation module
2013-07-27 18:13:23 +02:00
label.py
much better input validation, test that warning is raised on (n_samples, 1) y
2013-07-28 16:08:16 +02:00