mirror of
https://github.com/saymrwulf/prophet.git
synced 2026-05-15 20:50:48 +00:00
To solve this [issue](https://github.com/facebook/prophet/issues/1437) by @chongdae Korean lunar calendar which is different from Chinese lunar calendar is added python-holidays package recently. This commit is about dropping the Korean and KR class in hdays.py file and hdays_part1(holidays) will work for Korean holidays. ``` import fbprophet.hdays as hdays_part2 import holidays as hdays_part1 `` |
||
|---|---|---|
| .. | ||
| tests | ||
| __init__.py | ||
| diagnostics.py | ||
| forecaster.py | ||
| hdays.py | ||
| make_holidays.py | ||
| models.py | ||
| plot.py | ||
| serialize.py | ||