powered by
For more details see the vignette on hyperparameter tuning.
get_hyperparams_list(dataset, method)
Named list of hyperparameters.
Data frame with an outcome variable and other columns as features.
ML method. Options: c("glmnet", "rf", "rpart2", "svmRadial", "xgbTree").
c("glmnet", "rf", "rpart2", "svmRadial", "xgbTree")
glmnet: linear, logistic, or multiclass regression
rf: random forest
rpart2: decision tree
svmRadial: support vector machine
xgbTree: xgboost
Kelly Sovacool, sovacool@umich.edu
get_hyperparams_list(otu_mini_bin, "rf") get_hyperparams_list(otu_small, "rf") get_hyperparams_list(otu_mini_bin, "rpart2") get_hyperparams_list(otu_small, "rpart2")
Run the code above in your browser using DataLab