Type Alias ModelAlgorithm

ModelAlgorithm:
    | "catboost_classifier"
    | "catboost_regression"
    | "elasticnet_regression"
    | "gaussian_nb"
    | "kneighbors_classifier"
    | "lasso_regression"
    | "lasso"
    | "lgbm_classifier"
    | "lgbm_regression"
    | "linear_regression"
    | "logistic_regression"
    | "random_forest_classifier"
    | "random_forest_regression"
    | "sgd_regression"
    | "xgb_classifier"
    | "xgb_regression"
    | "deepar_timeseries"
    | "mixer_timeseries"
    | "tft_timeseries"
    | "tide_timeseries"

Enumeration of model algorithms.

A subset of these may be provided based on your ExperimentType. This is based on your target's featureType. When you select a target feature from your ProfileInsights response (defaultVersionConfig.featuresList), it tells you which algorithms will be available if you choose it as your target.