Mentions légales du service

Skip to content

Split base functionality of LearnedParams into simpler ParamSet base class

E. Madison Bray requested to merge embray/paramset into master

Rename the learned-params.yml schema to param-set.yml and write the LearnedParams class on top of a simpler ParamSet base class.

This will be useful for cases where we want to manage a set of parameters in cases not directly related to training (e.g. prediction).

Implements #35 (closed)

Edited by E. Madison Bray

Merge request reports