- Sort Score
- Num 10 results
- Language All
- Labels All
Results 91 - 100 of over 10,000 for 1 (0.09 seconds)
-
pairwise_kernels — scikit-learn 1.8.0 doc...
[ 1 , 1 , 1 ]] >>> Y = [[ 1 , 0 , 0 ], [ 1 , 1 , 0...means 1 unless in a joblib.parallel_backend context. -1 means...scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise.pairwise_kernels.html -
UriAssert (Spring Framework 7.0.1 API)
that uri is equal to "/orders/1/items/2" assertThat(uri).isEq...s/{orderId}/items/{itemId}", 1, 2)); Parameters: uriTemplate...docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/test/web/UriAssert.html -
johnson_lindenstrauss_min_dim — scikit-le...
by: (1 - eps) ||u - v||^2 < ||p(u) - p(v)||^2 < (1 + eps)...]0, 1[ and p is a projection by a random Gaussian N(0, 1) matrix...scikit-learn.org/stable/modules/generated/sklearn.random_projection.johnson_lindenstrauss_min_dim... -
KDTree — scikit-learn 1.8.0 documentation
query ( X [: 1 ], k = 3 ) >>> print...indices of 3 closest neighbors [0 3 1] >>> print ( dist ) #...scikit-learn.org/stable/modules/generated/sklearn.neighbors.KDTree.html -
DecisionTreeClassifier — scikit-learn 1.8...
[{0: 1, 1: 1}, {0: 1, 1: 5}, {0: 1, 1: 1}, {0: 1, 1: 1}] instead...instead of [{1:1}, {2:5}, {3:1}, {4:1}]. The “balanced” mode uses...scikit-learn.org/stable/modules/generated/sklearn.tree.DecisionTreeClassifier.html -
hamming_loss — scikit-learn 1.8.0 documen...
1 ], [ 1 , 1 ]]), np . zeros (( 2 , 2...between 0 and 1, lower being better. References [ 1 ] Grigorios...scikit-learn.org/stable/modules/generated/sklearn.metrics.hamming_loss.html -
adjusted_rand_score — scikit-learn 1.8.0 ...
1 , 1 ], [ 0 , 0 , 1 , 1 ]) 1.0 >>> adjusted_rand_score...adjusted_rand_score ([ 0 , 0 , 1 , 1 ], [ 1 , 1 , 0 , 0 ]) 1.0 Labelings that...scikit-learn.org/stable/modules/generated/sklearn.metrics.adjusted_rand_score.html -
NearestCentroid — scikit-learn 1.8.0 docu...
([[ - 1 , - 1 ], [ - 2 , - 1 ], [ - 3 , - 2 ], [ 1 , 1 ], [ 2...2 , 1 ], [ 3 , 2 ]]) >>> y = np . array ([ 1 , 1 , 1...scikit-learn.org/stable/modules/generated/sklearn.neighbors.NearestCentroid.html -
Elasticsearch for Apache Hadoop version 8.1.1 |...
1.1 ES-Hadoop 8.1.1 is a version compatibility...Elasticsearch 8.1.1. « Elasticsearch for Apache Hadoop version 8.1.2 Elasticsearch...www.elastic.co/guide/en/elasticsearch/hadoop/8.19/eshadoop-8.1.1.html -
LogisticRegressionCV — scikit-learn 1.8.0...
l1_ratio = 1 it is an L1 penalty. For 0 < l1_ratio < 1 , the...since version 1.8: l1_ratios=None is deprecated in 1.8 and will...scikit-learn.org/stable/modules/generated/sklearn.linear_model.LogisticRegressionCV.html