Skip to content

This is the repo for the Preventing Stale Models in Production blog post.

Notifications You must be signed in to change notification settings

iterative/stale-model-example

Repository files navigation

This is the project that accompanies the Preventing Stale Models in Production blog post.

Get started

Here's what you need to do to get this project running.

  • Clone the repo
  • Create a virtual environment with a command like: python -m venv .venv
  • Install all of the dependencies with : pip install -r requirements.txt
  • Run the bicycle_demand.ipynb notebook

Now you should be able to run the project and DVC is already in place.

Running experiments

All that's left is running experiments. To do that, open a terminal and run: dvc exp run

About

This is the repo for the Preventing Stale Models in Production blog post.

Topics

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published