diff --git a/tpot_tutorial.ipynb b/tpot_tutorial.ipynb index 35eb38b6a7946d3029638b4b55f1d2e41a60f40f..d6337788119eb0551e1b395808b619fd8931d015 100644 --- a/tpot_tutorial.ipynb +++ b/tpot_tutorial.ipynb @@ -213,7 +213,7 @@ "# Will report the score of the best found pipeline\n", "# Change max_time_mins to a higher time to allow TPOT to run without interruption. #issue number 25\n", "# It is currently at 2 mins for sake of not taking to long\n", - "tpot = TPOTClassifier(verbosity=2, max_time_mins=4)\n", + "tpot = TPOTClassifier(verbosity=2, max_time_mins=3)\n", "tpot.fit(X_train, y_train)\n", "print(tpot.score(X_test, y_test))" ] @@ -1072,7 +1072,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.8.2" + "version": "3.9.1" } }, "nbformat": 4,