version 1.0.21

This commit is contained in:
Roope Astala
2019-03-25 15:06:08 -04:00
parent 407b8929d0
commit 556a41e223
57 changed files with 4582 additions and 1762 deletions

View File

@@ -23,8 +23,7 @@
"\n",
"> * Set up your development environment\n",
"> * Access and examine the data\n",
"> * Train a simple logistic regression model locally using the popular scikit-learn machine learning library \n",
"> * Train multiple models on a remote cluster\n",
"> * Train a simple logistic regression model on a remote cluster\n",
"> * Review training results, find and register the best model\n",
"\n",
"You'll learn how to select a model and deploy it in [part two of this tutorial](deploy-models.ipynb) later. \n",