esrnn_torch icon indicating copy to clipboard operation
esrnn_torch copied to clipboard

Results 7 esrnn_torch issues
Sort by recently updated
recently updated
newest added

Hi There! I got Nan prediction. I have monthly dataset and would like to forecast 12 steps ahead (1 year). This is my dataset : ![image](https://user-images.githubusercontent.com/41245856/168467224-4f88a134-2a35-4f2c-a69a-338c0cd4bca3.png) this is validation that...

Hi, I was searching for OWA implementations to use the measure in one of my projects. I'm starting with calculation for a single time series. The ESRNN lib provides this...

Hey, after running the example successfully, I am trying to feed in custom data. My feature dataset consists of many time series, of which I would only like to predict...

@kdgutier Suppose I want to train the ES-RNN on stock dataset. But because the stock market closes, I do not have data for the weekends. Would it be okay even...

There seems to be an issue with the save function for the ESRNN model. When running ``` model = ESRNN() model.save('esrnn_weights.model') ``` The following error occurs: ``` --------------------------------------------------- AttributeError Traceback...

Hi there, So I am now using a time series data which only have two columns- Date and Price. So I am wondering if I can use this algorithm in...

Hello. When i used: y_hat_df = model.predict(X_test_df) i get the next issue: ValueError: You are trying to merge on object and datetime64[ns] columns. If you wish to proceed you should...