Getting Started with AML: Building blocks for a model
Using a small sample dataset, this experiment helps a beginner check basic statistics like mean/median/correlation and finally build a Regression model.
Using a small sample dataset, this experiment helps a beginner check basic statistics like mean/median/correlation and finally building a Regression model.
This experiment introduces the concept of splitting the input data into 2 (train/test) and building the model on the train dataset while performing the evaluation of the model on the test dataset.
Created by a Microsoft employee