People
Evan Peterson
Search these flows in more detail

Evan's flows

Gaussian Naive Bayes (GaussianNB) Can perform online updates to model parameters via :meth:`partial_fit`. For details on algorithm used to update feature means and variance online, see Stanford CS…
1 runs0 likes0 downloads0 reach0 impact
Naive Bayes classifier for multivariate Bernoulli models. Like MultinomialNB, this classifier is suitable for discrete data. The difference is that while MultinomialNB works with occurrence counts,…
1 runs0 likes0 downloads0 reach0 impact
Classifier using Ridge regression. This classifier first converts the target values into ``{-1, 1}`` and then treats the problem as a regression task (multi-output regression in the multiclass case).
1 runs0 likes0 downloads0 reach0 impact
Linear classifiers (SVM, logistic regression, a.o.) with SGD training. This estimator implements regularized linear models with stochastic gradient descent (SGD) learning: the gradient of the loss is…
1 runs0 likes0 downloads0 reach0 impact
Classifier implementing the k-nearest neighbors vote.
3 runs0 likes0 downloads0 reach0 impact
A decision tree classifier.
41 runs0 likes0 downloads0 reach35 impact
An extremely randomized tree classifier. Extra-trees differ from classic decision trees in the way they are built. When looking for the best split to separate the samples of a node into two groups,…
7 runs0 likes0 downloads0 reach0 impact