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
3c6cf99470
scikit-learn
/
sklearn
/
preprocessing
History
Andreas Mueller
a2a2d83be4
FIX be robust to obscure callables that are false.
2015-08-03 12:59:41 -04:00
..
tests
COMPAT: Makes test_function_transformer py2 compatible.
2015-08-03 11:45:16 -04:00
__init__.py
ENH: Renames CallableTransformer -> FunctionTransformer.
2015-08-03 11:45:16 -04:00
_weights.py
FIX make StandardScaler & scale more numerically stable
2015-03-23 14:32:33 +01:00
data.py
DOC Improve wording in minmax_scale documentation
2015-07-05 18:51:55 +02:00
function_transformer.py
FIX be robust to obscure callables that are false.
2015-08-03 12:59:41 -04:00
imputation.py
DOC adding backlinks to docstrings
2015-06-03 00:24:04 -04:00
label.py
Don't allow negative values for inverse transform, and raise error similar to transform for new labels
2015-07-11 16:17:46 -05:00