Skip to content

Releases: alvinthai/OrderedOVRClassifier

v1.1.2

29 Mar 22:30
Compare
Choose a tag to compare
  • Added set_threshold parameter to fit and fit_test_ovr
  • Renamed plot_oovr_dependencies method to plot_threshold_dependence
  • Bug fixes for mislabeled variables

v1.1.1

04 Jan 03:32
Compare
Choose a tag to compare
  • Bug fix for PipelineES to ensure that eval_idx data does not get fit

v1.1.0

02 Jan 08:58
Compare
Choose a tag to compare
  • Moved fbeta_weight, train_final_model, train_final_only from __init__ to fit method.
  • Added support for fit_params in fit_test, fit_test_grid, fit_test_ovr methods; added support for model_fit_params in fit method.
  • Added support for GridSearchCV and RandomizedSearchCV models with Pipeline estimators in fit_test_grid.
  • fit now resets attributes every time it is called.

Initial Public Release

28 Dec 07:04
Compare
Choose a tag to compare
v1.0.0

updated readme