Description of the bug
I am working with this code and I am saving the model which I later want to load. The problem is that I get this error "Error loading model: 'CustomANFIS' object has no attribute '__get_strength_by_prod'". I might be missing something, because I don't have much experience.
Steps To Reproduce
- Create a new model
- Use save_model()
- use load_model()
- observe the results
Expected results: The model is successfully loaded
Actual results: Error loading model: 'CustomANFIS' object has no attribute '__get_strength_by_prod'
Reproducible with: 1.1.0
Additional Information
No response
Description of the bug
I am working with this code and I am saving the model which I later want to load. The problem is that I get this error "Error loading model: 'CustomANFIS' object has no attribute '__get_strength_by_prod'". I might be missing something, because I don't have much experience.
Steps To Reproduce
Expected results: The model is successfully loaded
Actual results: Error loading model: 'CustomANFIS' object has no attribute '__get_strength_by_prod'
Reproducible with: 1.1.0
Additional Information
No response