Skip to content

dataiku-research/sample_noise_impact_on_active_learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sample Noise Impact on Active Learning

Prerequisites

This package requires the cardinal python package

pip install cardinal

Generate accuracy figures and tables

In order to generate a figure for a given task, simply go in the directory and call the plotting script. The script has some options but by default it generates the figures of the paper.

cd cifar10
python ../plots.py

Re-run the experiments

In order to run an experiment, simply go in the folder of the corresponding task and call the run script:

cd cifar10
python ../exp/run.py

One can specify the query sampling method to run as an argument to the script bur by default it run the experiments of the paper.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages