-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathplugin.json
More file actions
19 lines (19 loc) · 840 Bytes
/
plugin.json
File metadata and controls
19 lines (19 loc) · 840 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"id": "timeseries-forecast",
"version": "1.2.1",
"meta": {
"label": "Forecast (deprecated)",
"category": "Time Series",
"description": "Forecast multivariate time series from year to minute frequency with Deep Learning and statistical models. ⚠️ This plugin is now \"deprecated\", we recommend using the native [time series forecasting](https://doc.dataiku.com/dss/latest/machine-learning/time-series-forecasting/index.html) features instead.",
"author": "Dataiku",
"icon": "icon-signal",
"licenseInfo": "Apache Software License v2",
"url": "https://www.dataiku.com/product/plugins/timeseries-forecast/",
"supportLevel": "TIER2_SUPPORT",
"tags": [
"Time Series",
"Forecasting",
"Machine Learning"
]
}
}