Skip to content

thu-vis/Reweighter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 vicayang496@gmail.com.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published