Potentially a discussion too broad for the forums, so apologies if so.
I am working on using some type of ML to combine various alpha factors in one powerful alpha factor.
I am new to ML, so to make things simple- I chose to binarize returns. As a result, the goal of the ML becomes classification (as opposed to regression).
My question to the group is what different classification techniques should I be considering? From what I can find, the most common is the adaboost classifier but are there others I should be considering?