You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* fix `ValueError: y_true and y_pred contain different number of classes`
* use number instead of str
* Set default LogisticRegression solver to saga to make it working for RFE
* Add a script to inspect and plot output db
* Add `y_true_collector` and `y_pred_proba_collector` metrics
To collect true binary labels and predicted probabilities for ROC curve generation
* Move getting the best replicate into a function
* Remove empty lines
* Return `best_models_dict` by `get_best_replicate`
* Plot ROC
* Keep only the models we are interested in
* Improve figure titles
* Plot the mean ± std ROC curve for each model across replicates.
* Unify titles across figures
* include metric (e.g., 'balanced_accuracy (test)' or 'balanced_accuracy (validate)') to ROC figure fnames
* Add max_iter parameter to log_reg configuration
* Add proper argparse
* Get unique targets dynamically and iterate over them
* Initial commit; added SHAP value calculation to the list of available metrics.
* Swapped SHAP values from list to dict (bound by feature name)
* Fixed error when a model cannot natively be parsed by SHAP.
* Added new "VarianceDrop" data hook, allowing low-variance features to be dropped as part of a trial's run.
* Updated iris testing dataset + config with new encoders.
* Added Jupyter Notebooks to the git ignore, as we occasionally use them for visual validation of tests.
* Added catch for homogeneity when running SHAP tests.
* Removed "inspect_output_db", as it is too specific to Jan's analysis.
* Pinned to pre-3.0 version of Pandas until `dtype` issues can be addressed.
---------
Co-authored-by: valosekj <jan.valosek@upol.cz>
Co-authored-by: Jan Valosek <39456460+valosekj@users.noreply.github.com>
0 commit comments