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 50 million developers.
Sign up
Popular repositories
809 contributions in the last year
Activity overview
Contribution activity
October 2020
Created a pull request in INRIA/scikit-learn-mooc that received 5 comments
Fixes and improvements for the CV notebook
@glemaitre I started to do a pass. Have a quick glance at the diff but I would be in favor in quick merge and iterate.
- [WIP] Common test for equivalence between sparse and dense matrices.
- MRG : add support for sample_weights in StandardScaler when X is sparse
- FIX Fixes encoders for string dtypes
- [MRG] DOC updates to pitfalls section
- MNT Correctly errors in check_array with dtype=numeric and string/bytes
- incremental mean and var for weighted sparse X
- [WIP] PERF compute float32 grad and hess in HGBT
- KMeans: warn about memory leak on Windows with MKL
- DOC Fix docs for Drawbarcks of Davies-Bouldin index
- BUG Add tol to _make_unique to avoid inf values in IsotonicRegression
- [MRG] Create public kmeans_plusplus including index output
- FIX: incr_mean_variance_axis when axis=1 and last_mean have shape of …
- ENH Add libsvm-like calibration procedure to CalibratedClassifierCV
- MNT add FUNDING.yml to setup GH sponsor button
- [MRG] ENH Adds Categorical support for HistGradientBoosting
- CLN Refactors find binning threshold
- ENH Warn future change of default init in NMF
- [MRG]Generate to dataframe
- ENH Adds n_features_in_ checks to linear and svm modules
- MNT Uses a less strict error message for n_features_in_ checks
- FIX add attributes X_offset_ and X_scale_ in ARDRegression needed in predict
- DOC Add instructions about not removing anchors
- FIX sort radius neighbors results when sort_results=True and algorithm="brute"
- MNT Move min_dependencies up a level
- ENH Add support for 'fit_params' to learning_curve
- Some pull request reviews not shown.
Created an issue in conda-forge/scipy-feedstock that received 11 comments
conda install -c conda-forge scipy blas=*=openblas installs the netlib version of libcblas and libblas on macOS
Steps to reproduce on macOS:
$ conda create -y -n tmp -c conda-forge scipy blas=*=openblas
$ conda list -n tmp
# packages in environment at /Users/…