Skip to content

Commit

Permalink
v2023.10.13 developmental
Browse files Browse the repository at this point in the history
  • Loading branch information
jolespin committed Oct 17, 2023
1 parent 928a924 commit 83b6df7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion DEVELOPMENT.md → CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Development Log
# Change Log
* [2023.10.12] - Replaced `np.mean` with `np.nanmean` to handle `nan` values in scores (e.g., `precision_score`)
* [2023.10.10] - Made `method="asymmetric"` the new default
* [2023.6.9] - Added `plot_scores_comparison` and `get_balanced_class_subset` for evaluating testing datasets.
* [2023.5.25] - Added `X_testing` and `y_testing` to `recursive_feature_elimination` functions/methods.

0 comments on commit 83b6df7

Please sign in to comment.