Further reading
This section offers a list of web resources to help you augment your knowledge of the AzureML SDK and the various code snippets used in this chapter:
- Source of the diabetes dataset: https://www4.stat.ncsu.edu/~boos/var.select/diabetes.html
- LassoLars model documentation on scikit-learn website: https://scikit-learn.org/stable/modules/linear_model.html#lars-lasso
- The plotly open source graphing library: https://github.com/plotly/plotly.py
- MLflow Tracking API reference: https://mlflow.org/docs/latest/quickstart.html#using-the-tracking-api
- Syntax for the
.amlignore
and .gitignore
files: https://git-scm.com/docs/gitignore - Flake8 for code linting: https://flake8.pycqa.org