Those of you doing ML as part of your trading, do you use a second (or third) algorithm to weed out false signals? I have the feeling this will help me.
Those of you doing ML as part of your trading, do you use a second (or third) algorithm to weed out false signals? I have the feeling this will help me.
Whats the difference between a false signal and and an adverse draw from a stochastic process? I don't try to filter anything...just estimate the probability of future events.
You should be fitting a distribution...not a point estimate. At least that's my method.
I have done this before. It did help.
Boosting (machine learning)
https://en.wikipedia.org/wiki/Boosting_(machine_learning)

Right, but the question is how do you even know that there is a distribution? Do you plot some sample variables then try to get an algo to approximate that?
You don't just blindly apply algorithms to data you know nothing about.....unless you like buzzwords. AI/ML bro!
Also, every function/process...even deterministic ones have a distribution
