Skip to content

Commit

Permalink
remove default class imbalance condition (#412)
Browse files Browse the repository at this point in the history
  • Loading branch information
noamzbr committed Jan 2, 2022
1 parent 9279b06 commit 551e30b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.0
0.1.1
3 changes: 1 addition & 2 deletions deepchecks/suites/default_suites.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,7 @@ def model_evaluation() -> Suite:
return Suite(
'Model Evaluation Suite',
ConfusionMatrixReport(),
PerformanceReport().add_condition_class_performance_imbalance_ratio_not_greater_than(
).add_condition_train_test_performance_degradation_ratio_not_greater_than(),
PerformanceReport().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 551e30b

Please sign in to comment.