dp100 Cheat Sheet Machine Learning
dp100 Cheat Sheet Machine Learning
dp100 Cheat Sheet Machine Learning
Machine learning uses algorithms to identify patterns within data. Patterns that are used to create a data model that can make predictions.
The Azure for the Data Scientist course (DP-100) focuses on creating and using machine learning models with Azure Machine Learning.
To understand the purpose of the exercises, a simplified overview is provided here.
Azure Blob Storage Azure Data Lake Gen2 Azure SQL Database
Object cloud storage. Unlimited object cloud storage. Relational cloud database.
Uses flat namespace to store Uses hierarchical namespace for Used for tabular and
unstructured data. granular access control. transactional data.
Data
Includes features (what influences the to be
predicted value) and the target value (if it exists). Model
Often stored as a binary file (e.g. pickle file).
Algorithm Use on new data with same features to predict
Based on the task (e.g. classification), the target value.
different algorithms and hyperparameters
can be tried.
Explore visual tools for machine learning on Microsoft Learn Azure Machine Learning documentation