❓ Questions and Help
How can I configure the label in the task config to generate discrete classification labels instead of continuous regression values? Specifically, I want to discretize the returns based on their cross-sectional ranking.
Once the labels are discrete, how should I configure the model and loss function to perform classification training?
And How should the backtesting module be adapted for classification outputs?