Please enable JavaScript.
Coggle requires JavaScript to display documents.
Intro to AutoML - Coggle Diagram
Intro to AutoML
Introduction
Step 1. Gather the Data
Step 2. Prepare the Data
Step 4. Train the Model
Step 5. Evaluate the Model
Step 6. Tune Parameters
Step 7. Get Predictions
Step 3. Select the Model
Art?
Try everything and build intuition
no universally accepted rules
Use AutoML to generate intelligent predictions
AutoML
Covers Step 2. to Step 7
Paid Service
Code
import automl_tables_wrapper
Define variables to create an instance of AutoMLTablesWrapper
use train_model() method to train the model
use get_predictions() to make predictions