add_ml_results | R Documentation |
Saves a ml_results object to a RDS file and creates a pull request to a forked mldash project
add_ml_results(ml_results = NULL, repo = NULL, prefix = NULL)
ml_results |
dataframe returned by the ml_dash::run_ml_models() function |
repo |
git_repository object returned by local_clone() |
prefix |
when creating RDS files, the optional prefix will be used; otherwise it will be set to the github username |
results of the pull request action
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.