Skip to content

Commit

Permalink
only one performance report (#406)
Browse files Browse the repository at this point in the history
  • Loading branch information
noamzbr committed Jan 2, 2022
1 parent 5b8e1bc commit eb7e6bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deepchecks/suites/default_suites.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ def model_evaluation() -> Suite:
return Suite(
'Model Evaluation Suite',
ConfusionMatrixReport(),
PerformanceReport().add_condition_class_performance_imbalance_ratio_not_greater_than(),
PerformanceReport().add_condition_train_test_performance_degradation_ratio_not_greater_than(),
PerformanceReport().add_condition_class_performance_imbalance_ratio_not_greater_than(
).add_condition_train_test_performance_degradation_ratio_not_greater_than(),
RocReport().add_condition_auc_not_less_than(),
SimpleModelComparison().add_condition_ratio_not_less_than(),
ModelErrorAnalysis().add_condition_segments_performance_relative_difference_not_greater_than(),
Expand Down

0 comments on commit eb7e6bb

Please sign in to comment.