https://github.com/antoinecarme/pyaf
Raw File
Tip revision: cdc605d719d2f81621948c3ea4fd267d9d22fcee authored by Antoine Carme on 15 January 2018, 10:38:20 UTC
Forecast dates are shifting #86
Tip revision: cdc605d
__init__.py
# Copyright (C) 2016 Antoine Carme <Antoine.Carme@Laposte.net>
# All rights reserved.

# This file is part of the Python Automatic Forecasting (PyAF) library and is made available under
# the terms of the 3 Clause BSD license

from . import ForecastEngine, HierarchicalForecastEngine

__version__ = '1.0.0'


back to top