Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aajanki/label-noise-classification

A small experiment on classification with noisy labels
https://github.com/aajanki/label-noise-classification

classification jupyter-notebook label-noise noisy-labels

Last synced: 10 days ago
JSON representation

A small experiment on classification with noisy labels

Awesome Lists containing this project

README

        

# Label-noise robust logistic regression

A PyStan implementation of a robust logistic regression estimation.

See [the notebook](Label%20noise%20robust%20classification.ipynb).

## Dev environment setup

Install [Stan dependencies](https://pystan.readthedocs.io/en/latest/getting_started.html).

```
pipenv install
pipenv run jupyter notebook
```

## References

Jakramate Bootkrajang and Ata Kabán: [Label-Noise Robust Logistic Regression and Its Applications](https://www.cs.bham.ac.uk/~axk/ecml2012.pdf), The European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases (ECML PKDD 2012)

## License

The MIT License