Skip to content

schmidtbri/logging-for-ml-models

Repository files navigation

Logging for ML Models

Logging for machine learning models.

This code is used in this blog post.

Requirements

  • Python 3.5 or above

Installation

The Makefile included with this project contains targets that help to automate several tasks.

To download the source code execute this command:

git clone https://github.com/schmidtbri/logging-for-ml-models

Then create a virtual environment and activate it:

# go into the project directory
cd logging-for-ml-models

make venv

source venv/bin/activate

Install the dependencies:

make dependencies

About

Logging for ML models.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published