kaz-Anova / StackNet

StackNet is a computational, scalable and analytical Meta modelling framework
MIT License
1.32k stars 344 forks source link

Fix h2o serializable #14

Closed vojkog closed 7 years ago

vojkog commented 7 years ago

Marked non-serializable fields as transient to avoid: IOException: at Serialized_Object.save(model_file, (Serializable) stacknetreg)

P.S. My IDE auto-replaced "left and right curved double quotation marks" with regular "quotation marks" in Java comment. I hope that this is not a problem.

kaz-Anova commented 7 years ago

These are great suggestion s. I noticed today that PrintStream was causing serialization issues. Thanks for fixing that .

vojkog commented 7 years ago

Thx!