prediciting-binary-options
prediciting-binary-options copied to clipboard
Predicting forex binary options using time series data and machine learning
Isn't your label and return_next column showing the next row's return?
First of all thank you for sharing your code, i have a question. How can i foreacast next lable? pred = clf.predict(X_test) its predicting current test data, i need to...
Firstly, your columns "return" and "return next" are the wrong sign, because they are defined as open-close instead of close-open. Thus, when you define "label" with "if lambda x: 1...