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

hyperparameters

Here are 83 public repositories matching this topic...

Neuraxle
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.

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