- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 861 - 870 of 3,200 for 2 (0.24 sec)
-
multilabel_confusion_matrix — scikit-learn 1.7....
2]], [[5, 0], [1, 0]], [[2, 1], [1, 2]]]) On this...ndarray of shape (n_outputs, 2, 2) A 2x2 confusion matrix corresponding...scikit-learn.org/stable/modules/generated/sklearn.metrics.multilabel_confusion_matrix.html -
radius_neighbors_graph — scikit-learn 1.7.2 doc...
p = 2 , metric_params = None , include_self...standard Euclidean distance when p = 2. See the documentation of scipy.spatial.distance...scikit-learn.org/stable/modules/generated/sklearn.neighbors.radius_neighbors_graph.html -
Visualization of MLP weights on MNIST — scikit-...
44139186 Iteration 2, loss = 0.19174891 Iteration 3,...= 1 , learning_rate_init = 0.2 , ) # this example won't converge...scikit-learn.org/stable/auto_examples/neural_networks/plot_mnist_filters.html -
ROC Curve with Visualization API — scikit-learn...
return_X_y = True ) y = y == 2 X_train , X_test , y_train , y_test...scikit-learn.org/stable/auto_examples/miscellaneous/plot_roc_curve_visualization_api.html -
Receiver Operating Characteristic (ROC) with cr...
= 2 ], y [ y != 2 ] n_samples , n_features...linearly separable from the other 2; the latter are not linearly separable...scikit-learn.org/stable/auto_examples/model_selection/plot_roc_crossval.html -
MetadataRequest — scikit-learn 1.7.2 documentation
Skip to main content Back to top Ctrl + K GitHub Choose version MetadataRequest # class sklearn.utils.metadata_routin...scikit-learn.org/stable/modules/generated/sklearn.utils.metadata_routing.MetadataRequest.html -
density — scikit-learn 1.7.2 documentation
scikit-learn.org/stable/modules/generated/sklearn.utils.extmath.density.html -
MethodMapping — scikit-learn 1.7.2 documentation
scikit-learn.org/stable/modules/generated/sklearn.utils.metadata_routing.MethodMapping.html -
TransformerTags — scikit-learn 1.7.2 documentation
Skip to main content Back to top Ctrl + K GitHub Choose version TransformerTags # class sklearn.utils. TransformerTag...scikit-learn.org/stable/modules/generated/sklearn.utils.TransformerTags.html -
Classification — scikit-learn 1.7.2 documentation
General examples about classification algorithms. Classifier comparison Linear and Quadratic Discriminant Analysis with covariance ellipsoid Normal, Ledoit-Wolf and OAS Linear Discriminant Analysis...scikit-learn.org/stable/auto_examples/classification/index.html