Commit Graph

8 Commits

Author SHA1 Message Date
Vighnesh Birodkar 735dd1fdca Fix warnings during tests 2015-10-08 14:52:21 -04:00
Alexandre Gramfort 05100fc2a1 FIX : allow NaN in input of calibration if estimator handles it 2015-03-18 16:44:21 +01:00
Olivier Grisel c1fa16f5be ENH no need for tie breaking jitter in calibration
The isotonic regression routine now implements deterministic
tie-breaking by default.
2015-03-04 12:04:35 -05:00
Olivier Grisel 70d49de695 ENH ensure that a warning is raised when sample_weight is not supported
Also: make it possible to fix the random_state used to break the jitter
for isotonic calibration.
2015-02-20 19:37:12 +01:00
Olivier Grisel eee0e67fa6 MAINT mark _sigmoid_calibration private 2015-02-20 19:37:12 +01:00
Alexandre Gramfort 7376309e81 TST improve coverage of calibration.py 2015-02-20 19:37:11 +01:00
Alexandre Gramfort 6b0f75ccc5 COSMIT : pep8 + 2 spaces 2015-02-20 19:37:11 +01:00
Jan Hendrik Metzen 6ec7a0efbb TST Tests for the calibration module 2015-02-20 19:37:11 +01:00