Automatically created scikit-learn flow.
1 runs0 likes0 downloads0 reach0 impact
Learner mlr.costsens.classif.ranger.featsel from package(s) ranger.
1 runs0 likes0 downloads0 reach0 impact
Automatically created scikit-learn flow.
1 runs0 likes0 downloads0 reach0 impact
Automatically created scikit-learn flow.
1 runs0 likes0 downloads0 reach0 impact
Automatically created scikit-learn flow.
1 runs0 likes0 downloads0 reach0 impact
Automatically created scikit-learn flow.
1 runs0 likes0 downloads0 reach0 impact
Automatically created scikit-learn flow.
1 runs0 likes0 downloads0 reach0 impact
Automatically created scikit-learn flow.
1 runs0 likes0 downloads0 reach0 impact
Automatically created scikit-learn flow.
1 runs0 likes0 downloads0 reach0 impact
Automatically created scikit-learn flow.
1 runs0 likes0 downloads0 reach0 impact
Automatically created scikit-learn flow.
1 runs0 likes0 downloads0 reach0 impact
Automatically created scikit-learn flow.
1 runs0 likes0 downloads0 reach0 impact
Automatically created scikit-learn flow.
1 runs0 likes0 downloads0 reach0 impact
Automatically created scikit-learn flow.
1 runs0 likes0 downloads0 reach0 impact
Automatically created scikit-learn flow.
1 runs0 likes0 downloads0 reach0 impact
Automatically created scikit-learn flow.
1 runs0 likes0 downloads0 reach0 impact
Automatically created scikit-learn flow.
1 runs0 likes0 downloads0 reach0 impact
Automatically created scikit-learn flow.
1 runs0 likes0 downloads0 reach0 impact
Automatically created scikit-learn flow.
1 runs0 likes0 downloads0 reach0 impact
Automatically created scikit-learn flow.
1 runs0 likes0 downloads0 reach0 impact
Automatically created scikit-learn flow.
1 runs0 likes0 downloads0 reach0 impact
Automatically created scikit-learn flow.
1 runs0 likes0 downloads0 reach0 impact
Automatically created scikit-learn flow.
1 runs0 likes0 downloads0 reach0 impact
Automatically created scikit-learn flow.
1 runs0 likes0 downloads0 reach0 impact
Automatically created scikit-learn flow.
1 runs0 likes0 downloads0 reach0 impact
Automatically created scikit-learn flow.
1 runs0 likes0 downloads0 reach0 impact
Automatically created scikit-learn flow.
1 runs0 likes0 downloads0 reach0 impact
Automatically created scikit-learn flow.
1 runs0 likes0 downloads0 reach0 impact
Automatically created scikit-learn flow.
1 runs0 likes0 downloads0 reach0 impact
Automatically created scikit-learn flow.
1 runs0 likes0 downloads0 reach0 impact
Automatically created scikit-learn flow.
1 runs0 likes0 downloads0 reach0 impact
Automatically created scikit-learn flow.
1 runs0 likes0 downloads0 reach0 impact
Automatically created scikit-learn flow.
1 runs0 likes0 downloads0 reach0 impact
Automatically created scikit-learn flow.
1 runs0 likes0 downloads0 reach0 impact
Automatically created scikit-learn flow.
1 runs0 likes0 downloads0 reach0 impact
Automatically created scikit-learn flow.
1 runs0 likes0 downloads0 reach0 impact
Automatically created scikit-learn flow.
1 runs0 likes0 downloads0 reach0 impact
Automatically created scikit-learn flow.
1 runs0 likes0 downloads0 reach0 impact
Automatically created scikit-learn flow.
1 runs0 likes0 downloads0 reach0 impact
Automatically created scikit-learn flow.
1 runs0 likes0 downloads0 reach0 impact
Automatically created scikit-learn flow.
1 runs0 likes0 downloads0 reach0 impact
Automatically created scikit-learn flow.
1 runs0 likes0 downloads0 reach0 impact
Automatically created scikit-learn flow.
1 runs0 likes0 downloads0 reach0 impact
Automatically created scikit-learn flow.
1 runs0 likes0 downloads0 reach0 impact
Automatically created scikit-learn flow.
1 runs0 likes0 downloads0 reach0 impact
Automatically created scikit-learn flow.
1 runs0 likes0 downloads0 reach0 impact
Automatically created scikit-learn flow.
1 runs0 likes0 downloads0 reach0 impact
Automatically created scikit-learn flow.
1 runs0 likes0 downloads0 reach0 impact
Automatically created scikit-learn flow.
1 runs0 likes0 downloads0 reach0 impact
Automatically created scikit-learn flow.
1 runs0 likes0 downloads0 reach0 impact
Automatically created scikit-learn flow.
1 runs0 likes0 downloads0 reach0 impact
Automatically created scikit-learn flow.
1 runs0 likes0 downloads0 reach0 impact
Automatically created scikit-learn flow.
1 runs0 likes0 downloads0 reach0 impact
Automatically created scikit-learn flow.
1 runs0 likes0 downloads0 reach0 impact
Automatically created scikit-learn flow.
1 runs0 likes0 downloads0 reach0 impact
Automatically created scikit-learn flow.
1 runs0 likes0 downloads0 reach0 impact
Automatically created scikit-learn flow.
1 runs0 likes0 downloads0 reach0 impact
Automatically created scikit-learn flow.
1 runs0 likes0 downloads0 reach0 impact
Automatically created scikit-learn flow.
1 runs0 likes0 downloads0 reach0 impact
Automatically created scikit-learn flow.
1 runs0 likes0 downloads0 reach0 impact
Automatically created scikit-learn flow.
1 runs0 likes0 downloads0 reach0 impact
Automatically created scikit-learn flow.
1 runs0 likes0 downloads0 reach0 impact
Automatically created scikit-learn flow.
1 runs0 likes0 downloads0 reach0 impact
Automatically created scikit-learn flow.
1 runs0 likes0 downloads0 reach0 impact
Automatically created scikit-learn flow.
1 runs0 likes0 downloads0 reach0 impact
Pipeline of transforms with a final estimator. Sequentially apply a list of transforms and a final estimator. Intermediate steps of the pipeline must be 'transforms', that is, they must implement fit…
1 runs0 likes0 downloads0 reach0 impact
Automatically created scikit-learn flow.
1 runs0 likes0 downloads0 reach0 impact
A decision tree classifier.
1 runs0 likes0 downloads0 reach1 impact
C-Support Vector Classification. The implementation is based on libsvm. The fit time scales at least quadratically with the number of samples and may be impractical beyond tens of thousands of…
1 runs0 likes0 downloads0 reach0 impact
Logistic Regression (aka logit, MaxEnt) classifier. In the multiclass case, the training algorithm uses the one-vs-rest (OvR) scheme if the 'multi_class' option is set to 'ovr', and uses the…
1 runs0 likes0 downloads0 reach0 impact
Histogram-based Gradient Boosting Classification Tree. This estimator is much faster than :class:`GradientBoostingClassifier` for big datasets (n_samples…
1 runs0 likes0 downloads0 reach0 impact
Randomized search on hyper parameters. RandomizedSearchCV implements a "fit" and a "score" method. It also implements "predict", "predict_proba", "decision_function", "transform" and…
1 runs0 likes0 downloads0 reach0 impact
Randomized search on hyper parameters. The search strategy starts evaluating all the candidates with a small amount of resources and iteratively selects the best candidates, using more and more…
1 runs0 likes0 downloads0 reach0 impact
Randomized search on hyper parameters. RandomizedSearchCV implements a "fit" and a "score" method. It also implements "predict", "predict_proba", "decision_function", "transform" and…
1 runs0 likes0 downloads0 reach0 impact
Randomized search on hyper parameters. The search strategy starts evaluating all the candidates with a small amount of resources and iteratively selects the best candidates, using more and more…
1 runs0 likes0 downloads0 reach0 impact
Histogram-based Gradient Boosting Classification Tree. This estimator is much faster than :class:`GradientBoostingClassifier` for big datasets (n_samples…
1 runs0 likes0 downloads0 reach0 impact
Automatically created pytorch flow.
1 runs0 likes0 downloads0 reach0 impact
Automatically created ONNX flow.
1 runs0 likes0 downloads0 reach0 impact
A random forest classifier. A random forest is a meta estimator that fits a number of decision tree classifiers on various sub-samples of the dataset and uses averaging to improve the predictive…
1 runs0 likes0 downloads0 reach1 impact
Pipeline of transforms with a final estimator. Sequentially apply a list of transforms and a final estimator. Intermediate steps of the pipeline must be 'transforms', that is, they must implement fit…
1 runs0 likes1 downloads1 reach0 impact
A random forest classifier. A random forest is a meta estimator that fits a number of decision tree classifiers on various sub-samples of the dataset and use averaging to improve the predictive…
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 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
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
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
Ordinary least squares Linear Regression.
1 runs0 likes0 downloads0 reach0 impact
Pipeline of transforms with a final estimator. Sequentially apply a list of transforms and a final estimator. Intermediate steps of the pipeline must be 'transforms', that is, they must implement fit…
1 runs0 likes0 downloads0 reach0 impact
Decision Stump classifier supports native nominal features
1 runs0 likes0 downloads0 reach0 impact
Decision Stump classifier V2 supports native nominal features
1 runs0 likes0 downloads0 reach0 impact
Pipeline of transforms with a final estimator. Sequentially apply a list of transforms and a final estimator. Intermediate steps of the pipeline must be 'transforms', that is, they must implement fit…
1 runs0 likes0 downloads0 reach0 impact
A random forest classifier. A random forest is a meta estimator that fits a number of decision tree classifiers on various sub-samples of the dataset and uses averaging to improve the predictive…
1 runs0 likes0 downloads0 reach0 impact
Logistic Regression (aka logit, MaxEnt) classifier. In the multiclass case, the training algorithm uses the one-vs-rest (OvR) scheme if the 'multi_class' option is set to 'ovr', and uses the…
1 runs0 likes0 downloads0 reach0 impact
Pipeline of transforms with a final estimator. Sequentially apply a list of transforms and a final estimator. Intermediate steps of the pipeline must be 'transforms', that is, they must implement fit…
1 runs0 likes0 downloads0 reach0 impact
Automatically created pytorch flow.
1 runs0 likes0 downloads0 reach0 impact
Automatically created pytorch flow.
1 runs0 likes0 downloads0 reach0 impact
Automatically created pytorch flow.
1 runs0 likes0 downloads0 reach0 impact
Automatically created pytorch flow.
1 runs0 likes0 downloads0 reach0 impact
C-Support Vector Classification. The implementation is based on libsvm. The fit time scales at least quadratically with the number of samples and may be impractical beyond tens of thousands of…
1 runs0 likes0 downloads0 reach0 impact
Pipeline of transforms with a final estimator. Sequentially apply a list of transforms and a final estimator. Intermediate steps of the pipeline must be 'transforms', that is, they must implement fit…
1 runs0 likes0 downloads0 reach0 impact
Automatically created pytorch flow.
1 runs0 likes0 downloads0 reach0 impact