antoinecarme / pyaf

PyAF is an Open Source Python library for Automatic Time Series Forecasting built on top of popular pydata modules.
BSD 3-Clause "New" or "Revised" License
459 stars 72 forks source link

Allow the use of categorical data in PyAF #58

Closed antoinecarme closed 7 years ago

antoinecarme commented 7 years ago

One user pointed out that categorical data cannot be used in PyAF as exogenous variables. Unacceptable ;)

antoinecarme commented 7 years ago

Fixed.