Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

scikit-learn


Collective - Host: numfocus - https://opencollective.com/scikit-learn - Code: https://github.com/scikit-learn

MNT Catches scipy 1.3.0 for using deprecated tostring method (#18755)

github.com/scikit-learn/scikit-learn - 8aa6f076a267db06e23b5bd6e2c971694522b1fa authored about 4 years ago
DOC Add grid search stats example (#17432)

github.com/scikit-learn/scikit-learn - 5e85a65ab66a42995a0572aebad0d46d9a1756e6 authored about 4 years ago
FIX Trigger CD build on master branch [cd build] (#18774)

github.com/scikit-learn/scikit-learn - 505f3d0ac7c4625706cd3c1c3fb994c6452d5376 authored about 4 years ago
MNT Use cibuildwheel to build the wheels with [cd build] (#17921)

github.com/scikit-learn/scikit-learn - cd60a35455096f160ef2b84c56ddd3dfe1003874 authored about 4 years ago
DOC Fix changelog rendering and undefined label sphinx warning (#18772)

github.com/scikit-learn/scikit-learn - 9a0bc639a6c64464866f89312345f79acbfd78a3 authored about 4 years ago
DOC typo in linear_model.rst (#18770)

github.com/scikit-learn/scikit-learn - 7386948d3895499167e9c62ed7dc32b1aeb4f103 authored about 4 years ago
DOC for n_nonzero_coefs_ attribute in OrthogonalMatchingPursuit (#18756)

github.com/scikit-learn/scikit-learn - b5d63e34746ec273c1cbc5992a0477198a22f8be authored about 4 years ago
FIX numerical rounding issue causing test_poisson_zero_nodes to fail at random (#18737)

Co-authored-by: Guillaume Lemaitre <[email protected]>

github.com/scikit-learn/scikit-learn - f0e9d298be351eda7eb7302d6e673b097ae79831 authored about 4 years ago
DOC Fix doc of fit_predict in neighbors/_lof.py (#18754)

github.com/scikit-learn/scikit-learn - 51acc9dda812efca3c28d97ddc380c421c4949db authored about 4 years ago
FIX validate input array-like in KDTree and BallTree (#18691)

github.com/scikit-learn/scikit-learn - 61beb3b79947a6976b8c1df4f606b8bee7983dd6 authored about 4 years ago
BUG Fix numpy version for `_take_along_axis` in fixes.py (#18745)

github.com/scikit-learn/scikit-learn - c9543e16510fd04ac439ab6f3b689586408dd101 authored about 4 years ago
ENH Adds n_feature_in_ checking to tree (#18726)

github.com/scikit-learn/scikit-learn - 4d7e61159db3fb59c474674b3d9f9c656d310e49 authored about 4 years ago
DOC remove poisson criterion from ExtraTreeRegressor (#18734)

github.com/scikit-learn/scikit-learn - 1ee456125766ace53b7a06d6f7e7eda0b8aef8ce authored about 4 years ago
DOC Tomography L1 reconstruction example: use dot product operator (#18722)

github.com/scikit-learn/scikit-learn - d619d96d55c7d6a53c868527e8c0a36e770b5cae authored about 4 years ago
FIX make sure that ICE do not have labels (#18725)

github.com/scikit-learn/scikit-learn - 2631a4549e1f8ae4409e57c3746b071773b73f8e authored about 4 years ago
MAINT Try to fix [icc-build] in travis (+doc) (#18730)

github.com/scikit-learn/scikit-learn - 7b3e2c0707778af6b5af99edc66509ebbc9a549c authored about 4 years ago
[MRG] ENH add Poisson splitting criterion for single trees (#17386)

github.com/scikit-learn/scikit-learn - de59efe7cbe9e33245e7573cb9d0d98478b05f98 authored about 4 years ago
[arm64] MNT skip docstring check in tutorial for ARM64 (#18728)

github.com/scikit-learn/scikit-learn - 4876688d304813f77de459e67ac8e449df134ccf authored about 4 years ago
MAINT update flake8 config on circleci linter (#18731)

github.com/scikit-learn/scikit-learn - b25d64fbd68c163da15e0c2478a1821c3c20b23a authored about 4 years ago
FIX Add l1_ratio to set regularization with elasticnet penalty in Perceptron (#18622)

Co-authored-by: Guillaume Lemaitre <[email protected]>

github.com/scikit-learn/scikit-learn - 4880f1c6a37c8919f5e86b34981e213f0a679aed authored about 4 years ago
flake8: move E402 ignore rule to setup.cfg for examples folder (#18724)

github.com/scikit-learn/scikit-learn - a2728ac8d4dbc241a997899da61cb0fbf4eec96c authored about 4 years ago
FIX deprecate calibrators_ in _CalibratedClassifier (#18714)

github.com/scikit-learn/scikit-learn - 9358a94aa7c8bb887bd64ae156e0d0a7ee637d1c authored about 4 years ago
FIX solved legend issue in PDP (#18713)

github.com/scikit-learn/scikit-learn - 60945b49a504c8724852dcb8594b60ce3762f601 authored about 4 years ago
DOC Shows kwargs in API signature (#18576)

github.com/scikit-learn/scikit-learn - 7da9153e066626e5a1250ee1a0817050900b1486 authored about 4 years ago
DOC minor update to make_classification about flip_y (#18720)

github.com/scikit-learn/scikit-learn - 5309179bf83c5951299f4e23eb786741fbc19ed7 authored about 4 years ago
DOC don't suggest contributors to add type annotations (#18718)

github.com/scikit-learn/scikit-learn - 0ce49f46c47420491a1c0335087336b76ce2d796 authored about 4 years ago
EHN Add parameter as_frame to fetch_20newsgroups_vectorized (#18262)

* Adding as_frame kwarg to fetch_20newsgroups_vectorized

* Using SparseArray to store the dat...

github.com/scikit-learn/scikit-learn - 15cb8695a27eb8d4dc281ac3c937e12db8b5a6c1 authored about 4 years ago
FIX Explicit int cast in NN binary trees (#18654)

github.com/scikit-learn/scikit-learn - fb67c7bb00f4d68ecbc65e8c46af5372442274cd authored about 4 years ago
DOC Improve n_jobs docs in sklearn/multioutput.py (#18634)

github.com/scikit-learn/scikit-learn - 38a50f4c7b429dffeb94ed5abb428da06d0ba859 authored about 4 years ago
MNT Skip loading_other_datasets doctest if pandas is not installed (#18693)

github.com/scikit-learn/scikit-learn - 1d575f6e341e1f7e67d20a9ddda1c39c28f93bce authored about 4 years ago
MNT Move plot_scalable_poly_kernels example to kernel_approximation directory (#18656)

Co-authored-by: Thomas J. Fan <[email protected]>

github.com/scikit-learn/scikit-learn - e6b9917d385a85ce1bb4fabb3d319e73cd2b4081 authored about 4 years ago
FIX solve wrong indexing in plots with ICE when subsampling (#18359)

github.com/scikit-learn/scikit-learn - b617bd96b8db3a82ef1a898ffa3b496822814993 authored about 4 years ago
ENH Add libsvm-like calibration procedure to CalibratedClassifierCV (#17856)

Co-authored-by: Olivier Grisel <[email protected]>

github.com/scikit-learn/scikit-learn - 8471c8389d794309b0b62a353e3af903acd48223 authored about 4 years ago
FIX handle VisibleDeprecationWarning in type_of_target and is_multilabel (#18423)

Co-authored-by: Oleh Kozynets <[email protected]>

github.com/scikit-learn/scikit-learn - 4c547b6def1da548bf6f7d2d65c48dc741badd31 authored about 4 years ago
CI Avoid that assign workflow is run on each issue comment (#18696)

github.com/scikit-learn/scikit-learn - aad222316754a072a893c5e735d4f3f6bd792725 authored about 4 years ago
DOC fix donation button on about.rst (#18650)

github.com/scikit-learn/scikit-learn - 4b6bfac714a56709c18b32836240f0b434b1442c authored about 4 years ago
MNT Raise error if parameter cannot be retrieved (#17448)

* MNT Raise error if parameter cannot be retrieved

* MNT Prefer pytest.raises over assert_rai...

github.com/scikit-learn/scikit-learn - 1864ed442e9df17007996080946fe86789c63b8f authored about 4 years ago
FIX VisibleDeprecationWarning in unit tests and docstrings (#18414)

github.com/scikit-learn/scikit-learn - f9e0b7d55fbba59c77063280afff6fb962e4bea9 authored about 4 years ago
FEA Add Rand Index and pair confusion matrix (#17412)

Co-authored-by: Chiara Marmo <[email protected]>

github.com/scikit-learn/scikit-learn - 662cc647d93117d7a76b51fc5778147bc49cbf29 authored about 4 years ago
DOC moved from rackspace to anaconda.org (#18652)

* DOC moved from rackspace to anaconda

* move anaconda to be with the other CI

github.com/scikit-learn/scikit-learn - 47684708073fbd3c34ae40f30eb355de760879d6 authored about 4 years ago
ENH add support for sample_weights in StandardScaler when X is sparse (#18682)

github.com/scikit-learn/scikit-learn - 5263eea04d92fc9b463dfc21986312e4c7c0fb99 authored about 4 years ago
CI Fixes CI sync (#18695)

github.com/scikit-learn/scikit-learn - 12f1521f1efefc3c24af59e842ad4294361f8e98 authored about 4 years ago
FIX add attributes X_offset_ and X_scale_ in ARDRegression needed in predict (#18607)

Co-authored-by: Guillaume Lemaitre <[email protected]>

github.com/scikit-learn/scikit-learn - bb9a8f0a75a04ab1b94326fc4e26744e1d7d32b0 authored about 4 years ago
DOC Good practices and pitfalls for random_state (#18363)

github.com/scikit-learn/scikit-learn - dccaf4c867c5ba254b1bd576101d30df40c00760 authored about 4 years ago
BUG Add tol to _make_unique to avoid inf values in IsotonicRegression (#18639)

github.com/scikit-learn/scikit-learn - ca6d844cecf37014302745c5028148b1404e8e8a authored about 4 years ago
FIX Fixes encoders for string dtypes (#15763)

Co-authored-by: Guillaume Lemaitre <[email protected]>
Co-authored-by: Olivier Grisel <o...

github.com/scikit-learn/scikit-learn - 53add71a54b34a4a099a2aaa59478445a46111a3 authored about 4 years ago
DOC Fix typo in docstring for check_pandas_support (#18688)

github.com/scikit-learn/scikit-learn - 27f11e7f172468b3413d1d0598e45218cce20420 authored about 4 years ago
Merge pull request #15 from cmarmo/2020-10-26

github.com/scikit-learn/administrative - 572b56277e3ccc2a0fdd94b1b9996dc6b309825a authored about 4 years ago
DOC updates to pitfalls section (#18619)

github.com/scikit-learn/scikit-learn - 547feabbb02de7da88bbc692e7b81419e373a0cb authored about 4 years ago
Update 2020-10-26.md

github.com/scikit-learn/administrative - 9c077e5f5e9465f083ed98009722e45d2ab12b4e authored about 4 years ago
Create 2020-10-26.md

github.com/scikit-learn/administrative - 4a2305c6bdf40f548be082fda1ffe90eab68a07c authored about 4 years ago
incremental mean and var for weighted sparse X (#18569)

Co-authored-by: Alexandre Gramfort <[email protected]>
Co-authored-by: Olivier Gri...

github.com/scikit-learn/scikit-learn - f1111be2fa9899a610843c36d203b0fab02f16c3 authored over 4 years ago
KMeans: warn about memory leak on Windows with MKL (#18653)

github.com/scikit-learn/scikit-learn - c822bae2274eb45088675e53c3df98ceb64e42a8 authored over 4 years ago
MAINT Use conda-forge channel for macOS pylatest_conda_forge_mkl on azure (#18672)

github.com/scikit-learn/scikit-learn - 7dbcf6254f699a136160c1ca4103e73ac4a4fa7d authored over 4 years ago
DOC install everything from conda-forge when using conda-forge compilers (#18673)

github.com/scikit-learn/scikit-learn - 28f61efad3c4ce6536176978aef0fc857a35ff7b authored over 4 years ago
MNT fix MacOS failure with more stable estimator_checks (#18667)

* More stable estimator_checks

* Revert back to default check_estimators_dtypes

* delayed ...

github.com/scikit-learn/scikit-learn - 8d10285ffc2d64eb6f2107dc248bdbbc41ad1b50 authored over 4 years ago
ENH Checks n_features_in_ in preprocessing module (#18577)

Co-authored-by: Olivier Grisel <[email protected]>
Co-authored-by: Joel Nothman <joel.no...

github.com/scikit-learn/scikit-learn - d933c20befea779f9bfd35b4d85adaed9c30d684 authored over 4 years ago
FIX use unique values of y_true and y_pred in plot_confusion_matrix instead of estimator.classes_ (#18405)

Co-authored-by: Thomas J. Fan <[email protected]>
Co-authored-by: Guillaume Lemaitre <g.lem...

github.com/scikit-learn/scikit-learn - 90b9b5dbf0236034ea51f97c4164a0e9dd4af223 authored over 4 years ago
FIX raise proper error in incr_mean_variance_axis with axis=1 and mismatch shape input arrays (#18655)

github.com/scikit-learn/scikit-learn - 20b27858b95d54efb2b0aa8fda2d3ca22f9d27ba authored over 4 years ago
FIX raise an error in CountVectorizer with a custom token pattern that captures several group (#15427)

Co-authored-by: Gangesh Gudmalwar <[email protected]>
Co-authored-by: Guillaum...

github.com/scikit-learn/scikit-learn - 05ce8141bc71ad21e55be4d1b3f6609f65e91e49 authored over 4 years ago
DOC remove mentions of preprocessing functions in the user guide (#18327)

github.com/scikit-learn/scikit-learn - 160debe468890e1dd90b610d5505eb118481cbcf authored over 4 years ago
MNT add FUNDING.yml to setup GH sponsor button (#18651)

github.com/scikit-learn/scikit-learn - 74f18faffa90c143f42feeb48c524cff3a0e8270 authored over 4 years ago
FIX raise error in OneHotEncoder.inverse_transform (#14982)

github.com/scikit-learn/scikit-learn - 5d5329c473791c90ebc58b4a18a923d1e6c216b9 authored over 4 years ago
DOC add Zalando as a sponsor (#18626)

github.com/scikit-learn/scikit-learn - 3ba09faca6fc93c04d16aa16e46b18d2e9f0d749 authored over 4 years ago
DOC update Intel logo (#18629)

github.com/scikit-learn/scikit-learn - 03f0a0c6e3462d14c506db537b43699415e2a77e authored over 4 years ago
DOC Modified doc/developer/contributing.rst to make it look more uniform (#18637)

github.com/scikit-learn/scikit-learn - 6d6d08b990d343d9f461d8e03ea7ae2af741ab2b authored over 4 years ago
FEA Top k accuracy metric (#16625)

Co-authored-by: Nicolas Hug <[email protected]>
Co-authored-by: Jeremiah Johnson <jwjohns...

github.com/scikit-learn/scikit-learn - 5654da026b7f1186b3a840d1cb140b6598b0af61 authored over 4 years ago
DOC Add link to video resources in docs/developers/contributing.rst (#18572)

github.com/scikit-learn/scikit-learn - 6ca9eab67e1054a1f9508dfa286e0542c8bab5e3 authored over 4 years ago
ENH Warn future change of default init in NMF (#18525)

github.com/scikit-learn/scikit-learn - fe654ba93224b73413a7a7b68b3e5ba4e6c80ebf authored over 4 years ago
DOC Probability calibration - Syntax fix (#18625)

github.com/scikit-learn/scikit-learn - 8e527294ca95d128b24fd68f9e2aba4d02c6142f authored over 4 years ago
CLN Refactors find binning threshold (#18395)

github.com/scikit-learn/scikit-learn - cd673475bde70e87255ccd9b6f35687ce59b4b67 authored over 4 years ago
ENH Add support for 'fit_params' to learning_curve (#18595)

Co-authored-by: Olivier Grisel <[email protected]>

github.com/scikit-learn/scikit-learn - 1e386a49fcaefcc9860266b5957582bc85aa56ab authored over 4 years ago
DOC Add instructions about not removing anchors (#18616)

Co-authored-by: Nicolas Hug <[email protected]>

github.com/scikit-learn/scikit-learn - 0881f2cf581218530dc9cf690f3ced2e324369d1 authored over 4 years ago
MNT Uses a less strict error message for n_features_in_ checks (#18585)

github.com/scikit-learn/scikit-learn - 6b61d62c6a7f83b7d91a031bfc196775fcfcc6c9 authored over 4 years ago
FIX sort radius neighbors results when sort_results=True and algorithm="brute" (#18612)

Co-authored-by: Nicolas Hug <[email protected]>

github.com/scikit-learn/scikit-learn - a1c17affad486857e6b71b818f58ffb214ce7aee authored over 4 years ago
MNT Move min_dependencies up a level (#18610)

github.com/scikit-learn/scikit-learn - 1ea9ae2245046a6194dfc3f7125c1140804e18a2 authored over 4 years ago
DOC Fixes common pitfalls (#18617)

github.com/scikit-learn/scikit-learn - 4d44c952159905cdde6e8d72daf3d2c5840a10b7 authored over 4 years ago