Overview
Could not load contribution data
Please try again later
6 Pull requests merged by 6 people
-
ENH Pass only bootstrap to `_parallel_build_trees`
#22106 merged
Dec 31, 2021 -
DOC Update documentation of weight boosting estimators w/ranges
#22097 merged
Dec 31, 2021 -
MAINT Use push_back directly in dbscan_inner
#22077 merged
Dec 31, 2021 -
MNT move bunch to its own file
#22084 merged
Dec 31, 2021 -
ENH Preserving dtype for np.float32 in *DictionaryLearning, SparseCoder and orthogonal_mp_gram
#22002 merged
Dec 30, 2021 -
DOC Add airspeed benchmarks page link to the contributing docs
#22075 merged
Dec 28, 2021
12 Pull requests opened by 10 people
-
DOC added intervals for parameters for 4 glm classes
#22076 opened
Dec 26, 2021 -
first attempt to change iterative_imputer
#22078 opened
Dec 26, 2021 -
Base sample-prop implementation and docs (alternative to #21284)
#22083 opened
Dec 27, 2021 -
DOC Update learning_curve.rst
#22086 opened
Dec 27, 2021 -
ENH Automatically force_all_finite=False in non-initial warm_start runs #10600
#22089 opened
Dec 28, 2021 -
[WIP] check for non-finite values of estimator parameters
#22092 opened
Dec 29, 2021 -
ENH added original version of pickled estimator in state dict
#22094 opened
Dec 29, 2021 -
DOC Maintain a list of all estimators that natively handle missing data #21382
#22096 opened
Dec 29, 2021 -
DO NOT MERGE bump libomp in wheels to libomp-13.0.0_0 for macos [cd build]
#22105 opened
Dec 31, 2021 -
FIX Support integers in silhouette_score for precomputed distances
#22108 opened
Dec 31, 2021 -
CI Use conda-forge's openmp in osx to build wheels
#22109 opened
Jan 1, 2022 -
ENH Preserving dtype for np.float32 in SparsePCA and MiniBatchSparsePCA
#22111 opened
Jan 1, 2022
8 Issues closed by 8 people
-
Iteratively fitting a RandomForest with a `loky` backend is slow (with suggested fix)
#22087 closed
Dec 31, 2021 -
attribute error when using pipeline object to access feature names
#22093 closed
Dec 31, 2021 -
Install issue with MacOS Big Sur 11.3
#20041 closed
Dec 31, 2021 -
KMeans fitting causes an unexpected python crash on macOS Monterey M1 Pro
#22100 closed
Dec 30, 2021 -
Installing v1.0.2 with pipenv on Ubuntu 20.04 fails
#22088 closed
Dec 29, 2021 -
Link airspeed benchmarks page in the scikit-learn webpage
#21898 closed
Dec 28, 2021 -
Intel MKL bug in tf-idf vectorizer
#19862 closed
Dec 28, 2021 -
Documentaion build fails when doing `make` after installing dependencies
#22085 closed
Dec 27, 2021
3 Issues opened by 3 people
-
ModuleNotFoundError: No module named 'sklearn.preprocessing.data'
#22110 opened
Jan 1, 2022 -
Silhouette fails for precomputed integer distances
#22107 opened
Dec 31, 2021 -
Updating already built KDTree with another KDTree
#22095 opened
Dec 29, 2021
38 Unresolved conversations
Sometimes conversations happen on old items that aren’t yet closed. Here is a list of all the Issues and Pull Requests with unresolved conversations.
-
Add data_transposed argument and warning to make_sparse_coded_signal
#21425 commented on
Dec 31, 2021 • 4 new comments -
Base sample-prop implementation and docs
#21284 commented on
Dec 27, 2021 • 3 new comments -
DOC Clarify cosine metric in neighbors docstring
#22073 commented on
Dec 27, 2021 • 3 new comments -
[WIP] Callback API continued
#22000 commented on
Dec 31, 2021 • 2 new comments -
AttributeError of compound kernel of Gaussian processes
#21973 commented on
Dec 26, 2021 • 1 new comment -
Document how to craft a minimal reproducer for scikit-learn
#21945 commented on
Dec 27, 2021 • 1 new comment -
Automatically force_all_finite=False in non-initial warm_start runs
#10600 commented on
Dec 28, 2021 • 1 new comment -
Look at lgtm.com alerts for last couple of months
#12167 commented on
Dec 29, 2021 • 1 new comment -
Broken image in MDS user guide documentation
#22061 commented on
Dec 30, 2021 • 1 new comment -
Add sample_weight fit param for Pipeline
#18159 commented on
Dec 30, 2021 • 1 new comment -
Add the two-parameter variant of the Box-Cox method to sklearn.preprocessing.PowerTransformer
#21999 commented on
Dec 31, 2021 • 1 new comment -
FEA Add cumulative gain curve metric
#18479 commented on
Dec 28, 2021 • 1 new comment -
[MRG] Arxiv updating
#21418 commented on
Dec 30, 2021 • 1 new comment -
[MRG] MAINT Use check_scalar in BaseDecisionTree
#21990 commented on
Dec 30, 2021 • 1 new comment -
ENH added consistency checks for args of check_scalar function
#22027 commented on
Dec 29, 2021 • 1 new comment -
DOC fix example to use the right sparse dictionary shape
#22040 commented on
Dec 31, 2021 • 1 new comment -
FEA add pinball loss to SGDRegressor
#22043 commented on
Jan 1, 2022 • 1 new comment -
dysfunctional n_jobs=-1 in sklearn.model_selection.GridSearchCV
#10454 commented on
Dec 26, 2021 • 0 new comments -
Bandwidth estimation for kernel density estimates
#10467 commented on
Dec 26, 2021 • 0 new comments -
FeatureHasher cant return order of found feature_names
#10470 commented on
Dec 26, 2021 • 0 new comments -
Add sklearn.dataset.fetch_bbc and sklearn.dataset.fetch_bbcsport
#10498 commented on
Dec 26, 2021 • 0 new comments -
In Contact section, specify that link is to the mailing list
#22030 commented on
Dec 26, 2021 • 0 new comments -
Accelerate slow examples
#21598 commented on
Dec 27, 2021 • 0 new comments -
Improve RidgeCV exception message when called with `store_cv_values=False`
#10525 commented on
Dec 29, 2021 • 0 new comments -
Make ColumnTransformer work on dask arrays?
#10537 commented on
Dec 29, 2021 • 0 new comments -
Ensure that functions's docstrings pass numpydoc validation
#21350 commented on
Dec 31, 2021 • 0 new comments -
Use the function check_scalar for parameters validation
#21927 commented on
Jan 1, 2022 • 0 new comments -
DOC maintain a list of all estimators that natively handle missing data
#21382 commented on
Jan 1, 2022 • 0 new comments -
FIX #18692, updates the doc
#18781 commented on
Dec 27, 2021 • 0 new comments -
Increase execution speed of plot_cluster_comparison.py
#21624 commented on
Dec 26, 2021 • 0 new comments -
[WIP] MNT Use check_scalar in BaseGradientBoosting
#21632 commented on
Jan 1, 2022 • 0 new comments -
[ENH] Introduce Manifold-regularized Discriminative NMF
#21763 commented on
Dec 29, 2021 • 0 new comments -
Fixes the mahalanobis metric problem when calling TSNE method_parameters #11793
#21805 commented on
Dec 29, 2021 • 0 new comments -
[MRG] ENH Loss module LogisticRegression
#21808 commented on
Dec 31, 2021 • 0 new comments -
MAINT Use check_scalar to validate scalar in: GeneralizedLinearRegressor
#21946 commented on
Jan 1, 2022 • 0 new comments -
[MRG] Add a separator between a criteria and other contents in a node in export_graphviz for visibility
#22022 commented on
Dec 30, 2021 • 0 new comments -
[MRG] Multi-class Brier Score Loss (updated)
#22046 commented on
Dec 31, 2021 • 0 new comments -
ENH add support for sample_weight in KBinsDiscretizer(strategy="quantile")
#22048 commented on
Jan 1, 2022 • 0 new comments