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 8554c8a commit d61b2b5Copy full SHA for d61b2b5
pytorch_forecasting/models/nbeats/_nbeatskan_pkg.py
@@ -9,6 +9,8 @@ class NBeatsKAN_pkg(_BasePtForecaster):
9
_tags = {
10
"info:name": "NBeatsKAN",
11
"info:compute": 1,
12
+ "info:pred_type": ["point"],
13
+ "info:y_type": ["numeric"],
14
"authors": ["Sohaib-Ahmed21"],
15
"capability:exogenous": False,
16
"capability:multivariate": False,
0 commit comments