An open API service indexing awesome lists of open source software.

https://github.com/jarnorfb/pydata_berlin_sacred

Lightning Talk about sacred at PyData Berlin
https://github.com/jarnorfb/pydata_berlin_sacred

experiment-tracking machine-learning sacred tutorial

Last synced: about 1 month ago
JSON representation

Lightning Talk about sacred at PyData Berlin

Awesome Lists containing this project

README

        

[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/JarnoRFB/pydata_berlin_sacred/master?filepath=index.ipynb)

# Machine Learning Experiments with Sacred @PyData Berlin
A short introduction to [sacred](https://github.com/IDSIA/sacred) for logging machine learning experiments.

## Installation
If you want to run the notebook offline, you will need conda and docker:

$ conda env create -f environment.yml
$ cd sacred_setup
$ docker-compose up -d
$ cd ..
$ conda activate sacred
$ jupyter notebook

Once you are finished stop all the running containers

$ cd sacred_setup
$ docker-compose stop