Skip to content
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.

Latest commit

 

History

History
13 lines (10 loc) · 1.02 KB

README.md

File metadata and controls

13 lines (10 loc) · 1.02 KB

pygrunn_2021_mlops

Demo and in the future a workshop about the usage of MLflow & DVC for the talk at Pygrunn Groningen '21. In this talk Bertje (Dutch Transformer model created by Groningen University) will be applied to an open dataset of the City Groningen. This dataset contains the remarks from citizens about the public spaces in the city, and is a goldmine about what people really think about the city.

  1. pip install the requirements.txt in a virtual environment :) -> this has been tested on Windows 11 (sorry for not dockerizing this demo :( ).

Follow the todo's in this repository belonging to the steps below to follow along with the representer, some steps have multiple todo's in multiple files.

  1. Download dataset & init DVC
  2. Run experiment with model
  3. Manually label a few features
  4. Train model & Run experiment with new model
  5. Change back the dataset
  6. Run experiment with old data and new model