prophet/python/fbprophet
Ryan Nazareth 39c619dbf7
Running Cross-Validation with Multiprocessing Option (#1356)
* Add multiprocessing Pool and create function for single cutoff forecast

* add params to single forecast function

* Add iterable for input params for pool

* Add docstring for single cutoff forecast func

* Add check for multiprocessing in test_cross_validation

* check ofr is None and is True and add better description for multiprocess in docstring

* Raise error if wrong args chosen and add test

* fix conflicts

* Change arg to True/False, model.kwargs

* docstring units and few more fixes

* change to iterator and add back tqdm to for loop

* add option in diagnosics notebook about multiprocessing option

* add extra test for checking calls to single forecast func
2020-03-09 12:25:01 -07:00
..
tests Running Cross-Validation with Multiprocessing Option (#1356) 2020-03-09 12:25:01 -07:00
__init__.py version bump 2020-02-09 19:16:05 -08:00
diagnostics.py Running Cross-Validation with Multiprocessing Option (#1356) 2020-03-09 12:25:01 -07:00
forecaster.py Remove logging.root basicConfig on fbprophet import (#1336) 2020-02-17 14:11:23 -08:00
hdays.py Holidays in Belarus + codestyle (#1380) 2020-03-06 18:40:58 -08:00
make_holidays.py Fix exception causes in 2 modules (#1370) 2020-03-03 17:34:06 -08:00
models.py Extract stanfit from model object in Py following cmdstanpy refactoring (#1353) 2020-03-06 18:11:04 -08:00
plot.py suppress plotly error logging (#1332) 2020-02-17 15:00:14 -08:00