Marco Zanotti

Results 7 issues of Marco Zanotti

Hi, thank you for this repo, it's amazing. I have just created a brand new profile. Could you please add it to the section **A Little Bit of Everything** This...

Refitting of a neuralprophet object via modeltime_refit is not working. ![image](https://github.com/AlbertoAlmuinha/neuralprophet/assets/26893569/73f17f32-f7ab-49a1-8033-500aa9dbe12e)

As far as I understand: - Bayesian Optimization is available in tidymodels - tune using the function `tune_bayes`, and - the `tune_bayes` function uses `GPfit::GP_fit()` to fit a Gaussian Process...

Hi @mdancho84 , thanks for this amazing porting of `timetk` in python. I would suggest a new API called augment_spline to add Basis Splines / Natural Splines / Cyclic Splines...

### Description Hi, is there any chance that the Prophet / NeuralProphet model will be available in statsforecast? It would be beneficial to have it as a standard statsforecast API...

enhancement
feature

Hi, I am used to work with the timetk package in R, so for a python project I am trying out pytimetk. However, I would expect pytimetk functions to work...

Hi @mdancho84 , I am encountering something unexpected in `timetk::tk_get_frequency()` when applied to yearly data. For instance, you can check with the following code. ``` data dplyr::filter(Country == "European Union")...