Provides some helper functions for modelling (mainly the glmnet and ranger packages).
This package is in very early development.
roc_plot()
and roc_cut()
to easily get ROC plots and optimal cuts.rang_
to work with the ranger package: mtry tuning, ROC output, out-of-bag errors by number of trees.glmnet_to_table()
: put coefficients of a glmnet model into a more convenient table.You can install the package from github with:
# install.packages("devtools")
devtools::install_github("jedwards24/jemodel")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.