Giter Site home page Giter Site logo

drift-robustness's Introduction

Drift retraining schedules replication package

Introduction

This package contains all the necessary data and scripts to replicate the experiments of our research paper "Predictive Maintenance of Industrial Machine Learning Systems in Production" on public data.

Create the environment

We recommend using miniconda and Python 3.8.10 on a Linux system.

conda create -n drift-study python=3.8.10
conda activate drift-study
pip install -r requirements-lock.txt

For windows, we recommend using the requirements-lock-win.txt requirements file instead.

File structure

  • config: configurations files used to prepare and run the experiments
  • data: the source data set and the results generated by our experiments
    • optmizer_results: the result of the evaluation of the retraining schedules
  • drift_study: python modules to run the experiments
  • reports: the final reports of the experiments as tables(.csv) and figures (.html)
  • scripts: the script to run an experiment

Unzip the data

./script/unzip_data.sh

Usage

Run the following command to run an experiment $rq among [rq1, rq2, rq3, rq4].

conda activate drift-study
chmod +x ./script/lcld_${rq}.sh
./script/lcld_${rq}.sh

Note that by default, to limit computational costs, only the final reports generation is executed from pre-computed results. Feel free to uncomment python commands in ./script/lcld_${rq}.sh to run the complete experiments.

The reports are found in ./reports/lcld_201317_ds_time/$rq.[csv|html]

drift-robustness's People

Contributors

thibaultsmnt avatar

Stargazers

Heitor Murilo Gomes avatar

Watchers

 avatar Jimenez Matthieu avatar Maxime Cordy avatar Heitor Murilo Gomes avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.