We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 587a6f5 commit 83ed732Copy full SHA for 83ed732
1 file changed
objectives.md
@@ -70,4 +70,8 @@
70
- Exercise: show how to use subsampling.
71
72
- 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.
+ - 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