File tree 1 file changed +8
-8
lines changed 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -67,14 +67,14 @@ def test_fit(dask_client):
67
67
68
68
automl .fit (X_train , Y_train , task = MULTICLASS_CLASSIFICATION )
69
69
70
- score = automl .score (X_test , Y_test )
71
- assert score > 0.8
72
- assert count_succeses (automl .cv_results_ ) > 0
73
- assert includes_train_scores (automl .performance_over_time_ .columns ) is True
74
- assert performance_over_time_is_plausible (automl .performance_over_time_ ) is True
75
- assert automl ._task == MULTICLASS_CLASSIFICATION
76
-
77
- del automl
70
+ score = automl .score (X_test , Y_test )
71
+ assert score > 0.8
72
+ assert count_succeses (automl .cv_results_ ) > 0
73
+ assert includes_train_scores (automl .performance_over_time_ .columns ) is True
74
+ assert performance_over_time_is_plausible (automl .performance_over_time_ ) is True
75
+ assert automl ._task == MULTICLASS_CLASSIFICATION
76
+
77
+ del automl
78
78
79
79
80
80
def test_fit_roar (dask_client_single_worker ):
You can’t perform that action at this time.
0 commit comments