Input
ExecutionExecution trigger
AI/ML/Tuning
Automatically finds the best classification model. Cross-validates Naive Bayes, Decision Tree, Logistic Regression, Random Forest and SVM, then retrains the winner on the full dataset. The reported Best Model Type can be fed straight into Grid Search to tune it further.
Scores range from 0 to 10. Higher values mean more impact, exposure, or operational weight.
Execution trigger
Number of cross-validation folds
Metric the leaderboard is ranked by. Accuracy is the share of correct rows; Macro F1 averages per-class F1 with equal weight per class, which is the right choice when the classes are imbalanced.
Include SVM in comparison (slower but often more accurate)
Include Logistic Regression. Fast, and the only candidate that yields calibrated probabilities, but it expects scaled features — fit a Feature Scaler first for a fair comparison.
Include Random Forest. Usually the strongest candidate here, at the cost of training one tree per ensemble member on every fold.
Data source type
Activated when AutoML completes
Complete AutoML results with leaderboard
Leaderboard entries sorted by score
Entry in the AutoML leaderboard
Model type (e.g., "GaussianNaiveBayes", "DecisionTree", "SVM")
Best parameters found for this model
Best CV score achieved
Training time in seconds
Rank in leaderboard (1 = best)
Index of best model in leaderboard
Total models trained
Total elapsed time in seconds
Metric used for optimization
The best model trained on full data
Name of the best algorithm