- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 971 - 980 of 2,482 for 2 (0.09 sec)
-
calibration_curve — scikit-learn 1.7.2 document...
2 , 0.3 , 0.4 , 0.65 , 0.7 , 0.8...1. ]) >>> prob_pred array([0.2 , 0.525, 0.85 ]) On this page...scikit-learn.org/stable/modules/generated/sklearn.calibration.calibration_curve.html -
12. Dispatching — scikit-learn 1.7.2 documentation
2. Support for Array API -compatible...scikit-learn.org/stable/dispatching.html -
1. Supervised learning — scikit-learn 1.7.2 doc...
2. Linear and Quadratic Discriminant Analysis 1.2.1. Dimensionality...Linear Discriminant Analysis 1.2.2. Mathematical formulation of...scikit-learn.org/stable/supervised_learning.html -
ndcg_score — scikit-learn 1.7.2 documentation
2 , .3 , 4 , 70 ]]) >>> ndcg_score...predictions: (10 / 10 + 5 / 10) / 2 = .75 >>> ndcg_score ( true_relevance...scikit-learn.org/stable/modules/generated/sklearn.metrics.ndcg_score.html -
Part 18: Google Drive Crawl
2. Get the Fess ZIP file from the...fess.codelibs.org/articles/18/document.html -
load_iris — scikit-learn 1.7.2 documentation
scikit-learn.org/stable/modules/generated/sklearn.datasets.load_iris.html -
Sparse coding with a precomputed dictionary — s...
) ** 2 / width ** 2 ) * np . exp ( - (( x - center ) ** 2 ) /.../ ( 2 * width ** 2 )) ) return x def ricker_matrix ( width , resolution...scikit-learn.org/stable/auto_examples/decomposition/plot_sparse_coding.html -
config_context — scikit-learn 1.7.2 documentation
2. transform_output str, default=None...“default”. Added in version 1.2. Added in version 1.4: "polars"...scikit-learn.org/stable/modules/generated/sklearn.config_context.html -
Gaussian Mixture Model Selection — scikit-learn...
2 ), C ) # general component_2 = 0.7 * np . random...scatter ( component_2 [:, 0 ], component_2 [:, 1 ], s = 0.8 )...scikit-learn.org/stable/auto_examples/mixture/plot_gmm_selection.html -
grid_to_graph — scikit-learn 1.7.2 documentation
'int64' with 2 stored elements and shape (2, 2)> Coords Values...= bool ) >>> mask [[ 1 , 2 ], [ 1 , 2 ], :] = True >>> graph =...scikit-learn.org/stable/modules/generated/sklearn.feature_extraction.image.grid_to_graph.html