MLFlow connection added

This commit is contained in:
Varyngoth
2025-12-04 17:40:39 -04:00
parent c5fb865583
commit 3eef3c7ed5
3 changed files with 51 additions and 1 deletions

View File

@@ -15,7 +15,6 @@ from src.preprocessing import build_preprocessor
from src.models import make_model
from src.stability import compute_shap_matrix
def save_checkpoint(path, gen, pop, seed):
state = {
"gen": gen,