mirror of
https://github.com/webclinic017/drift.git
synced 2026-08-13 19:08:06 +00:00
refactor(Project): removed regression method (we can still use regression models, but we'll need map them to classification later) (#182)
* refactor(Project): removed regression method (we can still use regression models, but we'll need map them to classes later) * fix(Training): removed mistakenly left in `method` parameter
This commit is contained in:
@@ -102,7 +102,6 @@ def test_evaluation():
|
||||
target_returns=fake_target_returns,
|
||||
y_pred=processed_predictions_to_match_returns,
|
||||
y_true=y,
|
||||
method='classification',
|
||||
no_of_classes='two',
|
||||
print_results = False,
|
||||
discretize=True
|
||||
|
||||
Reference in New Issue
Block a user