mirror of
https://github.com/saymrwulf/prophet.git
synced 2026-05-16 21:00:16 +00:00
* 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 |
||
|---|---|---|
| .. | ||
| tests | ||
| __init__.py | ||
| diagnostics.py | ||
| forecaster.py | ||
| hdays.py | ||
| make_holidays.py | ||
| models.py | ||
| plot.py | ||