datamatters24 commited on
Commit
c8885b9
Β·
verified Β·
1 Parent(s): 986c046

Upload runpod_tune.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. runpod_tune.py +1 -1
runpod_tune.py CHANGED
@@ -26,7 +26,7 @@ from sklearn.metrics import log_loss
26
  # ── Config ──────────────────────────────────────────────────────────────
27
  HF_TOKEN = os.environ.get("HF_TOKEN", "")
28
  HF_REPO = "datamatters24/f1-race-predictor-model"
29
- N_TRIALS = 50
30
 
31
  # Feature columns must match feature_store.py exactly
32
  FEATURE_COLUMNS = [
 
26
  # ── Config ──────────────────────────────────────────────────────────────
27
  HF_TOKEN = os.environ.get("HF_TOKEN", "")
28
  HF_REPO = "datamatters24/f1-race-predictor-model"
29
+ N_TRIALS = 200
30
 
31
  # Feature columns must match feature_store.py exactly
32
  FEATURE_COLUMNS = [