List all available classifiers and their requirements
Examples
get_available_classifiers()
#> name full_name package installed
#> 1 LR Logistic Regression (glmnet) glmnet TRUE
#> 2 RF Random Forest (randomForest) randomForest TRUE
#> 3 SVM Support Vector Machine (e1071) e1071 TRUE
#> 4 NB Naive Bayes (e1071) e1071 TRUE
#> 5 DT Decision Tree (rpart) rpart TRUE
#> 6 XGB XGBoost (xgboost) xgboost TRUE
#> 7 RANGER Random Forest (ranger) ranger TRUE
#> supports_probability
#> 1 TRUE
#> 2 TRUE
#> 3 TRUE
#> 4 TRUE
#> 5 TRUE
#> 6 TRUE
#> 7 TRUE