4. AutoML
Click on AutoML in the Machine Learning category.
Model Type: Choose the type of model to generate. You can conveniently install necessary packages through Install.
Generation(TPOT): Set the number of generations to generate, evaluate, and compare. Each generation generates and evaluates candidate model pipelines. Higher values increase execution time.
Population Size(TPOT): Determine the number of model candidates generated in each generation set in the previous step.
Cv(TPOT): Determine the number of folds used for cross-validation.
Random State(TPOT): Control randomness. If not set, different random sequences are generated each time.
Allocate to: Specify variable names to assign to the generated model.
Code View: Preview the code that will be output.
Run: Execute the code.
Last updated