XGBoost
Linear Learner
Factorization Machines
K-Means
Random Cut Forest
Image Classification
Object Detection
Semantic Segmentation
BlazingText
LDA
Sequence2Sequence
DeepAR
LightGBM
AutoGluon-Tabular
CatBoost
TabTransformer
Regression
Levenshtein distance
How do you enable XGBoost to perform classification tasks?
To enable XGBoost to perform classification tasks, set the objective parameter to multi:softmax and specify the number of classes in the num_class parameter.
Support Vector Machines (SVM)
SVM with Radial Basis Function (RBF) kernel
Multinomial logistic regression
What input data types are supported?
recordIO
JSON
JPEG
PNG
CSV
libSVM
No
TSV, TFRecord, HDF5
Logistic Regression
Logistic Regression is incorrect as this type of regression only predicts a binary output such as “0” or “1”.