Skip to content

Commit

Permalink
Merge pull request #57 from mlflow/rename-databricks.py
Browse files Browse the repository at this point in the history
Rename `databricks.py` to `databricks_notebook.py`
  • Loading branch information
harupy authored Dec 10, 2024
2 parents b2bf60e + 00899d7 commit 81c4432
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion classification/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ The example uses a dataset from the UCI Machine Learning Repository,
presented in Modeling wine preferences by data mining from physicochemical properties
[Cortez et al., 2009](https://www.sciencedirect.com/science/article/abs/pii/S0167923609001377).

In this [notebook](notebooks/jupyter.ipynb) ([the Databricks version](notebooks/databricks.py)),
In this [notebook](notebooks/jupyter.ipynb) ([the Databricks version](notebooks/databricks_notebook.py)),
we show how to build and evaluate a very simple classifier step by step,
following the best practices of machine learning engineering.
By the end of this example,
Expand Down
2 changes: 1 addition & 1 deletion regression/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ to predict the fare amount for a taxi ride in New York City,
given the pickup and dropoff locations, trip duration and distance etc.
The original data was published by the [NYC gov](https://www1.nyc.gov/site/tlc/about/tlc-trip-record-data.page).

In this [notebook](notebooks/jupyter.ipynb) ([the Databricks version](notebooks/databricks.py)),
In this [notebook](notebooks/jupyter.ipynb) ([the Databricks version](notebooks/databricks_notebook.py)),
we show how to build and evaluate a very simple linear regressor step by step,
following the best practices of machine learning engineering.
By the end of this example,
Expand Down
File renamed without changes.

0 comments on commit 81c4432

Please sign in to comment.