PYFTS / pyFTS

An open source library for Fuzzy Time Series in Python
http://pyfts.github.io/pyFTS/
GNU General Public License v3.0
262 stars 54 forks source link

Question on generators parameter #19

Closed jermaine1ronquillo closed 5 years ago

jermaine1ronquillo commented 5 years ago

Hi,

I'd like to ask how to use generators parameter for multivariate forecasting. I have read your tutorial: https://towardsdatascience.com/a-short-tutorial-on-fuzzy-time-series-part-ii-with-an-case-study-on-solar-energy-bda362ecca6d and you used date as exogenous data. Specifically my question is if I have two exogenous data for example wind and temperature, what will be my generator? My question may be vague, I'm sorry. Great library, thank you for updating.

petroniocandido commented 5 years ago

Hi Jermaine!

Please check this issue about complex generator in MVFTS: https://github.com/PYFTS/pyFTS/issues/15#issuecomment-464767484

If you still have any questions, please don't hesitate to get in touch!