issues
search
facebook
/
prophet
Tool for producing high quality forecasts for time series data that has multiple seasonality with linear or non-linear growth.
https://facebook.github.io/prophet
MIT License
18.55k
stars
4.54k
forks
source link
fix typo
#2593
Closed
z44d
closed
4 months ago
z44d
commented
5 months ago
1 - Add unused imports in
__init__.py
into
__all__
to be used.
2 - use
assert value is False
instead of equality.
__init__.py
into__all__
to be used.assert value is False
instead of equality.