Highlights
- Arctic Code Vault Contributor
Popular repositories
1,008 contributions in the last year
Activity overview
Contributed to
scikit-learn/scikit-learn,
joblib/joblib,
ogrisel/scikit-learn-github-actions
and 5 other
repositories
Contribution activity
January 2021
Created 47 commits in 4 repositories
Created a pull request in scikit-learn/scikit-learn that received 6 comments
CI Reduce travis nightly load
In order to spare the limited build credits we have on travis, I was thinking we could reduce the number of cron builds we do there: we should mig…
+10
−4
•
6
comments
Opened 7 other pull requests in 3 repositories
scikit-learn/scikit-learn
4
merged
joblib/loky
2
merged
conda-forge/scikit-learn-feedstock
1
merged
Reviewed 26 pull requests in 2 repositories
scikit-learn/scikit-learn 24 pull requests
- [DOC] Clarify the docstring of dict learning about the inits
- FIX/MNT do not support OOB score for multiclass-multioutput and additional refactoring
- Fix check_decision_proba_consistency random failure
- FIX Fixes test_compare_to_elki failure
- MRG Deprecates 'normalize' in LinearRegression (_base.py)
- DictionaryLearning: Fix several issues in the dict update
- DOC add info regarding support of dict of multimetric scores
- Release 0.24.1
- DOC add entry in whats new for 0.24.1
- CI Add workflow to check Changelog entry.
- TST Download datasets before running pytest-xdist
- Fix Bayesian Gaussian Mixture Models #19023
- DOC Clarifies docstrings in decomposition
- CI Adds skipping to azure pipelines with commit message
- DOC Update installation instructions for macos/arm64
- ENH add fontname argument in export_graphviz for non-English characters
- FIX accept meta-estimator in SelfTrainingClassifier
- DOC Update docs guideline regarding docstring formatting
- CI Reduce travis nightly load
- TST Skips test_compare_to_ELKI for arm
- Add Github Discussions to issue template
- Don't import pkg_resources unless we need to parse dev version numbers.
- TST Adapts wminkowski for scipy 1.6.0
- CI Fixes scipy-dev build instance
joblib/loky 2 pull requests
Created an issue in joblib/loky that received 6 comments
TestExecutorDeadLock.test_crash_races[13] crash
As observed on #276, we get a rare random worker process crash when calling executor.map with check_pids_exist_then_sleep on 2 * max_workers.
The l…
6
comments
Opened 7 other issues in 2 repositories
scikit-learn/scikit-learn
3
open
2
closed
- check_decision_proba_consistency fails with LinearDiscriminantAnalysis
- numerical stability bug in adjusted_mutual_info_score with numpy master (1.20 dev)
- Numerical stability issue in adjusted_mutual_info_score with numpy master
- Native wheels for the macos/arm64 platform (Apple Silicon M1 hardware)
- Platform dependent failure of test_compare_to_ELKI