Skip to content

Tags: theochem/Selector

Tags

v0.1.4

Toggle v0.1.4's commit message
Update numpy version

v0.1.3

Toggle v0.1.3's commit message
Clean up the image classification example

v0.1.2

Toggle v0.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update docstrings and documentation (#281)

* Update docstrings and documentation

* Update selector/measures/diversity.py

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

v0.1.1

Toggle v0.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add checking that binary matrix is not suitable for hypershpere overl…

…ap (#280)

* Add checking that binary matrix is not suitable for hypershpere overlap

* Update testing

v0.1.1a1

Toggle v0.1.1a1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add checking that binary matrix is not suitable for hypershpere overl…

…ap (#280)

* Add checking that binary matrix is not suitable for hypershpere overlap

* Update testing

v0.1.0

Toggle v0.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update README.md (#277)

v0.0.3

Toggle v0.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix ref_index of `OptiSim` (#272)

v0.0.2post1

Toggle v0.0.2post1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add support of selecting different from subsets proportionately (#270)

* Use numpy to count the unique number of labels for efficiency

* Add support of selection different cluster subsets proportionately

* Add tests for the proportional selection

* Fix the problem of when zero number of elements selected from the minority class

* Add tests for imbalance case of multiple classes

* Add testing data for imbalance cases

* Reformat with black

* Add data points to smallest cluster when not enough data points

* Add test for checking the number of labels match the number of total data points

* Ignore NotImplementedError in coverage report

* Add typing hints for returns

* Add typing hints

v0.0.2b12

Toggle v0.0.2b12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update README.md (#265)

* Refactor the README.md

* Add installation section to intro.md

v0.0.2b11

Toggle v0.0.2b11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix the building reference index when `ref_index` is None in `DISE` (#…

…264)

* Fix the return type when calculating medoid in `get_initial_selection`

* Add test case for ref_index is None

* Remove redundant checking of ref_index