-
Notifications
You must be signed in to change notification settings - Fork 14
Closed
Labels
Trainertrainer module related issuestrainer module related issuesblockingThis issue blocks the othersThis issue blocks the othersbugSomething isn't workingSomething isn't workingtesting
Description
When a Trainer instance calls the _save_model method and self.features_transform has transform keys with not-None values, it raises: AttributeError: 'NoneType' object has no attribute 'group'. We didn't notice because even if we are widely testing features_transform usage within the dataset.py quite broadly, we're not doing that with the trainer.py-related usage. We should:
- Fix the bug and add tests fix: features transform in
Trainer._save_modelinternal method #573 - Make a new patch release release: patch 3.0.1 #574
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Trainertrainer module related issuestrainer module related issuesblockingThis issue blocks the othersThis issue blocks the othersbugSomething isn't workingSomething isn't workingtesting
Type
Projects
Status
Done