Skip to content

Commit 83ed732

Browse files
committed
add exercise multioutpu
1 parent 587a6f5 commit 83ed732

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

objectives.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,4 +70,8 @@
7070
- Exercise: show how to use subsampling.
7171

7272
- Exercise: custom splitter with metadata routing on datetime info: year-based splitting with year passed as feature.
73-
- clean implementation would require making `SkrubPipeline` implement the `get_metadata_routing` method like the `sklearn.pipeline.Pipeline` does.
73+
- clean implementation would require making `SkrubPipeline` implement the `get_metadata_routing` method like the `sklearn.pipeline.Pipeline` does.
74+
75+
- Exercise: Use a `sklearn.ensemble.RandomForestRegressor` to handle multioutput
76+
horizon forecasts and show that it handles out of the box the multioutput
77+
problem and thus is faster than using a `sklearn.multioutput.MultiOutputRegressor`.

0 commit comments

Comments
 (0)