-
-
Notifications
You must be signed in to change notification settings - Fork 211
Closed
Description
openml-python/openml/tasks/task.py
Lines 204 to 205 in 7839225
| self.estimation_procedure["parameters"] = estimation_parameters | |
| self.estimation_parameters = estimation_parameters |
Line 205 adds duplicate information to the task object. The estimation procedure parameters are already stored in line 204.
Do we create a property on estimation_parameters and issue a future deprecation warning, so we can deprecate at a later time?
Metadata
Metadata
Assignees
Labels
No labels