mirror of
https://github.com/Azure/MachineLearningNotebooks.git
synced 2025-12-21 10:05:09 -05:00
12 lines
1013 B
Markdown
12 lines
1013 B
Markdown
## Using basic training APIs
|
|
|
|
Follow these sample notebooks to learn:
|
|
|
|
1. [Train within notebook](train-within-notebook): train a simple scikit-learn model using the Jupyter kernel and deploy the model to Azure Container Service.
|
|
2. [Train on local](train-on-local): train a model using local computer as compute target.
|
|
3. [Train on remote VM](train-on-remote-vm): train a model using a remote Azure VM as compute target.
|
|
4. [Train on ML Compute](train-on-amlcompute): train a model using an ML Compute cluster as compute target.
|
|
5. [Train in an HDI Spark cluster](train-in-spark): train a Spark ML model using an HDInsight Spark cluster as compute target.
|
|
6. [Train and hyperparameter tune on Iris Dataset with Scikit-learn](train-hyperparameter-tune-deploy-with-sklearn): train a model using the Scikit-learn estimator and tune hyperparameters with Hyperdrive.
|
|
|
|
 |