Closed benfred closed 2 years ago
We were seeing errors calling the .save and .load methods on models that hadn't been fit yet. The problem was that the factors were None values - and couldn't be loaded back in without using pickle (which we disable). Fix and add a unittest
We were seeing errors calling the .save and .load methods on models that hadn't been fit yet. The problem was that the factors were None values - and couldn't be loaded back in without using pickle (which we disable). Fix and add a unittest