We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16f0f9e commit 0b0dfe1Copy full SHA for 0b0dfe1
pts/model/n_beats/n_beats_ensemble.py
@@ -170,7 +170,7 @@ class NBEATSEnsembleEstimator(PyTorchEstimator):
170
Arguments passed down to the individual estimators.
171
"""
172
173
- @validted()
+ @validated()
174
def __init__(
175
self,
176
freq: str,
pts/model/n_beats/n_beats_estimator.py
@@ -30,7 +30,7 @@
30
)
31
32
33
-class NBEATSEstimator:
+class NBEATSEstimator(PyTorchEstimator):
34
@validated()
35
36
0 commit comments