- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 691 - 700 of 1,549 for document (0.57 sec)
-
Confusion matrix — scikit-learn 1.7.1 documenta...
Example of confusion matrix usage to evaluate the quality of the output of a classifier on the iris data set. The diagonal elements represent the number of points for which the predicted label is e...scikit-learn.org/stable/auto_examples/model_selection/plot_confusion_matrix.html -
Decision Trees — scikit-learn 1.7.1 documentation
Examples concerning the sklearn.tree module. Decision Tree Regression Plot the decision surface of decision trees trained on the iris dataset Post pruning decision trees with cost complexity prunin...scikit-learn.org/stable/auto_examples/tree/index.html -
is_clusterer — scikit-learn 1.7.1 documentation
Skip to main content Back to top Ctrl + K GitHub Choose version is_clusterer # sklearn.base. is_clusterer ( estimator...scikit-learn.org/stable/modules/generated/sklearn.base.is_clusterer.html -
is_classifier — scikit-learn 1.7.1 documentation
Skip to main content Back to top Ctrl + K GitHub Choose version is_classifier # sklearn.base. is_classifier ( estimat...scikit-learn.org/stable/modules/generated/sklearn.base.is_classifier.html -
12.1. Array API support (experimental) — scikit...
refer to SciPy’s Array API documentation . Some scikit-learn estimators...scikit-learn.org/stable/modules/array_api.html -
get_data_home — scikit-learn 1.7.1 documentation
scikit-learn.org/stable/modules/generated/sklearn.datasets.get_data_home.html -
Perceptron — scikit-learn 1.7.1 documentation
scikit-learn.org/stable/modules/generated/sklearn.linear_model.Perceptron.html -
RadiusNeighborsClassifier — scikit-learn 1.7.1 ...
See the documentation of scipy.spatial.distance...Neighbors in the online documentation for a discussion of the...scikit-learn.org/stable/modules/generated/sklearn.neighbors.RadiusNeighborsClassifier.html -
Regularization path of L1- Logistic Regression ...
Train l1-penalized logistic regression models on a binary classification problem derived from the Iris dataset. The models are ordered from strongest regularized to least regularized. The 4 coeffic...scikit-learn.org/stable/auto_examples/linear_model/plot_logistic_path.html -
Comparison of kernel ridge and Gaussian process...
This example illustrates differences between a kernel ridge regression and a Gaussian process regression. Both kernel ridge regression and Gaussian process regression are using a so-called “kernel ...scikit-learn.org/stable/auto_examples/gaussian_process/plot_compare_gpr_krr.html