search_experiments
, search_registered_models
, and search_experiments_without_nodelete
. Deprecates list_experiments
, list_registered_models
, and list_experiments_without_nodelete
.rbind
bug in list_experiment
. (The same issue resolved in seach_runs
in version 0.6.7
.) All rbind
calls replaced with the internal "lite" version of dplyr::bind_rows()
.search_runs
where rbind
-ing runs with different numbers of columns (e.g. possible due to no logged parameters or no end time for a run) resulted in an error.purrr::insistently
to retry artifact saves and loads, since S3's API has a habit of returning a 500
every once in a while. Five retries by default, with an exponential backoff.1.26.0+
now requires the source
parameter when creating a model version. In lightMLFlow
, this is defaulted to the artifact URI of the current run.models
infrastructure. The idea for this package -- at least in the short-term -- is to save models as artifacts with the intention of using them in Plumber APIs, etc. If you wanted to load an (e.g.) XGBoost model into Sagemaker, you could use log_artifact
in tandem with FUN = xgboost::xgb.save
to make this easy.NEWS.md
file to track changes to the package.get_metric
get_param
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.