File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3939 "model_selection module into which all the refactored classes "
4040 "and functions are moved. Also note that the interface of the "
4141 "new CV iterators are different from that of this module. "
42- "This module will be removed in 0.19 ." , DeprecationWarning )
42+ "This module will be removed in 0.20 ." , DeprecationWarning )
4343
4444
4545__all__ = ['KFold' ,
Original file line number Diff line number Diff line change 3939
4040warnings .warn ("This module has been deprecated in favor of the "
4141 "model_selection module into which all the refactored classes "
42- "and functions are moved. This module will be removed in 0.19 ." ,
42+ "and functions are moved. This module will be removed in 0.20 ." ,
4343 DeprecationWarning )
4444
4545
Original file line number Diff line number Diff line change 1919
2020warnings .warn ("This module has been deprecated in favor of the "
2121 "model_selection module into which all the functions are moved."
22- " This module will be removed in 0.19 " ,
22+ " This module will be removed in 0.20 " ,
2323 DeprecationWarning )
2424
2525
You can’t perform that action at this time.
0 commit comments