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

BLD/MAINT: Remove poetry and replace with setuptools #39

Merged
merged 3 commits into from
Apr 29, 2023
Merged

Conversation

zoj613
Copy link
Owner

@zoj613 zoj613 commented Apr 29, 2023

Poetry is overkill for a project with very few dependencies.

also closes #36

Poetry is overkill for a project with very few dependencies.
Tests fail when the number of samples are too low for the LORAS class.
This is caused by the default perplexity value (50) on TSNE. We set this
value to the lowest recommended value 5.
Use public bit_generator instead of the private _bit_generator
when a random generator instance is the `Generator` class since this
attribute is public.
@zoj613 zoj613 merged commit 4f714b5 into main Apr 29, 2023
@zoj613 zoj613 deleted the remove-poetry branch April 29, 2023 00:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

MAINT: Use public bit_generator instead of the private _bit_generator.
1 participant