Skip to content

Commit

Permalink
databricks try udacity#2
Browse files Browse the repository at this point in the history
  • Loading branch information
CynMorris committed Jul 2, 2024
1 parent 3ebd743 commit 412b579
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ def install_databricks_cli():

# Install databricks-cli if not already installed
install_databricks_cli()

# Import mlflow and other necessary modules after installation
import mlflow

# Your other script logic continues here...

# End extra code

import json
Expand Down

0 comments on commit 412b579

Please sign in to comment.