File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -395,6 +395,14 @@ def test_eer(self):
395395
396396 modAL .expected_error .expected_log_loss_reduction (learner , X_pool )
397397 modAL .expected_error .expected_error_reduction (learner , X_pool )
398+ modAL .expected_error .expected_log_loss_reduction (learner , X_pool , p_subsample = 0.1 )
399+ modAL .expected_error .expected_error_reduction (learner , X_pool , p_subsample = 0.1 )
400+ modAL .expected_error .expected_log_loss_reduction (learner , X_pool )
401+ modAL .expected_error .expected_error_reduction (learner , X_pool )
402+ self .assertRaises (AssertionError , modAL .expected_error .expected_error_reduction ,
403+ learner , X_pool , p_subsample = 1.5 )
404+ self .assertRaises (AssertionError , modAL .expected_error .expected_log_loss_reduction ,
405+ learner , X_pool , p_subsample = 1.5 )
398406
399407
400408class TestUncertainties (unittest .TestCase ):
You can’t perform that action at this time.
0 commit comments