Ecosyste.ms: OpenCollective

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

github.com/scikit-learn/scikit-learn

scikit-learn: machine learning in Python
https://github.com/scikit-learn/scikit-learn

`fit_params` in conjunction with `FeatureUnion`

BenjaminBossan opened this issue over 8 years ago
Discussion of useful plotting

amueller opened this issue over 8 years ago
Refactored Count Vectorizer to be more memory efficient on N-grams

qingyili opened this pull request over 8 years ago
[MRG] addressing issue #6887, adding callable support for covariance comp.

btabibian opened this pull request over 8 years ago
PLSRegression VIP score calculation

mfitzp opened this issue over 8 years ago
ENH Isomap: adding choice option for neighborhood function (plus some code cleaning)

cvanwynsberghe opened this pull request over 8 years ago
[WIP] ENH Optimal n_clusters values

tguillemot opened this pull request over 8 years ago
[MRG] Use logging.info instead of print (#6929)

SahilKang opened this pull request over 8 years ago
Library should not be printing to stdout without verbose option

jnothman opened this issue over 8 years ago
GraphLasso with robust correlation estimates

amueller opened this issue over 8 years ago
GaussianProcesss: active_dims?

amueller opened this issue over 8 years ago
[MRG] Documentation and some input validation for get_scorer

hlin117 opened this pull request over 8 years ago
[WIP] Robust PCA algorithm

vighneshbirodkar opened this pull request over 8 years ago
[MRG] LabelPropagation and LabelSpreading enhancements

joshlk opened this pull request almost 9 years ago
[MRG] Stratifiedkfold continuous (fixed)

DSLituiev opened this pull request almost 9 years ago
[MRG]Added possibility of adding both values and proportions in export_graphviz

zuku1985 opened this pull request almost 9 years ago
[WIP] Add ensemble selection algorithm

yenchenlin opened this pull request almost 9 years ago
Adding a utility function for plotting decision regions of classifiers

rasbt opened this pull request almost 9 years ago
Add TimeSeriesCV and HomogeneousTimeSeriesCV

amueller opened this issue about 9 years ago
WIP: Nearest Neighbor chaining for ward

dwarrier opened this pull request about 9 years ago
Bayesian Logistic Regression / Logistic Regression with ARD

AlexYurasov opened this issue about 9 years ago
Better example for agglomerative clustering

cheral opened this pull request about 9 years ago
Scoring functions don't know classes_

pkch opened this issue about 9 years ago
[WIP] Storing the best attributes of (non-GridSearch) CV models

Sentient07 opened this pull request about 9 years ago
Make _weighted_percentile more robust

MechCoder opened this issue about 9 years ago
[MRG] Refactor model_selection._search to include transductive estimators

jamiebull1 opened this pull request about 9 years ago
Grid search without cross-validation for unsupervised clustering

jamiebull1 opened this issue about 9 years ago
Better example for different agglomerative clustering methods?

amueller opened this issue about 9 years ago
Eigenface example is confusing

amueller opened this issue about 9 years ago
Fix docstring signature mismatch in cython code

raghavrv opened this issue about 9 years ago
[WIP] randomised block krylov svd

kashif opened this pull request about 9 years ago
changed pls_.py to properly scale data, modified documents

OlaPaw opened this pull request about 9 years ago
Stratifying Across Classes During Training in ShuffleSplit #5965

raamana opened this pull request about 9 years ago
Implement Gower Similarity Coefficient

raghavrv opened this issue about 9 years ago
[RFC] Missing values in RandomForest

raghavrv opened this issue about 9 years ago
Robust PCA

amueller opened this issue about 9 years ago
New estimator: Rakel

Al-Pena opened this pull request about 9 years ago
Add the Diffusion Map Dimensionality Reduction Technique

rohanp opened this issue about 9 years ago
BUG: StandardScaler partial_fit overflows

giorgiop opened this issue over 9 years ago
[MRG] ENH: Support threshold='auto' in Birch

MechCoder opened this pull request over 9 years ago
clone should not really deepcopy constructor parameters

ogrisel opened this issue over 9 years ago
[WIP] Add `return_std` option to ensembles

glouppe opened this pull request over 9 years ago
[BUG?] CalibratedClassifierCV is not marked as a meta-estimator

ainafp opened this issue over 9 years ago
[WIP] Infomax ica

KamalakerDadi opened this pull request over 9 years ago
Categorical feature in Tree-based classifiers

saj1919 opened this issue over 9 years ago
[MRG+1] check_X_y should copy y also if copy is set to be True

MechCoder opened this pull request over 9 years ago
[MRG] Implement FABIA biclustering algorithm

untom opened this pull request over 9 years ago
[RFC] Tree module improvements

jmschrei opened this issue over 9 years ago
[Discussion] Sparse datastructure for MultinomialNB feature_count_

basveeling opened this pull request over 9 years ago
Polymorphic clone

jnothman opened this issue over 9 years ago
Weighted pls -- adding support for sample_weight option.

Fenugreek opened this pull request over 9 years ago
[RFC] API / objects for out of core fitting, partial_fit pipelines

amueller opened this issue over 9 years ago
[MRG] ROCCH calibration method

albahnsen opened this pull request over 9 years ago
predict ought to have an optional threshold argument

rahuldave opened this issue over 9 years ago
Coordinate descent convergence warnings

amueller opened this issue over 9 years ago
extend StratifiedKFold to float for regression

RNAer opened this issue over 9 years ago
Nearest neighbor chaining for ward

amueller opened this issue over 9 years ago
[MRG] RandomActivation

IssamLaradji opened this pull request almost 10 years ago
making dictionary learning closer to the SparseNet algorithm

laurentperrinet opened this pull request almost 10 years ago
Establish global error state like np.seterr

amueller opened this issue almost 10 years ago
SVC with kernel="poly" hangs when using small and large values

hnykda opened this issue almost 10 years ago
add icl to mixture.GMM

eyaler opened this issue almost 10 years ago
preprocessing.label docs

amueller opened this issue almost 10 years ago
[WIP] Metrics testing

amueller opened this pull request almost 10 years ago
Added new kernels for Mean Shift clustering

erensezener opened this pull request almost 10 years ago
Closed form algorithms for semi-supervised learning

bryandeng opened this issue almost 10 years ago
dictvectorizer.inverse_transform() not giving desired output

tejasvinee opened this issue almost 10 years ago
Out of bag probability estimates for Random Forests

amueller opened this issue almost 10 years ago
Issue w/ tf-idf computation

hannawallach opened this issue almost 10 years ago
Scalable Kmeans++ also known as k-means||

jagankr opened this issue almost 10 years ago
Fixing incoherent style of references

sotte opened this issue almost 10 years ago
sgd with warm_start learning rate

memeplex opened this issue almost 10 years ago
[MRG] Choose number of clusters

afouchet opened this pull request almost 10 years ago
Mutual Information estimator based on the Renyi quadratic entropy and th...

cdamon opened this pull request almost 10 years ago
sklearn.cluster.DBSCAN: Allow for 'nan' values for user-defined metric

denniskl opened this issue almost 10 years ago
precision_recall_curve - assumed limits can be misleading

trevorstephens opened this issue about 10 years ago
RBM.partial_fit should use batches

amueller opened this issue about 10 years ago
Feature request: pass meta-data per column/sample through the Pipeline

chanansh opened this issue about 10 years ago
Allow for Transformers on y

cancan101 opened this issue about 10 years ago
Test coverage and instability in GraphLasso

amueller opened this issue about 10 years ago
[MRG] support sample_weight in silhouette_score

jnothman opened this pull request about 10 years ago
KernelDensity and GMM interfaces are unnecessarily confusing

jakevdp opened this issue about 10 years ago
DOC add example for cluster criteria

banilo opened this issue about 10 years ago
Invariance testing for partial_fit

jnothman opened this issue about 10 years ago
class_weight='auto' on SGDClassifier

stdex opened this issue over 10 years ago
DBScan Clustering of string data

vmirly opened this issue over 10 years ago
efficient grid search for random forests

mblondel opened this issue over 10 years ago
ENH: Add parameter pmax that is present in glmnet

MechCoder opened this issue over 10 years ago
Explanation of nu parameter in One-class SVM

pvnguyen opened this issue over 10 years ago
Allow to choose the out-of-bag scoring metric

arjoly opened this issue over 10 years ago
Add multi-output support to the bagging module

arjoly opened this issue over 10 years ago
[WIP] Ridge path

eickenberg opened this pull request over 10 years ago
[ENH]: add InfomaxICA object and function

dengemann opened this issue over 10 years ago