prophet/python/fbprophet/__init__.py

11 lines
359 B
Python
Raw Normal View History

2017-02-22 23:59:43 +00:00
# Copyright (c) 2017-present, Facebook, Inc.
# All rights reserved.
#
# This source code is licensed under the BSD-style license found in the
# LICENSE file in the root directory of this source tree. An additional grant
# of patent rights can be found in the PATENTS file in the same directory.
from fbprophet.forecaster import Prophet
2017-04-17 22:20:49 +00:00
2018-05-31 00:02:47 +00:00
__version__ = '0.3'