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

Constructor of FTS functions: #13

Closed guicostas closed 5 years ago

guicostas commented 5 years ago

Example:

model = chen.ConventionalFTS(partitioner=fs)

Returns the following statement:

TypeError: init() missing 1 required positional argument: 'name'

petroniocandido commented 5 years ago

What is the issue? In which context the error appear?

guicostas commented 5 years ago

Just edited and updated with the error information!

petroniocandido commented 5 years ago

You are using an very old version of pyFTS. Please update the version using the following command:

pip3 install -U git+https://github.com/PYFTS/pyFTS