prophet/python/fbprophet/tests
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
..
__init__.py MNT Include tests in the package 2017-02-24 02:36:57 -04:00
data.csv Unit tests for daily seasonality (Py) 2017-07-04 19:21:34 -07:00
data2.csv Unit tests for daily seasonality (Py) 2017-07-04 19:21:34 -07:00
test_diagnostics.py Running Cross-Validation with Multiprocessing Option (#1356) 2020-03-09 12:25:01 -07:00
test_prophet.py Replaced pystan with cmdstanpy (#1083) 2020-02-07 14:34:08 -08:00