Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add (partial) train+eval model template nb #42

Merged
merged 9 commits into from
Dec 23, 2024
Prev Previous commit
Next Next commit
style: Hide mlflow import
bdewilde committed Dec 21, 2024
commit d2ea4a141ff9d89dd86cd105acb87d63c1c74860
2 changes: 1 addition & 1 deletion notebooks/pdp/03-train-evaluate-model-TEMPLATE.py
Original file line number Diff line number Diff line change
@@ -35,7 +35,7 @@

import logging

import mlflow
# import mlflow
from databricks.connect import DatabricksSession
from databricks.sdk.runtime import dbutils