Skip to content
#

primitives

Here are 96 public repositories matching this topic...

symbiflow-arch-defs
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.

aveXcaesar
aveXcaesar commented Aug 27, 2020

Expected Behavior

ItemAt(IEnumerable<T> source, int position, T fallback) delivers the element at the given position (or the fallback)
A test should cover this.

Actual Behavior

ItemAt(IEnumerable<T> source, int position, T fallback) delivers the element at the first position and not at the given position.

Mention any other details that might be useful

By the way: The do

Improve this page

Add a description, image, and links to the primitives 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 primitives topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.