-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomers
Milestone
Description
Bug Report
Description
It seems that after deserialization the _is_fitted attribute of the LinearRegressionModel object is set to false, even if the model that was serialized already had it set to True.
Check if this is also the case for the LogisticRegressionModel.
Steps to Reproduce
- Create a model (
LinearRegressionModel) - fit the model
- serialize it
- deserialize it
- check the attributes
Expected Result
I was expecting that the _is_fitted attribute is equal to True (as it was before serializing/ deserializing)
Actual Results
I actually got _is_fitted = False
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomers
