Skip to content

Commit 8dcc586

Browse files
authored
Merge pull request #58 from JakeRadMSFT/u/jakerad/reduce-train-time
Reduce train time for Train and AutoML Notebook.
2 parents 3888429 + 116f49a commit 8dcc586

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

machine-learning/03-Training and AutoML.ipynb

+3-3
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@
413413
"var experiment = context.Auto().CreateExperiment();\n",
414414
"experiment.SetPipeline(pipeline)\n",
415415
" .SetEvaluateMetric(RegressionMetric.RootMeanSquaredError, \"y\")\n",
416-
" .SetTrainingTimeInSeconds(300)\n",
416+
" .SetTrainingTimeInSeconds(30)\n",
417417
" .SetDataset(trainTestSplit.TrainSet, trainTestSplit.TestSet)\n",
418418
" .SetMonitor(monitor);\n",
419419
"\n",
@@ -535,8 +535,8 @@
535535
"source": [
536536
"# Continue learning\n",
537537
"\n",
538-
"> [⏩ Next Module - Model Evaluation](https://raw.githubusercontent.com/JakeRadMSFT/csharp-notebooks/main/machine-learning/04-Model%20Evaluation.ipynb) \n",
539-
"> [⏪ Last Module - Data Prep and Feature Engineering](https://raw.githubusercontent.com/JakeRadMSFT/csharp-notebooks/main/machine-learning/02-Data%20Preparation%20and%20Feature%20Engineering.ipynb) "
538+
"> [⏩ Next Module - Model Evaluation](https://ntbk.io/ml-04-evaluation) \n",
539+
"> [⏪ Last Module - Data Prep and Feature Engineering](https://ntbk.io/ml-02-data) "
540540
]
541541
}
542542
],

0 commit comments

Comments
 (0)