Waikato / wekaDeeplearning4j

Weka package for the Deeplearning4j java library

Home Page:https://deeplearning.cms.waikato.ac.nz/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Problem evaluating forecaster

lumio83 opened this issue · comments

When using wekadeeplearning4j for time series forecast, and setting up LSTM layer and Rnnoutputlayer I get this message:
Problem evaluating forecaster
indexes must be same length as array rank.

What could be the problem here ?

  • Weka version: 3.8.2
  • wekaDeeplearning4j package version: 1.5.6
  • Operating System: linux

Hi lumio83,

which class are you using? RnnSequenceClassifier?
Are you using the Weka GUI or did you write a java program?
If it is the second, could you provide your code snippet and the stack trace?
If you are using the GUI, could you provide the configuration of your setup?

Hi
I am using Weka GUI with dl4jmlp classifier for time series forecast. In layers just one LSTM layer + rnnoutput layer.

Time series forecasting is currently not supported but rather WIP here. The RnnForecaster (when ready) will be what you are looking for.