Ido Hadanny
Ido Hadanny
just cloned and tried to run the quickstart and immediately stumbled on this :( ``` python examples/quickstart.py Traceback (most recent call last): File "examples/quickstart.py", line 27, in backtest = prophet.run_backtest(start=datetime(2010,...
this is pretty sketchy, but I would like to fit the workdays and the non-workdays (weekends + holidays) separately (I know that ARIMA won't like the discontinuities, but I'd like...
my config.ini: banana=original_banana if I run with full argument name, I get the expected result: python test_configargparse.py --banana new_banana new_banana if I run with abbreviated argument name (`--ban` instead of...
hey, thanks for this excellent notebook! question1: how can you use future values of weather when forecasting? isn't that cheating? or is it an an average forecast according to the...
https://github.com/JehyeonHeo/Forecasting_with_R_practices/blob/0f884ec022e2d94738d74c9e59b7f29c3c613fab/Chapter5.rmd#L565 We take the derivative with respect to x from both sides of the equation: log(y(x)) = b0 + b1log(x) + eps dy/dx * 1/y(x) = 0 + b1/x +...
1. figure 1, left side talks about "married" and "age" features but is captioned with features "cough" and "fever" 2. Shapely formula in page 17 is wrong, M-|S|!-1 should be...