From a74900893b05027aa43d4a17951cf1df49c4e923 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=C3=B4nio=20C=C3=A2ndido=20de=20Lima=20e=20Silva?= Date: Mon, 25 Mar 2019 12:04:33 -0300 Subject: [PATCH] Update ifts.py --- pyFTS/models/ifts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyFTS/models/ifts.py b/pyFTS/models/ifts.py index 0826159..4987c73 100644 --- a/pyFTS/models/ifts.py +++ b/pyFTS/models/ifts.py @@ -13,7 +13,7 @@ from pyFTS.common import FuzzySet, FLR, fts, tree from pyFTS.models import hofts -class IntervalFTS(hofts.WeightedHighOrderFTS): +class IntervalFTS(hofts.HighOrderFTS): """ High Order Interval Fuzzy Time Series """