reimplementation + new features#6
Open
penguinyou88 wants to merge 14 commits intoPaulsonLab:mainfrom
Open
Conversation
penguinyou88
commented
Apr 13, 2026
- restructured codebase for better modularity, maintenance, better documentation etc
- fixed tiny bugs in the old codebase, added a unified FitResult class, added unit tests
- added L1/L2/Elastic-net support for faster screening and pruning to reduce feature space for screening of deeper features
- added placeholders for future features to add such as dynamic support, classification loss, etc
- Phase 1: Package restructure, namespace fixes, build tooling, tests - Phase 2: FitResult dataclass, max_features, input validation, scaling docs - Phase 3: O(n log n) Pareto, expand() memory fix, batched combinations - Bug fix: ^N operator support in single_variable() - Auto-detect GPU (device=None defaults to cuda if available) - Updated example notebooks
…eto front selection with convergence prioritization
Dev/newfeatures
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.