Skip to content

Commit

Permalink
Merge pull request #672 from weixuanfu/early_stop_api_doc
Browse files Browse the repository at this point in the history
Add early_stop parameter in API doc
  • Loading branch information
rhiever authored Mar 6, 2018
2 parents 2ab5e05 + f0c03aa commit f4ff313
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs_sources/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<strong>warm_start</strong>=False,
<strong>memory</strong>=None,
<strong>periodic_checkpoint_folder</strong>=None,
<strong>early_stop</strong>=None,
<strong>verbosity</strong>=0,
<strong>disable_update_check</strong>=False</em>)</pre>
<div align="right"><a href="https://github.com/EpistasisLab/tpot/blob/master/tpot/base.py">source</a></div>
Expand Down Expand Up @@ -480,6 +481,7 @@ Does not return anything
<strong>warm_start</strong>=False,
<strong>memory</strong>=None,
<strong>periodic_checkpoint_folder</strong>=None,
<strong>early_stop</strong>=None,
<strong>verbosity</strong>=0,
<strong>disable_update_check</strong>=False</em>)</pre>
<div align="right"><a href="https://github.com/EpistasisLab/tpot/blob/master/tpot/base.py">source</a></div>
Expand Down

0 comments on commit f4ff313

Please sign in to comment.