Machine learning in trading: theory, models, practice and algo-trading - page 1906
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Here's one. There are only 12 fiches, not 24
I have errors
>>> print(train_score, " ", tst_score)
1.0 0.5454545454545454
Redo the file. The target has only two classes, which you can choose by yourself, but one is 0 and the other one is 1. I got tired of jumping with it last time. Do it, I'm waiting...
I need three classes.
I see, you're an optimizer ... I do not understand what you're writing ))
Well look VTRIT left all 24 inputs. If you dug deeper Optimizer Reshetov, then you would understand that he uses a wrap, when the learning process assesses the result of adding or removing inputs. I go from top to bottom, i.e. first I feed 11 inputs, then comes the remove function, which removes one input at a time and evaluates the result, if it improved the input was crap, then comes the add function, this is when he adds one of the unused inputs and if it leads to improvement he leaves it, and the chang function, there are them in the picture above. This function simply removes one and adds one and sees the result. I'm sure you haven't fully reproduced the logic of the Optimizer.
I think I will use python and will repeating it all, just like Reshetov did and with my own tweaks....
I need 3 classes
Man, I've just had the VTRIT released... Beautiful :-)
I am very attentive to those signals when the model says I DO NOT KNOW, as a rule this signal leads to the closure of all positions and it is not rare that this signal closed with only symbolic profit, at such moments I am just confident in the model performance and next coming signals usually come as a winner !!!!
I was just comparing the tree with AdaBoost. It's undoubtedly better... but I don't know how to parse it into code yet
Please send me the last file as I ask... I'll finish mine here and twist yours.
I need 3 classes
I need three classes
Maximka are you stupid? I told you that the third class will be a test and in real work it will be too. I had an option to modify the optimizer so that the third class could be trained for different values of polynomials. But it can be used as a test class, and it will be used in real work, too... Whatever you want....
Ya clever girl