Based on the description in: backtester/training.py:
"Trains a meta-model using labeled financial events and returns structured model output."
But based on the code, and how it's used in "Part_3-Labeling", there's no primary model input as part of the feature anywhere.
The "get_trend_scanning_meta_labels" function appears to provide meta labels, but that function is somehow commented off in the notebook, and no longer exists in the code.
Based on the description in: backtester/training.py:
"Trains a meta-model using labeled financial events and returns structured model output."
But based on the code, and how it's used in "Part_3-Labeling", there's no primary model input as part of the feature anywhere.
The "get_trend_scanning_meta_labels" function appears to provide meta labels, but that function is somehow commented off in the notebook, and no longer exists in the code.