prophet/python/fbprophet
Devdutt Shenoi 20f590b726
[python] code quality improvements (#1745)
* Add DeepSource config

* Simplify if statement

* Refactor use of dict() with empty literal

* Use set comprehension syntax

* Refactor chained comparison

* Rewrite instances of list literal within set() as set literals

* Add test_slow to class definition
2020-12-08 15:35:54 -08:00
..
tests Update performance_metrics() in diagnostics.py (#1710) 2020-11-06 21:29:32 -08:00
__init__.py Fix issue with holidays in some years 2020-09-03 16:47:22 -07:00
diagnostics.py 'Added checks to cutoffs and error messages if checks fail using ValueError. Fixed earlier bug' (#1718) 2020-11-06 21:46:01 -08:00
forecaster.py [python] code quality improvements (#1745) 2020-12-08 15:35:54 -08:00
hdays.py [python] code quality improvements (#1745) 2020-12-08 15:35:54 -08:00
make_holidays.py Fix issue with holidays in some years 2020-09-03 16:47:22 -07:00
models.py [python] code quality improvements (#1745) 2020-12-08 15:35:54 -08:00
plot.py Fix "UserWarning" in model.plot_components (#1732) 2020-11-10 11:21:23 -08:00
serialize.py Add functions for serializing to/from JSON (#1414) 2020-04-04 08:23:27 -07:00
utilities.py Use y_scale in coefficient utility 2020-08-17 17:25:55 -07:00