AutoMLΒΆ
Bayaml includes built-in AutoML:
Model comparison
Cross-validation
Leaderboard tracking
Best-model selection
Example:
from bayaml import automl
result = automl("iris.csv", target="species")
Bayaml includes built-in AutoML:
Model comparison
Cross-validation
Leaderboard tracking
Best-model selection
Example:
from bayaml import automl
result = automl("iris.csv", target="species")