LightGBM tuning

This commit is contained in:
2025-12-06 00:15:55 +01:00
parent 42091d6f24
commit 970d00511b
3 changed files with 1 additions and 1 deletions

View File

@@ -17,7 +17,7 @@ from sklearn.model_selection import StratifiedKFold, train_test_split
from utils import scaling_handler
RESULTS_FILENAME = "results_lgbm_kmeans_smote_tuning_grid.csv"
RESULTS_FILENAME = "results_lgbm_tuning.csv"
def get_metrics(y_true, y_pred, prefix=""):

View File

Can't render this file because it is too large.