Skip to content

Commit

Permalink
сруср еуые
Browse files Browse the repository at this point in the history
  • Loading branch information
MorrisNein committed Dec 4, 2023
1 parent 6fc7d58 commit b6c3c5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/composer/test_metrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ def expected_values() -> Dict[str, Dict[str, float]]:
'metric, pipeline_func, data_setup, validation_blocks',
[
*product(ComplexityMetricsEnum, [get_classification_pipeline], ['complexity'], [None]),
*product(ClassificationMetricsEnum, [get_classification_pipeline], ['binary', 'multiclass'], [None]),
*product(ClassificationMetricsEnum, [get_classification_pipeline], ['multiclass'], [None]),
*product(RegressionMetricsEnum, [get_regression_pipeline], ['regression', 'multitarget'], [None]),
*product(TimeSeriesForecastingMetricsEnum, [get_ts_pipeline], ['ts', 'multits'], [2])
],
Expand Down

0 comments on commit b6c3c5f

Please sign in to comment.