functime-org / functime

Time-series machine learning at scale. Built with Polars for embarrassingly parallel feature extraction and forecasts on panel data.
https://docs.functime.ai
Apache License 2.0
970 stars 52 forks source link

[docs] plot_panel() and plot_forecasts() examples does not work in preprocessing notebook #242

Open montanarograziano opened 2 weeks ago

montanarograziano commented 2 weeks ago

Describe the bug I was trying to execute the docs/notebooks/preprocessing.ipynb notebook to get some examples for plot_panel() and I saw that the code was not working: basically width and height were passed as keyword argument and not as layout_kwargs, probabily due to the recent update of the plotting module. I have fixed them manually: if you wish I can just submit the PR.

To Reproduce Run any cell that contains plot_params() or plot_forecasts().

Expected behavior Svg graph should be shown.

Screenshots

image

Desktop (please complete the following information):

baggiponte commented 1 week ago

Hey there, sorry for the late reply. I need to update those, thanks! Did you try out functime installed from pypi or from the source?

montanarograziano commented 1 week ago

Hey there, sorry for the late reply. I need to update those, thanks! Did you try out functime installed from pypi or from the source?

I've installed from source.