TP2 Partie 3 : Ridge (alpha) + synthese (livrable)

This commit is contained in:
Johan LEROY
2026-07-21 14:17:53 +02:00
parent d8c2e85083
commit e6a05fbbc7
2 changed files with 200 additions and 6 deletions

View File

@@ -74,12 +74,6 @@ def main(
):
mlflow.log_metric(f"coef_{feature_name}", float(coefficient))
mlflow.sklearn.log_model(
sk_model=model,
name="electricity_consumption_model",
registered_model_name="electricity_consumption_model",
)
if __name__ == "__main__":
app()