Skip to content

Commit

Permalink
chore: added training framework constant
Browse files Browse the repository at this point in the history
  • Loading branch information
aayushacharya committed Jan 25, 2024
1 parent 8ad7d9f commit 6fcac41
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions evadb/configuration/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,4 @@
DEFAULT_XGBOOST_TASK = "regression"
DEFAULT_SKLEARN_TRAIN_MODEL = "rf"
SKLEARN_SUPPORTED_MODELS = ["rf", "extra_tree", "kneighbor"]
TRAINING_FRAMEWORKS = ["Sklearn", "Ludwig", "XGBoost", "Forecasting"]

0 comments on commit 6fcac41

Please sign in to comment.