SimpleRegressor and clean don't drop NaNs in target for regression
Open
- Dominant language
- Jupyter Notebook
- Stars
- 726
- Forks
- 103
- PR merge metrics
- No merged PRs in 30d
Description
For regression tasks, we need to drop NaNs in the target. Maybe SimpleRegressor should raise an error and recommend calling ``clean``, ``clean`` needs to detect regression tasks and then clean according to ``y``? This code is currently in some of the continuous plotting but not elsewhere.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.