0 comments (0 comments)0 reactions (0 reactions)0 assignees (0 assignees)Python4,574 stars (4,574 stars)553 forks (553 forks)batch import
Good first issueNew feature
- Issue 種別
- feature
- 調査方針
- Study the scikit learn MultiOutputRegressor implementation for design patterns. Examine the existing regressors in the river library, such as the base Regressor class and any multi output models already present. The implementation likely involves fitting multiple regressors per output. The new class should be placed in a suitable module in the river repository.