functime-org / functime

Time-series machine learning at scale. Built with Polars for embarrassingly parallel feature extraction and forecasts on panel data.

Home Page:https://docs.functime.ai

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

montanarograziano opened this issue · comments

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):

  • MacOs

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?

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.