Giter Site home page Giter Site logo

datacanvasio / hyperts Goto Github PK

View Code? Open in Web Editor NEW
260.0 11.0 27.0 7.8 MB

A Full-Pipeline Automated Time Series (AutoTS) Analysis Toolkit.

Home Page: https://hyperts.readthedocs.io

License: Apache License 2.0

Python 100.00%
classification forecasting regression prophet covariates multivariate time-series lstnet meta-features nbeats

hyperts's People

Contributors

jackguagua avatar liuzhaohan0 avatar microprediction avatar natlee avatar newbei avatar oaksharks avatar zhangxjohn avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

hyperts's Issues

test_size error

Hi! I have an error in training a TS forecast model, it says:
ValueError: test_size=270 should be either positive and smaller than the number of samples 270 or a float in the (0, 1) range.
This is my data shape:
Screenshot from 2022-08-01 17-35-13
Can you help me solve this problem? Thank you!

Training on multiple timeseries

Hello,

First of all I would like to thank you for this excellent framework.

A question, some in-built networks like DeepAR are able to be trained multiple times on multiple timeseries. Is this currently possible with HyperTS, and if so, how would you do it? We have a collection of dozens of timeseries, with covariates that behave in a similar way, and our model would benefit greatly from being trained on all of them.

Runing HyperTS-stats, gets: ValueError: In models with integration (`d > 0`) or seasonal integration (`D > 0`)

'In models with integration (d > 0) or seasonal'
ValueError: In models with integration (d > 0) or seasonal integration (D > 0), trend terms of lower order than d + D cannot be (as they would be eliminated due to the differencing operation). For example, a constant cannot be included in an ARIMA(1, 1, 1) model, but including a linear trend, which would have the same effect as fitting a constant to the differenced data, is allowed.

how to use mode 'dl'?

The code I use is as follows:
1659581964728

