The Wayback Machine - https://web.archive.org/web/20200525132953/https://github.com/topics/hyperparameters
Skip to content
#

hyperparameters

Here are 58 public repositories matching this topic...

csala
csala commented Jan 28, 2020

Current save/load methods focus on dumping and loading the pipeline definition in its JSON form, but provide no means to save a fitted pipeline and load it later to make predictions, being the usage of pickle outside of the pipeline the only way to go.

Let's re-implement the save/load methods to save the whole pipeline instance, and move the current save functionality to a to_json method.

RaphaelS1
RaphaelS1 commented Aug 2, 2019

This is a R6 problem: abstract classes aren't well defined, and a user problem: users don't read documentation. However for example if I do the following:

ps <- ParamSet$new(list(ParamDbl$new("A")))
x <- Sampler$new(ps)
x$sample(2)

It isn't until the last step I get a confusing error message:

Error in private$.sample(n) : abstract

Can I suggest something like th

Improve this page

Add a description, image, and links to the hyperparameters topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the hyperparameters topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.
Morty Proxy This is a proxified and sanitized view of the page, visit original site.