Creating AutoML Experiments

A Data Scientist can create various Experiments based on specified algorithms.

There can be different types of Experiments based on the algorithm type specified. In the DS Lab module we currently support Classification, Regression, and Forecasting.

  • A Classification experiment can be created for discrete data when the user wants to predict one of the several categories.

  • A Regression experiment can be created for continuous numeric values.

  • A Forecasting experiment can be created for predicting future values based on the historical data.

Please Note:

  • AutoML experiments are running as Jobs and a new Job will get allocated for each experiment created in the AutoML tab.

  • Jobs will spin up once Experiment is created and after models are trained and ready, it will get killed automatically.

  • Refer the Data Science Lab Quick Start Flow page to get an overview of the Data Science Lab module in nutshell.

Last updated