bug fixes in NBEATSEstimator (#74)

* spell correction in n_beats_ensemble

* bug fix - NBEATSEstimator intialization
This commit is contained in:
Shashank Deshpande
2021-09-02 09:53:09 +02:00
committed by GitHub
parent 16f0f9ef8d
commit 0b0dfe12ca
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -170,7 +170,7 @@ class NBEATSEnsembleEstimator(PyTorchEstimator):
Arguments passed down to the individual estimators.
"""
@validted()
@validated()
def __init__(
self,
freq: str,
+1 -1
View File
@@ -30,7 +30,7 @@ from .n_beats_network import (
)
class NBEATSEstimator:
class NBEATSEstimator(PyTorchEstimator):
@validated()
def __init__(
self,