Displaying 1 result from an estimated 1 matches for "stock_currency".
2005 Mar 21
0
Training data
Hello!
I would like to prepare training data to predict stock flow.
Prediction should be based on 2 inputs (date, stock currency)
input data :
date, stock_currency
1.1.2004, 1000.00
2.1.2004, 1120.00
5.1.2004, 1230.00
7.1.2004, 1150.00
10.1.2004,1040.00
11.1.2004, 999.00
1.2.2004, 945.00
How should training instances look like?
I use nnet function to train the model and predict function with parameter type="raw", because output must be a numeri...