Skip to content

Commit

Permalink
Merge 9f070f0 into b17e2f1
Browse files Browse the repository at this point in the history
  • Loading branch information
fortin-alex committed Jun 11, 2018
2 parents b17e2f1 + 9f070f0 commit 4884f1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorials/Titanic_Kaggle.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -801,7 +801,7 @@
"editable": true
},
"source": [
"After that, we proceed to calling the `fit`, `score` and `export` functions on our training dataset. To get a better idea of how these functions work, refer the TPOT documentation [here](http://rhiever.github.io/tpot/using/).\n",
"After that, we proceed to calling the `fit`, `score` and `export` functions on our training dataset. To get a better idea of how these functions work, refer the TPOT documentation [here](http://epistasislab.github.io/tpot/api/).\n",
"\n",
"An important TPOT parameter to set is the number of generations. Since our aim is to just illustrate the use of TPOT, we have set it to 5. On a standard laptop with 4GB RAM, it roughly takes 5 minutes per generation to run. For each added generation, it should take 5 mins more. Thus, for the default value of 100, total run time could be roughly around 8 hours. "
]
Expand Down

0 comments on commit 4884f1a

Please sign in to comment.