4 comments (4 comments)0 reactions (0 reactions)0 assignees (0 assignees)Python553 forks (553 forks)batch import
Good first issueNew feature
Repository metrics
- Stars
- 4,574 stars (4,574 stars)
- PR merge metrics
- Avg merge 47d 6h (Avg merge 47d 6h)46 merged PRs in 30d (46 merged PRs in 30d)
Contributor guide
- Research direction
- Implement a PerOutputRegressor class that wraps a single regressor and applies it independently to each output, similar to sklearn's MultiOutputRegressor but for online learning. Study river's existing multi output support and the base estimator API.
- Tech stack
- python
- Domain
- apibackend
- Issue type
- Feature
- Prerequisites
- Pythonscikit learnonline machine learning concepts