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

Using swarm optimization instead of SAGE for stage 2. #48

Open
wants to merge 9 commits into
base: main
Choose a base branch
from

Conversation

jrudar
Copy link
Owner

@jrudar jrudar commented Oct 7, 2023

  • Using swarm optimizer for stage 2 feature selection.

jrudar added 9 commits October 7, 2023 00:46
Updated API information
- More emphasis on balanced accuracy in score function
- Updated stage 2 selection to use swarm-based algorithms or MultiSURF. Note, MultiSURF algorithm still needs to be modified to conduct a better NN search.
- Updated version requirements for dependencies
- Number of iterations before FWER correction is applied is now done correctly
- Updated Python versions for 3.8 - 3.12
- Feature clustering is now done using feature importance scores from ETC and MultiSURF models. Meta-samples are then reduced in dimensionality using UMAP
- Proper formatting
- Fixed location of imports
- Updated API documentation
- Added comments on where some code was adapted from
- UMAP metric is now 'mahalanobis'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant