Update README.md

This commit is contained in:
Hai Ning
2018-12-13 11:28:02 -05:00
committed by GitHub
parent 0348e54e21
commit 4a2d6d637a

View File

@@ -2,7 +2,7 @@
Follow these sample notebooks to learn:
1. [Train within notebook](train-withint-notebook): train a simple scikit-learn model using the Jupyter kernel and deploy the model to Azure Container Service.
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 remove VM](train-on-remote-vm): train a model using a remote Azure VM as compute target.
4. [Logging API](logging-api): experiment with various logging functions to create runs and automatically generate graphs.