Skip to content

Commit

Permalink
whitespace del
Browse files Browse the repository at this point in the history
  • Loading branch information
perib committed Sep 29, 2024
1 parent e461ff3 commit a14dd13
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tpot2/tpot_estimator/estimator.py
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,6 @@ def __init__(self,
stepwise_steps : int, default=1
The number of staircase steps to take when scaling the budget and population size.
n_jobs : int, default=1
Number of processes to run in parallel.
Expand All @@ -300,7 +299,6 @@ def __init__(self,
If True, will use multiprocessing to parallelize the optimization process. If False, will use threading.
True seems to perform better. However, False is required for interactive debugging.
warm_start : bool, default=False
If True, will use the continue the evolutionary algorithm from the last generation of the previous run.
Expand Down

0 comments on commit a14dd13

Please sign in to comment.