Closed ulupo closed 4 years ago
Check out this pull request on
Review Jupyter notebook visual diffs & provide feedback on notebooks.
Powered by ReviewNB
This is a great notebook @ulupo! I just made some small grammatical suggestions / typo fixing
@lewtun thanks for the review!
Note to self: Use graphical printed representations of pipelines as per scikit-learn 0.23. Use slicing notation to show intermediate steps.
Overall LGTM! Good note to self :)
Adds a notebook explaining about the TransformerResamplerMixin and giotto pipeline API in the context of doing time series forecasting.
Also introduces a breaking change by making the output of
Labeller.transform
a 1D array instead of a column array.