From 9f35a3caea036359257616b5caeac18db7615415 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=C3=B4nio=20C=C3=A2ndido=20de=20Lima=20e=20Silva?= Date: Wed, 20 Nov 2019 10:35:04 -0300 Subject: [PATCH] =?UTF-8?q?Adding=20uod=5Fclip=20=20to=20False=20in=20Na?= =?UTF-8?q?=C3=AFve=20method?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyFTS/benchmarks/naive.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pyFTS/benchmarks/naive.py b/pyFTS/benchmarks/naive.py index d2dd86c..a79e0b3 100644 --- a/pyFTS/benchmarks/naive.py +++ b/pyFTS/benchmarks/naive.py @@ -12,6 +12,7 @@ class Naive(fts.FTS): self.detail = "Naïve Model" self.benchmark_only = True self.is_high_order = False + self.uod_clip = False def forecast(self, data, **kwargs): return data