Model#
Base models#
Abstractions for training models with AutoML.

AutoML
Establish a champion model for a dataset with AutoML

AutoTS
Establish a time-series champion model across multiple forecast horizons with AutoTS

AutoAnomaly
Train diverse anomaly detection models with AutoML

AutoCluster
Train diverse clustering models with AutoML
Model wrappers#
Abstractions for working with base models within a single DR project.

FeatureDiscovery
Model with and discover features across multiple datasets PROTOTYPE

ColumnReduce
Fit models on iteratively column-reduced training data PROTOTYPE

SelfDiscovery
Perform feature discovery on a single dataset using a self join PROTOTYPE