]> Piment Noir Git Repositories - freqai-strategies.git/commitdiff
refactor(qav3): cleanup code comments
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Mon, 10 Feb 2025 10:30:24 +0000 (11:30 +0100)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Mon, 10 Feb 2025 10:30:24 +0000 (11:30 +0100)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
quickadapter/user_data/freqaimodels/LightGBMRegressorQuickAdapterV35.py
quickadapter/user_data/freqaimodels/XGBoostRegressorQuickAdapterV35.py

index 387a6875d743b6f7ea3424b6ae73ce7c834d2cea..d2251fadb8cb808b88519b704ee08b623b636ea5 100644 (file)
@@ -217,7 +217,6 @@ def min_max_pred(
             continue
         pred_df_sorted[label] = pred_df[label]
 
-    # pred_df_sorted = pred_df_sorted
     for col in pred_df_sorted:
         pred_df_sorted[col] = pred_df_sorted[col].sort_values(
             ascending=False, ignore_index=True
index cdd148c2ea5737d7023f8da232e730fd2eb79211..9eb323defec7d0f43c072139a90f22993e1cfa9c 100644 (file)
@@ -217,7 +217,6 @@ def min_max_pred(
             continue
         pred_df_sorted[label] = pred_df[label]
 
-    # pred_df_sorted = pred_df_sorted
     for col in pred_df_sorted:
         pred_df_sorted[col] = pred_df_sorted[col].sort_values(
             ascending=False, ignore_index=True