An error is as follows:
08-04 10:57:12 E hypernets.d.in_process_dispatcher.py 90 - >>>>>>>>>>>>>>>>>>>> Trial 1 failed! <<<<<<<<<<<<<<<<<<<<
NameError: name 'HybirdRNNWrapper' is not defined
Traceback (most recent call last):
File "F:\anaconda\envs\hyperts\lib\site-packages\hypernets\dispatchers\in_process_dispatcher.py", line 62, in dispatch
trial = hyper_model._run_trial(space_sample, trial_no, X, y, X_eval, y_eval, cv, num_folds, model_file,
File "F:\anaconda\envs\hyperts\lib\site-packages\hypernets\model\hyper_model.py", line 49, in _run_trial
estimator = self._get_estimator(space_sample)
File "F:\anaconda\envs\hyperts\lib\site-packages\hyperts\hyper_ts.py", line 469, in _get_estimator
estimator = HyperTSEstimator(task=self.task,
File "F:\anaconda\envs\hyperts\lib\site-packages\hyperts\hyper_ts.py", line 58, in init
self._build_model(space_sample)
File "F:\anaconda\envs\hyperts\lib\site-packages\hyperts\hyper_ts.py", line 67, in _build_model
outputs[0].build_estimator(self.task)
File "F:\anaconda\envs\hyperts\lib\site-packages\hyperts\framework\estimators.py", line 42, in build_estimator
self.estimator = self._build_estimator(task, self.fit_kwargs, pv)
File "F:\anaconda\envs\hyperts\lib\site-packages\hyperts\framework\estimators.py", line 677, in _build_estimator
rnn = HybirdRNNWrapper(fit_kwargs, **kwargs)
NameError: name 'HybirdRNNWrapper' is not defined


08-04 10:57:13 E hypernets.d.in_process_dispatcher.py 90 - >>>>>>>>>>>>>>>>>>>> Trial 2 failed! <<<<<<<<<<<<<<<<<<<<
NameError: name 'HybirdRNNWrapper' is not defined
Traceback (most recent call last):
File "F:\anaconda\envs\hyperts\lib\site-packages\hypernets\dispatchers\in_process_dispatcher.py", line 62, in dispatch
trial = hyper_model._run_trial(space_sample, trial_no, X, y, X_eval, y_eval, cv, num_folds, model_file,
File "F:\anaconda\envs\hyperts\lib\site-packages\hypernets\model\hyper_model.py", line 49, in _run_trial
estimator = self._get_estimator(space_sample)
File "F:\anaconda\envs\hyperts\lib\site-packages\hyperts\hyper_ts.py", line 469, in _get_estimator
estimator = HyperTSEstimator(task=self.task,
File "F:\anaconda\envs\hyperts\lib\site-packages\hyperts\hyper_ts.py", line 58, in init
self._build_model(space_sample)
File "F:\anaconda\envs\hyperts\lib\site-packages\hyperts\hyper_ts.py", line 67, in _build_model
outputs[0].build_estimator(self.task)
File "F:\anaconda\envs\hyperts\lib\site-packages\hyperts\framework\estimators.py", line 42, in build_estimator
self.estimator = self._build_estimator(task, self.fit_kwargs, pv)
File "F:\anaconda\envs\hyperts\lib\site-packages\hyperts\framework\estimators.py", line 677, in _build_estimator
rnn = HybirdRNNWrapper(fit_kwargs, **kwargs)
NameError: name 'HybirdRNNWrapper' is not defined


08-04 10:57:13 E hypernets.d.in_process_dispatcher.py 90 - >>>>>>>>>>>>>>>>>>>> Trial 3 failed! <<<<<<<<<<<<<<<<<<<<
NameError: name 'NBeatsWrapper' is not defined
Traceback (most recent call last):
File "F:\anaconda\envs\hyperts\lib\site-packages\hypernets\dispatchers\in_process_dispatcher.py", line 62, in dispatch
trial = hyper_model._run_trial(space_sample, trial_no, X, y, X_eval, y_eval, cv, num_folds, model_file,
File "F:\anaconda\envs\hyperts\lib\site-packages\hypernets\model\hyper_model.py", line 49, in _run_trial
estimator = self._get_estimator(space_sample)
File "F:\anaconda\envs\hyperts\lib\site-packages\hyperts\hyper_ts.py", line 469, in _get_estimator
estimator = HyperTSEstimator(task=self.task,
File "F:\anaconda\envs\hyperts\lib\site-packages\hyperts\hyper_ts.py", line 58, in init
self._build_model(space_sample)
File "F:\anaconda\envs\hyperts\lib\site-packages\hyperts\hyper_ts.py", line 67, in _build_model
outputs[0].build_estimator(self.task)
File "F:\anaconda\envs\hyperts\lib\site-packages\hyperts\framework\estimators.py", line 42, in build_estimator
self.estimator = self._build_estimator(task, self.fit_kwargs, pv)
File "F:\anaconda\envs\hyperts\lib\site-packages\hyperts\framework\estimators.py", line 1030, in _build_estimator
nbeats = NBeatsWrapper(fit_kwargs, **kwargs)
NameError: name 'NBeatsWrapper' is not defined


08-04 10:57:14 E hypernets.d.in_process_dispatcher.py 90 - >>>>>>>>>>>>>>>>>>>> Trial 4 failed! <<<<<<<<<<<<<<<<<<<<
NameError: name 'LSTNetWrapper' is not defined
Traceback (most recent call last):
File "F:\anaconda\envs\hyperts\lib\site-packages\hypernets\dispatchers\in_process_dispatcher.py", line 62, in dispatch
trial = hyper_model._run_trial(space_sample, trial_no, X, y, X_eval, y_eval, cv, num_folds, model_file,
File "F:\anaconda\envs\hyperts\lib\site-packages\hypernets\model\hyper_model.py", line 49, in _run_trial
estimator = self._get_estimator(space_sample)
File "F:\anaconda\envs\hyperts\lib\site-packages\hyperts\hyper_ts.py", line 469, in _get_estimator
estimator = HyperTSEstimator(task=self.task,
File "F:\anaconda\envs\hyperts\lib\site-packages\hyperts\hyper_ts.py", line 58, in init
self._build_model(space_sample)
File "F:\anaconda\envs\hyperts\lib\site-packages\hyperts\hyper_ts.py", line 67, in _build_model
outputs[0].build_estimator(self.task)
File "F:\anaconda\envs\hyperts\lib\site-packages\hyperts\framework\estimators.py", line 42, in build_estimator
self.estimator = self._build_estimator(task, self.fit_kwargs, pv)
File "F:\anaconda\envs\hyperts\lib\site-packages\hyperts\framework\estimators.py", line 866, in _build_estimator
lstnet = LSTNetWrapper(fit_kwargs, **kwargs)
NameError: name 'LSTNetWrapper' is not defined


08-04 10:57:14 E hypernets.d.in_process_dispatcher.py 90 - >>>>>>>>>>>>>>>>>>>> Trial 5 failed! <<<<<<<<<<<<<<<<<<<<
NameError: name 'NBeatsWrapper' is not defined
Traceback (most recent call last):
File "F:\anaconda\envs\hyperts\lib\site-packages\hypernets\dispatchers\in_process_dispatcher.py", line 62, in dispatch
trial = hyper_model._run_trial(space_sample, trial_no, X, y, X_eval, y_eval, cv, num_folds, model_file,
File "F:\anaconda\envs\hyperts\lib\site-packages\hypernets\model\hyper_model.py", line 49, in _run_trial
estimator = self._get_estimator(space_sample)
File "F:\anaconda\envs\hyperts\lib\site-packages\hyperts\hyper_ts.py", line 469, in _get_estimator
estimator = HyperTSEstimator(task=self.task,
File "F:\anaconda\envs\hyperts\lib\site-packages\hyperts\hyper_ts.py", line 58, in init
self._build_model(space_sample)
File "F:\anaconda\envs\hyperts\lib\site-packages\hyperts\hyper_ts.py", line 67, in _build_model
outputs[0].build_estimator(self.task)
File "F:\anaconda\envs\hyperts\lib\site-packages\hyperts\framework\estimators.py", line 42, in build_estimator
self.estimator = self._build_estimator(task, self.fit_kwargs, pv)
File "F:\anaconda\envs\hyperts\lib\site-packages\hyperts\framework\estimators.py", line 1030, in _build_estimator
nbeats = NBeatsWrapper(fit_kwargs, **kwargs)
NameError: name 'NBeatsWrapper' is not defined


08-04 10:57:15 E hypernets.d.in_process_dispatcher.py 90 - >>>>>>>>>>>>>>>>>>>> Trial 6 failed! <<<<<<<<<<<<<<<<<<<<
NameError: name 'HybirdRNNWrapper' is not defined
Traceback (most recent call last):
File "F:\anaconda\envs\hyperts\lib\site-packages\hypernets\dispatchers\in_process_dispatcher.py", line 62, in dispatch
trial = hyper_model._run_trial(space_sample, trial_no, X, y, X_eval, y_eval, cv, num_folds, model_file,
File "F:\anaconda\envs\hyperts\lib\site-packages\hypernets\model\hyper_model.py", line 49, in _run_trial
estimator = self._get_estimator(space_sample)
File "F:\anaconda\envs\hyperts\lib\site-packages\hyperts\hyper_ts.py", line 469, in _get_estimator
estimator = HyperTSEstimator(task=self.task,
File "F:\anaconda\envs\hyperts\lib\site-packages\hyperts\hyper_ts.py", line 58, in init
self._build_model(space_sample)
File "F:\anaconda\envs\hyperts\lib\site-packages\hyperts\hyper_ts.py", line 67, in _build_model
outputs[0].build_estimator(self.task)
File "F:\anaconda\envs\hyperts\lib\site-packages\hyperts\framework\estimators.py", line 42, in build_estimator
self.estimator = self._build_estimator(task, self.fit_kwargs, pv)
File "F:\anaconda\envs\hyperts\lib\site-packages\hyperts\framework\estimators.py", line 677, in _build_estimator
rnn = HybirdRNNWrapper(fit_kwargs, **kwargs)
NameError: name 'HybirdRNNWrapper' is not defined


08-04 10:57:16 E hypernets.d.in_process_dispatcher.py 90 - >>>>>>>>>>>>>>>>>>>> Trial 7 failed! <<<<<<<<<<<<<<<<<<<<
NameError: name 'DeepARWrapper' is not defined
Traceback (most recent call last):
File "F:\anaconda\envs\hyperts\lib\site-packages\hypernets\dispatchers\in_process_dispatcher.py", line 62, in dispatch
trial = hyper_model._run_trial(space_sample, trial_no, X, y, X_eval, y_eval, cv, num_folds, model_file,
File "F:\anaconda\envs\hyperts\lib\site-packages\hypernets\model\hyper_model.py", line 49, in _run_trial
estimator = self._get_estimator(space_sample)
File "F:\anaconda\envs\hyperts\lib\site-packages\hyperts\hyper_ts.py", line 469, in _get_estimator
estimator = HyperTSEstimator(task=self.task,
File "F:\anaconda\envs\hyperts\lib\site-packages\hyperts\hyper_ts.py", line 58, in init
self._build_model(space_sample)
File "F:\anaconda\envs\hyperts\lib\site-packages\hyperts\hyper_ts.py", line 67, in _build_model
outputs[0].build_estimator(self.task)
File "F:\anaconda\envs\hyperts\lib\site-packages\hyperts\framework\estimators.py", line 42, in build_estimator
self.estimator = self._build_estimator(task, self.fit_kwargs, pv)
File "F:\anaconda\envs\hyperts\lib\site-packages\hyperts\framework\estimators.py", line 518, in _build_estimator
deepar = DeepARWrapper(fit_kwargs, **kwargs)
NameError: name 'DeepARWrapper' is not defined


08-04 10:57:16 E hypernets.d.in_process_dispatcher.py 90 - >>>>>>>>>>>>>>>>>>>> Trial 8 failed! <<<<<<<<<<<<<<<<<<<<
NameError: name 'DeepARWrapper' is not defined
Traceback (most recent call last):
File "F:\anaconda\envs\hyperts\lib\site-packages\hypernets\dispatchers\in_process_dispatcher.py", line 62, in dispatch
trial = hyper_model._run_trial(space_sample, trial_no, X, y, X_eval, y_eval, cv, num_folds, model_file,
File "F:\anaconda\envs\hyperts\lib\site-packages\hypernets\model\hyper_model.py", line 49, in _run_trial
estimator = self._get_estimator(space_sample)
File "F:\anaconda\envs\hyperts\lib\site-packages\hyperts\hyper_ts.py", line 469, in _get_estimator
estimator = HyperTSEstimator(task=self.task,
File "F:\anaconda\envs\hyperts\lib\site-packages\hyperts\hyper_ts.py", line 58, in init
self._build_model(space_sample)
File "F:\anaconda\envs\hyperts\lib\site-packages\hyperts\hyper_ts.py", line 67, in _build_model
outputs[0].build_estimator(self.task)
File "F:\anaconda\envs\hyperts\lib\site-packages\hyperts\framework\estimators.py", line 42, in build_estimator
self.estimator = self._build_estimator(task, self.fit_kwargs, pv)
File "F:\anaconda\envs\hyperts\lib\site-packages\hyperts\framework\estimators.py", line 518, in _build_estimator
deepar = DeepARWrapper(fit_kwargs, **kwargs)
NameError: name 'DeepARWrapper' is not defined


08-04 10:57:17 E hypernets.d.in_process_dispatcher.py 90 - >>>>>>>>>>>>>>>>>>>> Trial 9 failed! <<<<<<<<<<<<<<<<<<<<
NameError: name 'LSTNetWrapper' is not defined
Traceback (most recent call last):
File "F:\anaconda\envs\hyperts\lib\site-packages\hypernets\dispatchers\in_process_dispatcher.py", line 62, in dispatch
trial = hyper_model._run_trial(space_sample, trial_no, X, y, X_eval, y_eval, cv, num_folds, model_file,
File "F:\anaconda\envs\hyperts\lib\site-packages\hypernets\model\hyper_model.py", line 49, in _run_trial
estimator = self._get_estimator(space_sample)
File "F:\anaconda\envs\hyperts\lib\site-packages\hyperts\hyper_ts.py", line 469, in _get_estimator
estimator = HyperTSEstimator(task=self.task,
File "F:\anaconda\envs\hyperts\lib\site-packages\hyperts\hyper_ts.py", line 58, in init
self._build_model(space_sample)
File "F:\anaconda\envs\hyperts\lib\site-packages\hyperts\hyper_ts.py", line 67, in _build_model
outputs[0].build_estimator(self.task)
File "F:\anaconda\envs\hyperts\lib\site-packages\hyperts\framework\estimators.py", line 42, in build_estimator
self.estimator = self._build_estimator(task, self.fit_kwargs, pv)
File "F:\anaconda\envs\hyperts\lib\site-packages\hyperts\framework\estimators.py", line 866, in _build_estimator
lstnet = LSTNetWrapper(fit_kwargs, **kwargs)
NameError: name 'LSTNetWrapper' is not defined


08-04 10:57:17 E hypernets.d.in_process_dispatcher.py 90 - >>>>>>>>>>>>>>>>>>>> Trial 10 failed! <<<<<<<<<<<<<<<<<<<<
NameError: name 'DeepARWrapper' is not defined
Traceback (most recent call last):
File "F:\anaconda\envs\hyperts\lib\site-packages\hypernets\dispatchers\in_process_dispatcher.py", line 62, in dispatch
trial = hyper_model._run_trial(space_sample, trial_no, X, y, X_eval, y_eval, cv, num_folds, model_file,
File "F:\anaconda\envs\hyperts\lib\site-packages\hypernets\model\hyper_model.py", line 49, in _run_trial
estimator = self._get_estimator(space_sample)
File "F:\anaconda\envs\hyperts\lib\site-packages\hyperts\hyper_ts.py", line 469, in _get_estimator
estimator = HyperTSEstimator(task=self.task,
File "F:\anaconda\envs\hyperts\lib\site-packages\hyperts\hyper_ts.py", line 58, in init
self._build_model(space_sample)
File "F:\anaconda\envs\hyperts\lib\site-packages\hyperts\hyper_ts.py", line 67, in _build_model
outputs[0].build_estimator(self.task)
File "F:\anaconda\envs\hyperts\lib\site-packages\hyperts\framework\estimators.py", line 42, in build_estimator
self.estimator = self._build_estimator(task, self.fit_kwargs, pv)
File "F:\anaconda\envs\hyperts\lib\site-packages\hyperts\framework\estimators.py", line 518, in _build_estimator
deepar = DeepARWrapper(fit_kwargs, **kwargs)
NameError: name 'DeepARWrapper' is not defined


08-04 10:57:18 E hypernets.d.in_process_dispatcher.py 90 - >>>>>>>>>>>>>>>>>>>> Trial 11 failed! <<<<<<<<<<<<<<<<<<<<
NameError: name 'DeepARWrapper' is not defined
Traceback (most recent call last):
File "F:\anaconda\envs\hyperts\lib\site-packages\hypernets\dispatchers\in_process_dispatcher.py", line 62, in dispatch
trial = hyper_model._run_trial(space_sample, trial_no, X, y, X_eval, y_eval, cv, num_folds, model_file,
File "F:\anaconda\envs\hyperts\lib\site-packages\hypernets\model\hyper_model.py", line 49, in _run_trial
estimator = self._get_estimator(space_sample)
File "F:\anaconda\envs\hyperts\lib\site-packages\hyperts\hyper_ts.py", line 469, in _get_estimator
estimator = HyperTSEstimator(task=self.task,
File "F:\anaconda\envs\hyperts\lib\site-packages\hyperts\hyper_ts.py", line 58, in init
self._build_model(space_sample)
File "F:\anaconda\envs\hyperts\lib\site-packages\hyperts\hyper_ts.py", line 67, in _build_model
outputs[0].build_estimator(self.task)
File "F:\anaconda\envs\hyperts\lib\site-packages\hyperts\framework\estimators.py", line 42, in build_estimator
self.estimator = self._build_estimator(task, self.fit_kwargs, pv)
File "F:\anaconda\envs\hyperts\lib\site-packages\hyperts\framework\estimators.py", line 518, in _build_estimator
deepar = DeepARWrapper(fit_kwargs, **kwargs)
NameError: name 'DeepARWrapper' is not defined


08-04 10:57:18 E hypernets.d.in_process_dispatcher.py 90 - >>>>>>>>>>>>>>>>>>>> Trial 12 failed! <<<<<<<<<<<<<<<<<<<<
NameError: name 'DeepARWrapper' is not defined
Traceback (most recent call last):
File "F:\anaconda\envs\hyperts\lib\site-packages\hypernets\dispatchers\in_process_dispatcher.py", line 62, in dispatch
trial = hyper_model._run_trial(space_sample, trial_no, X, y, X_eval, y_eval, cv, num_folds, model_file,
File "F:\anaconda\envs\hyperts\lib\site-packages\hypernets\model\hyper_model.py", line 49, in _run_trial
estimator = self._get_estimator(space_sample)
File "F:\anaconda\envs\hyperts\lib\site-packages\hyperts\hyper_ts.py", line 469, in _get_estimator
estimator = HyperTSEstimator(task=self.task,
File "F:\anaconda\envs\hyperts\lib\site-packages\hyperts\hyper_ts.py", line 58, in init
self._build_model(space_sample)
File "F:\anaconda\envs\hyperts\lib\site-packages\hyperts\hyper_ts.py", line 67, in _build_model
outputs[0].build_estimator(self.task)
File "F:\anaconda\envs\hyperts\lib\site-packages\hyperts\framework\estimators.py", line 42, in build_estimator
self.estimator = self._build_estimator(task, self.fit_kwargs, pv)
File "F:\anaconda\envs\hyperts\lib\site-packages\hyperts\framework\estimators.py", line 518, in _build_estimator
deepar = DeepARWrapper(fit_kwargs, **kwargs)
NameError: name 'DeepARWrapper' is not defined


08-04 10:57:19 E hypernets.d.in_process_dispatcher.py 90 - >>>>>>>>>>>>>>>>>>>> Trial 13 failed! <<<<<<<<<<<<<<<<<<<<
NameError: name 'HybirdRNNWrapper' is not defined
Traceback (most recent call last):
File "F:\anaconda\envs\hyperts\lib\site-packages\hypernets\dispatchers\in_process_dispatcher.py", line 62, in dispatch
trial = hyper_model._run_trial(space_sample, trial_no, X, y, X_eval, y_eval, cv, num_folds, model_file,
File "F:\anaconda\envs\hyperts\lib\site-packages\hypernets\model\hyper_model.py", line 49, in _run_trial
estimator = self._get_estimator(space_sample)
File "F:\anaconda\envs\hyperts\lib\site-packages\hyperts\hyper_ts.py", line 469, in _get_estimator
estimator = HyperTSEstimator(task=self.task,
File "F:\anaconda\envs\hyperts\lib\site-packages\hyperts\hyper_ts.py", line 58, in init
self._build_model(space_sample)
File "F:\anaconda\envs\hyperts\lib\site-packages\hyperts\hyper_ts.py", line 67, in _build_model
outputs[0].build_estimator(self.task)
File "F:\anaconda\envs\hyperts\lib\site-packages\hyperts\framework\estimators.py", line 42, in build_estimator
self.estimator = self._build_estimator(task, self.fit_kwargs, pv)
File "F:\anaconda\envs\hyperts\lib\site-packages\hyperts\framework\estimators.py", line 677, in _build_estimator
rnn = HybirdRNNWrapper(fit_kwargs, **kwargs)
NameError: name 'HybirdRNNWrapper' is not defined


08-04 10:57:20 E hypernets.d.in_process_dispatcher.py 90 - >>>>>>>>>>>>>>>>>>>> Trial 14 failed! <<<<<<<<<<<<<<<<<<<<
NameError: name 'NBeatsWrapper' is not defined
Traceback (most recent call last):
File "F:\anaconda\envs\hyperts\lib\site-packages\hypernets\dispatchers\in_process_dispatcher.py", line 62, in dispatch
trial = hyper_model._run_trial(space_sample, trial_no, X, y, X_eval, y_eval, cv, num_folds, model_file,
File "F:\anaconda\envs\hyperts\lib\site-packages\hypernets\model\hyper_model.py", line 49, in _run_trial
estimator = self._get_estimator(space_sample)
File "F:\anaconda\envs\hyperts\lib\site-packages\hyperts\hyper_ts.py", line 469, in _get_estimator
estimator = HyperTSEstimator(task=self.task,
File "F:\anaconda\envs\hyperts\lib\site-packages\hyperts\hyper_ts.py", line 58, in init
self._build_model(space_sample)
File "F:\anaconda\envs\hyperts\lib\site-packages\hyperts\hyper_ts.py", line 67, in _build_model
outputs[0].build_estimator(self.task)
File "F:\anaconda\envs\hyperts\lib\site-packages\hyperts\framework\estimators.py", line 42, in build_estimator
self.estimator = self._build_estimator(task, self.fit_kwargs, pv)
File "F:\anaconda\envs\hyperts\lib\site-packages\hyperts\framework\estimators.py", line 1030, in _build_estimator
nbeats = NBeatsWrapper(fit_kwargs, **kwargs)
NameError: name 'NBeatsWrapper' is not defined


08-04 10:57:20 E hypernets.d.in_process_dispatcher.py 90 - >>>>>>>>>>>>>>>>>>>> Trial 15 failed! <<<<<<<<<<<<<<<<<<<<
NameError: name 'LSTNetWrapper' is not defined
Traceback (most recent call last):
File "F:\anaconda\envs\hyperts\lib\site-packages\hypernets\dispatchers\in_process_dispatcher.py", line 62, in dispatch
trial = hyper_model._run_trial(space_sample, trial_no, X, y, X_eval, y_eval, cv, num_folds, model_file,
File "F:\anaconda\envs\hyperts\lib\site-packages\hypernets\model\hyper_model.py", line 49, in _run_trial
estimator = self._get_estimator(space_sample)
File "F:\anaconda\envs\hyperts\lib\site-packages\hyperts\hyper_ts.py", line 469, in _get_estimator
estimator = HyperTSEstimator(task=self.task,
File "F:\anaconda\envs\hyperts\lib\site-packages\hyperts\hyper_ts.py", line 58, in init
self._build_model(space_sample)
File "F:\anaconda\envs\hyperts\lib\site-packages\hyperts\hyper_ts.py", line 67, in _build_model
outputs[0].build_estimator(self.task)
File "F:\anaconda\envs\hyperts\lib\site-packages\hyperts\framework\estimators.py", line 42, in build_estimator
self.estimator = self._build_estimator(task, self.fit_kwargs, pv)
File "F:\anaconda\envs\hyperts\lib\site-packages\hyperts\framework\estimators.py", line 866, in _build_estimator
lstnet = LSTNetWrapper(fit_kwargs, **kwargs)
NameError: name 'LSTNetWrapper' is not defined


08-04 10:57:21 E hypernets.d.in_process_dispatcher.py 90 - >>>>>>>>>>>>>>>>>>>> Trial 16 failed! <<<<<<<<<<<<<<<<<<<<
NameError: name 'LSTNetWrapper' is not defined
Traceback (most recent call last):
File "F:\anaconda\envs\hyperts\lib\site-packages\hypernets\dispatchers\in_process_dispatcher.py", line 62, in dispatch
trial = hyper_model._run_trial(space_sample, trial_no, X, y, X_eval, y_eval, cv, num_folds, model_file,
File "F:\anaconda\envs\hyperts\lib\site-packages\hypernets\model\hyper_model.py", line 49, in _run_trial
estimator = self._get_estimator(space_sample)
File "F:\anaconda\envs\hyperts\lib\site-packages\hyperts\hyper_ts.py", line 469, in _get_estimator
estimator = HyperTSEstimator(task=self.task,
File "F:\anaconda\envs\hyperts\lib\site-packages\hyperts\hyper_ts.py", line 58, in init
self._build_model(space_sample)
File "F:\anaconda\envs\hyperts\lib\site-packages\hyperts\hyper_ts.py", line 67, in _build_model
outputs[0].build_estimator(self.task)
File "F:\anaconda\envs\hyperts\lib\site-packages\hyperts\framework\estimators.py", line 42, in build_estimator
self.estimator = self._build_estimator(task, self.fit_kwargs, pv)
File "F:\anaconda\envs\hyperts\lib\site-packages\hyperts\framework\estimators.py", line 866, in _build_estimator
lstnet = LSTNetWrapper(fit_kwargs, **kwargs)
NameError: name 'LSTNetWrapper' is not defined


08-04 10:57:21 E hypernets.d.in_process_dispatcher.py 90 - >>>>>>>>>>>>>>>>>>>> Trial 17 failed! <<<<<<<<<<<<<<<<<<<<
NameError: name 'DeepARWrapper' is not defined
Traceback (most recent call last):
File "F:\anaconda\envs\hyperts\lib\site-packages\hypernets\dispatchers\in_process_dispatcher.py", line 62, in dispatch
trial = hyper_model._run_trial(space_sample, trial_no, X, y, X_eval, y_eval, cv, num_folds, model_file,
File "F:\anaconda\envs\hyperts\lib\site-packages\hypernets\model\hyper_model.py", line 49, in _run_trial
estimator = self._get_estimator(space_sample)
File "F:\anaconda\envs\hyperts\lib\site-packages\hyperts\hyper_ts.py", line 469, in _get_estimator
estimator = HyperTSEstimator(task=self.task,
File "F:\anaconda\envs\hyperts\lib\site-packages\hyperts\hyper_ts.py", line 58, in init
self._build_model(space_sample)
File "F:\anaconda\envs\hyperts\lib\site-packages\hyperts\hyper_ts.py", line 67, in _build_model
outputs[0].build_estimator(self.task)
File "F:\anaconda\envs\hyperts\lib\site-packages\hyperts\framework\estimators.py", line 42, in build_estimator
self.estimator = self._build_estimator(task, self.fit_kwargs, pv)
File "F:\anaconda\envs\hyperts\lib\site-packages\hyperts\framework\estimators.py", line 518, in _build_estimator
deepar = DeepARWrapper(fit_kwargs, **kwargs)
NameError: name 'DeepARWrapper' is not defined


08-04 10:57:22 E hypernets.d.in_process_dispatcher.py 90 - >>>>>>>>>>>>>>>>>>>> Trial 18 failed! <<<<<<<<<<<<<<<<<<<<
NameError: name 'NBeatsWrapper' is not defined
Traceback (most recent call last):
File "F:\anaconda\envs\hyperts\lib\site-packages\hypernets\dispatchers\in_process_dispatcher.py", line 62, in dispatch
trial = hyper_model._run_trial(space_sample, trial_no, X, y, X_eval, y_eval, cv, num_folds, model_file,
File "F:\anaconda\envs\hyperts\lib\site-packages\hypernets\model\hyper_model.py", line 49, in _run_trial
estimator = self._get_estimator(space_sample)
File "F:\anaconda\envs\hyperts\lib\site-packages\hyperts\hyper_ts.py", line 469, in _get_estimator
estimator = HyperTSEstimator(task=self.task,
File "F:\anaconda\envs\hyperts\lib\site-packages\hyperts\hyper_ts.py", line 58, in init
self._build_model(space_sample)
File "F:\anaconda\envs\hyperts\lib\site-packages\hyperts\hyper_ts.py", line 67, in _build_model
outputs[0].build_estimator(self.task)
File "F:\anaconda\envs\hyperts\lib\site-packages\hyperts\framework\estimators.py", line 42, in build_estimator
self.estimator = self._build_estimator(task, self.fit_kwargs, pv)
File "F:\anaconda\envs\hyperts\lib\site-packages\hyperts\framework\estimators.py", line 1030, in _build_estimator
nbeats = NBeatsWrapper(fit_kwargs, **kwargs)
NameError: name 'NBeatsWrapper' is not defined


08-04 10:57:23 E hypernets.d.in_process_dispatcher.py 90 - >>>>>>>>>>>>>>>>>>>> Trial 19 failed! <<<<<<<<<<<<<<<<<<<<
NameError: name 'DeepARWrapper' is not defined
Traceback (most recent call last):
File "F:\anaconda\envs\hyperts\lib\site-packages\hypernets\dispatchers\in_process_dispatcher.py", line 62, in dispatch
trial = hyper_model._run_trial(space_sample, trial_no, X, y, X_eval, y_eval, cv, num_folds, model_file,
File "F:\anaconda\envs\hyperts\lib\site-packages\hypernets\model\hyper_model.py", line 49, in _run_trial
estimator = self._get_estimator(space_sample)
File "F:\anaconda\envs\hyperts\lib\site-packages\hyperts\hyper_ts.py", line 469, in _get_estimator
estimator = HyperTSEstimator(task=self.task,
File "F:\anaconda\envs\hyperts\lib\site-packages\hyperts\hyper_ts.py", line 58, in init
self._build_model(space_sample)
File "F:\anaconda\envs\hyperts\lib\site-packages\hyperts\hyper_ts.py", line 67, in _build_model
outputs[0].build_estimator(self.task)
File "F:\anaconda\envs\hyperts\lib\site-packages\hyperts\framework\estimators.py", line 42, in build_estimator
self.estimator = self._build_estimator(task, self.fit_kwargs, pv)
File "F:\anaconda\envs\hyperts\lib\site-packages\hyperts\framework\estimators.py", line 518, in _build_estimator
deepar = DeepARWrapper(fit_kwargs, **kwargs)
NameError: name 'DeepARWrapper' is not defined


08-04 10:57:23 E hypernets.d.in_process_dispatcher.py 90 - >>>>>>>>>>>>>>>>>>>> Trial 20 failed! <<<<<<<<<<<<<<<<<<<<
NameError: name 'LSTNetWrapper' is not defined
Traceback (most recent call last):
File "F:\anaconda\envs\hyperts\lib\site-packages\hypernets\dispatchers\in_process_dispatcher.py", line 62, in dispatch
trial = hyper_model._run_trial(space_sample, trial_no, X, y, X_eval, y_eval, cv, num_folds, model_file,
File "F:\anaconda\envs\hyperts\lib\site-packages\hypernets\model\hyper_model.py", line 49, in _run_trial
estimator = self._get_estimator(space_sample)
File "F:\anaconda\envs\hyperts\lib\site-packages\hyperts\hyper_ts.py", line 469, in _get_estimator
estimator = HyperTSEstimator(task=self.task,
File "F:\anaconda\envs\hyperts\lib\site-packages\hyperts\hyper_ts.py", line 58, in init
self._build_model(space_sample)
File "F:\anaconda\envs\hyperts\lib\site-packages\hyperts\hyper_ts.py", line 67, in _build_model
outputs[0].build_estimator(self.task)
File "F:\anaconda\envs\hyperts\lib\site-packages\hyperts\framework\estimators.py", line 42, in build_estimator
self.estimator = self._build_estimator(task, self.fit_kwargs, pv)
File "F:\anaconda\envs\hyperts\lib\site-packages\hyperts\framework\estimators.py", line 866, in _build_estimator
lstnet = LSTNetWrapper(fit_kwargs, **kwargs)
NameError: name 'LSTNetWrapper' is not defined


In models with integration (`d > 0`) or seasonal integration (`D > 0`), trend terms of lower order than `d + D` cannot be

Task type: forecast
Covariate columns: 9 columns
Prediction column: 1 column

I am getting the following error when using HyperTS:
search: 0%| | 0/3 [00:00<?, ?it/s]04-06 15:27:10 E hypernets.m.hyper_model.py 71 - run_trail failed! trail_no=1
04-06 15:27:10 E hypernets.m.hyper_model.py 73 - Traceback (most recent call last):
File "/root/miniconda3/envs/hyperTS/lib/python3.8/site-packages/hypernets/model/hyper_model.py", line 66, in _run_trial
estimator.fit(X, y, **fit_kwargs)
File "/root/miniconda3/envs/hyperTS/lib/python3.8/site-packages/hyperts/hyper_ts.py", line 118, in fit
self.model.fit(X_transformed, y, **kwargs)
File "/root/miniconda3/envs/hyperTS/lib/python3.8/site-packages/hyperts/framework/wrappers/stats_wrappers.py", line 80, in fit
model = ARIMA(endog=y, order=(p, d, q), trend=trend,
File "/root/miniconda3/envs/hyperTS/lib/python3.8/site-packages/statsmodels/tsa/arima/model.py", line 146, in init
raise ValueError(
ValueError: In models with integration (d > 0) or seasonal integration (D > 0), trend terms of lower order than d + D cannot be (as they would be eliminated due to the differencing operation). For example, a constant cannot be included in an ARIMA(1, 1, 1) model, but including a linear trend, which would have the same effect as fitting a constant to the differenced data, is allowed.

search: 33%|███▎ | 1/3 [00:00<00:00, 3.02it/s]INFO:prophet:Disabling yearly seasonality. Run prophet with yearly_seasonality=True to override this.
INFO:prophet:Disabling weekly seasonality. Run prophet with weekly_seasonality=True to override this.
search: 67%|██████▋ | 2/3 [00:02<00:01, 1.38s/it]INFO:prophet:Disabling yearly seasonality. Run prophet with yearly_seasonality=True to override this.
INFO:prophet:Disabling weekly seasonality. Run prophet with weekly_seasonality=True to override this.

API Document

Dear authors, pretty thankful for this work. I read the document, but didnt find the API doc. Could you provide that, since I can only figure out the parameters and return type by searching the source code.
Best wishes

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.