Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 40 million developers.
Sign up
Pinned
915 contributions in the last year
Activity overview
Contributed to
scikit-learn/scikit-learn,
NicolasHug/hmmkay,
NicolasHug/Surprise
and 5 other
repositories
Contribution activity
February 2020
- NicolasHug/openml-python Python
Created a pull request in scikit-learn/scikit-learn that received 1 comment
[MRG] DOC Update guidelines to check rendered CircleCI docs
Looks like it's much easier than it used to be!
+2
−31
•
1
comment
- [MRG] Implement support for Individual Conditional Expectation (ICE) plots
- BUG Fixes benchmark script for early stopping
- API make a few estimators' init args kw-only
- [MRG][DOC] Fixed documents that refer to Bunch object #16438
- MAINT split partial dependence and visualization
- [MRG] new K-means implementation for improved performances
- DOC add examples for Gaussian Processes and improve User Guide
- [MRG] Successive halving for faster parameter search
- Support sample weights in HGBT
- DOC Docstring example of classifier should import classifier
- DOC add Bunch to public docs and API
- ENH adding fit_params option for RegressorChain
- DOC promote shallow copy in the docs
- DOC Fix syntax in `model_evaluation` UG
- DOC: Mark the sentence end in `classification_report`
- [MRG] BLD Specify build time dependencies via pyproject.toml
- [MR+3] CI dropping python-3.5
- ENH Add 'if_binary' option to drop argument of OneHotEncoder
- [MRG] Document bounds='fixed' in GP kernels
- [MRG] FIX max_leaf_node and max_depth interaction in GBDT
- [MRG] DOC Add example about interpretation of coefficients of linear models