Skip to content

Commit

Permalink
Updated data requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
deependersingla committed Aug 11, 2016
1 parent 2fcb05b commit d1b5df2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tensor-reinforcement/train_stock.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
import episodic_data
from six.moves.urllib import request

data = episodic_data.load_data("data_1.pkl",episode=10)
data = episodic_data.load_data("data.pkl",episode=10)
data_dict = episodic_data.load_file_data("data_dict.pkl")
supervised_y_data = episodic_data.make_supervised_data(data, data_dict)
x_train, x_test, y_train, y_test = train_test_split(data, supervised_y_data, test_size=0.10, random_state=123)
Expand Down

0 comments on commit d1b5df2

Please sign in to comment.