0
I Use This!
High Activity

Commits : Listings

Analyzed about 19 hours ago. based on code collected about 19 hours ago.
Feb 05, 2025 — Feb 05, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
refactor: remove unused pandas import from compare_classifiers.py More... 4 months ago
fix: initialize ll variable in pi0est function to prevent potential errors More... 4 months ago
refactor: clean up code formatting and improve readability in BaseWriter class More... 4 months ago
tests: add regression test outputs for HistGradientBoosting classifier across various configurations More... 4 months ago
tests: add HistGradientBoosting classifier coverage across OSW/Parquet/Split/Multisplit; enable autotune and PFDR paths; extend strategies to support --classifier=HistGradientBoosting More... 4 months ago
refactor: move compare_classifiers.py to sandbox and update parameters for optimization More... 4 months ago
remove: impl. summary docs More... 4 months ago
fix: update l2_regularization default value in HistGBCLearner to improve model performance More... 4 months ago
feat: add documentation for thread management in HistGradientBoosting and HistGBCLearner More... 4 months ago
feat: add support for thread management in HistGradientBoosting to prevent oversubscription More... 4 months ago
feat: add HistGBCLearner support for autotuning in semi-supervised learning More... 4 months ago
feat: enhance HistGradientBoostingClassifier with improved parameter tuning and parallel processing More... 4 months ago
Implement gain-like permutation importance scorer for HistGradientBoostingClassifier More... 4 months ago
update compare_classifiers.py More... 4 months ago
fix: pi0 when passing single value as lambda More... 4 months ago
update: defaults for HistGBC More... 4 months ago
Merge branch 'add/histGBC' of github.com:singjc/pyprophet into add/histGBC More... 4 months ago
fix: store feature importance on classifier object to persist through set_parameters More... 4 months ago
Merge branch 'add/histGBC' of github.com:singjc/pyprophet into add/histGBC More... 4 months ago
fix: add check for importance attribute before logging feature importances More... 4 months ago
Merge branch 'add/histGBC' of github.com:singjc/pyprophet into add/histGBC More... 4 months ago
fix: use permutation_importance fallback for HistGradientBoostingClassifier feature importances More... 4 months ago
Merge branch 'add/histGBC' of github.com:singjc/pyprophet into add/histGBC More... 4 months ago
fix: remove stray return and fix indentation in HistGBCLearner.learn More... 4 months ago
Merge branch 'add/histGBC' of github.com:singjc/pyprophet into add/histGBC More... 4 months ago
fix: filter out invalid params for HistGradientBoostingClassifier to prevent TypeError More... 4 months ago
Merge branch 'master' of github.com:singjc/pyprophet into add/histGBC More... 4 months ago
Add PR completion summary documenting all changes More... 4 months ago
Add documentation and comparison tools for HistGradientBoosting More... 4 months ago
Complete HistGradientBoosting classifier implementation More... 4 months ago