Skip to content

Commit db19085

Browse files
committed
increase num_epochs in evaluate
1 parent 15ad37d commit db19085

File tree

1 file changed

+1
-1
lines changed
  • test/test_pipeline/components/training

1 file changed

+1
-1
lines changed

test/test_pipeline/components/training/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def prepare_trainer(self,
2222
n_samples: int,
2323
trainer: BaseTrainerComponent,
2424
task_type: int,
25-
epochs=50):
25+
epochs=100):
2626
if task_type in CLASSIFICATION_TASKS:
2727
X, y = make_classification(
2828
n_samples=n_samples,

0 commit comments

Comments
 (0)