Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clean up redundant files #24

Merged
merged 2 commits into from
Mar 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
*.nb
*.ipynb

data/Darmanis

# Directories for local files
local/
private/
Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
![build](https://github.com/labelshift/labelshift/actions/workflows/build.yml/badge.svg)

# Label Shift

Python library for *quantification* (estimating the class prevalence in an unlabeled data set) under the prior probability shift assumption.
Expand Down
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
arviz
matplotlib
numpy
petname
pydantic
scikit-learn
scipy
subplots_from_axsize
# Code quality tools
black
flake8
Expand Down
156 changes: 0 additions & 156 deletions scripts/design_categorical.py

This file was deleted.

32 changes: 0 additions & 32 deletions scripts/experiment1/1-1.py

This file was deleted.

33 changes: 0 additions & 33 deletions scripts/experiment1/1-2.py

This file was deleted.

33 changes: 0 additions & 33 deletions scripts/experiment1/1-3.py

This file was deleted.

97 changes: 0 additions & 97 deletions scripts/experiment1/plot_figure.py

This file was deleted.

Loading
Loading