greykite
greykite copied to clipboard
A flexible, intuitive and fast forecasting library
 Please help. Thanks
I tried running the sample file 0100_simple_forecast.ipynb from Greykite but I could not get beyond the import statements. I am using Greykite 0.5.0. on Python version_info(major=3, minor=11, micro=4, releaselevel='final', serial=0)...
Hi there, getting the following error: ``` [1](vscode-notebook-cell:?execution_count=2&line=1) forecaster = Forecaster() # Creates forecasts and stores the result ----> [2](vscode-notebook-cell:?execution_count=2&line=2) result = forecaster.run_forecast_config( # result is also stored as `forecaster.forecast_result`....
Could we add this library to conda? I'm having a hard time integrating it to my current conda workflow, as it only installs via pip.
My data consists of records taken every 20 seconds, as shown below. However, when I performed change point detection with the following parameters, I was able to detect change points,...
refactor with chain constant value assignment to make code more Pythonic, concise and efficient.
This is related to this [issue](https://github.com/linkedin/greykite/issues/94) Same code, but updating to version 0.5.1 This is what my data looks like  And it seems after updating to version 0.5.1 it...
Hi Greykite Team, It seems that greykite 0.5.1 ONLY support python 3.10+. Which is great and we are excited to use python 3.10! However, lots of other packages we use...
According to the [documentation](https://linkedin.github.io/greykite/docs/0.5.0/html/pages/miscellaneous/store_model.html#dump-the-results) > The design info is not useful in general (to reproduce results, make predictions), and not dumping it will save a lot of time. However trying...
Is there a best way to deal with lots of **Zeroes [ 0s ]** in timeseries Dataframe using GreyKite Multistage Forecasting. Basically the Business only gather Data between 08H00 am...