Highlights
- Developer Program Member
- Pro
- 1 discussion answered
Pinned
369 contributions in the last year
Less
More
Activity overview
Contributed to
uhlmanngroup/pyshot,
scikit-learn/scikit-learn,
scikit-learn-inria-fondation/pdist_agregation
and 5 other
repositories
Contribution activity
May 2021
Created 27 commits in 3 repositories
Created a pull request in scikit-learn-inria-fondation/pdist_agregation that received 2 comments
Adapt implementation to specifiy a working memory instead
The current implementations depends on a chunk size which is independent from a memory specification. This PR adds support to specify a working mem…
+90
−41
•
2
comments
Opened 4 other pull requests in 1 repository
scikit-learn-inria-fondation/pdist_agregation
2
open
2
merged
Reviewed 9 pull requests in 2 repositories
scikit-learn/scikit-learn 8 pull requests
- TST Adjust atol in test_ridge_regression_check_arguments on 32bit
- [MRG] GaussianMixture with BIC/AIC
- [MRG] Sample weights for ElasticNetCV
- Use check_finite=False in gaussian_process and kernel_approximation
- DOC Add a note about the involvement of the contributor in maintenance.
- Fix GaussianMixture UnboundLocalError
- Graph Spectral Embedding to sklearn/manifold
- [MRG] Common Private Loss Module