Closed khosravipasha closed 3 years ago
Also related to Juice-jl/LogicCircuits.jl#40
The first 3 check boxes above are resolved in https://github.com/Juice-jl/LogicCircuits.jl/pull/99 The remaining ones should be moved to https://github.com/Juice-jl/ProbabilisticCircuits.jl
@guyvdbroeck Last one was saving strudel models whichI think we have now in `ensemble_io.jl"?
so closing this.
Keeping track of what's needed
Saving/Loading of regression circuits (now mostly support logistic circuits only)For the load/save of Strudel (mixtures), one suggestion is that save all related files and metadata in a single Zip file (with appendix .strudel). We need the structure, the vtree, the mixture weights, and paramters. (maybe more). One option is using ZipFile.jl. Also see Juice-jl/LogicCircuits.jl#12