Code Monkey home page Code Monkey logo

reweighter's Introduction

Reweighter: Interactive Reweighting for Mitigating Label Quality Issues

Install (Docker, medical dataset)

To run the container:

sudo docker run -p 49623:49623 -t vicayang/reweighter:latest /bin/bash /autorun.sh

Then open http://localhost:49623/ in your browser.

This should reproduce the Fig. 9 in our paper (Fig. 9 is slightly different from the screenshot because we adjust the aspect ratio and add some notations to make the figure more readable in the paper).

Install (Cloth14 dataset)

  1. This project uses python 3.7. Go check it out if you don't have it installed.

  2. Install python package.

pip install -r requirements.txt
  1. Install nodejs package: check README.md under vis for more details.

  2. Download the data (link), unzip it, and put it in flask/application/data.

Run

  1. run backend.
cd flask; python app.py
  1. run frontend: check README.md under vis for more details.

If you encounter any issues when using this library, please feel free to contact me [email protected].

reweighter's People

Contributors

va-group avatar vicayang avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

reweighter's Issues

frontend environment

前端npm install时会卡住,因为有一些库的旧版本已经不维护了,无法通过npm安装旧版本

需要在package.json中修改以下版本:"core-js": "^3.37.1", "vuetify": "^2.7.2", 之后安装即可运行。

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.