Hello! I started playing around with the nupic opf framework, saving and loading networks. I am using anomaly likelihood class for evaluating the score. What should I do if I want to use AnomalyLikelihood class from the point when model was saved? I'm really sorry if this question is covered in some introductory tutorials, but I can't really find this use case in the examples. I suppose that the model saved by the save function from model.py should have all the necessary information, right? Or do I need to save the anomalyLikelihood object into some pickle and load it every time?
Thank you for the answer! Alexandra
