Skip to contents

Saves a ml_results object to a RDS file and creates a pull request to a forked mldash project

Usage

add_ml_results(ml_results = NULL, repo = NULL, prefix = NULL)

Arguments

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

Value

results of the pull request action