applied-ml-bde / bde

Other
0 stars 0 forks source link

Save estimators #30

Open cklyne opened 1 week ago

cklyne commented 1 week ago

Idea

Implement a save() and a load() method for the estimator classes.

Dependencies

Comments

Since the estimator classes are PyTree serializable, this functionality can probably be easily implemented by using tree_flatten() and tree_unflatten().