Narainrit Karuna

Results 3 comments of Narainrit Karuna

This worked install.packages("tensorflow") library(tensorflow) tensorflow::install_tensorflow(extra_packages='tensorflow-probability') devtools::install_github("Irrationone/cellassign",INSTALL_opts="--no-multiarch") library(cellassign)

Hi, If it turns out with formula_rf_tune is the best, how can we extract mtry etc for Train and evaluate final model?

Thanks Julia, As I usually use select_best(), then I will get mtry and min_n. However, when use extract_workflow_set_result (spam_res,"formula_rf_tune") there is no parameters (mtry & min_n) Edited I finally got...