cnellington / Contextualized

An SKLearn-style toolbox for estimating and analyzing models, distributions, and functions with context-specific parameters.
http://contextualized.ml/
GNU General Public License v3.0
65 stars 9 forks source link

Machine-invariant save/load #99

Closed cnellington closed 2 years ago

cnellington commented 2 years ago

resolves #98

cnellington commented 2 years ago

Merging since the torch save/load is 2 lines and satisfies all the necessary criteria. The contextualized.dags save/load methods won't be needed after that module is converted to torch, but we needed an interim solution.