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

how to use mvts for prediction #36

Open ramdhan1989 opened 3 years ago

ramdhan1989 commented 3 years ago

Hi @petroniocandido I am trying to use mvts for my own data. it has strong seasonality and trend and additional information about holiday. I have several qustions :

  1. is the model good to model series with seasonality and trend ? in my understanding, seasonality will be handled by seasonal.TimeGridPartitioner. but how about trend ? is there possibility to use difference transformation inside the module?
  2. I don't understand of using generator in predict module. can we just pass the dataframe of test containing date columns and holiday flag ?

thank you