- Sort Score
- Num 10 results
- Language All
- Labels All
Results 81 - 90 of over 10,000 for 1 (0.17 seconds)
-
kmeans_plusplus — scikit-learn 1.7.2 docu...
array ([[ 1 , 2 ], [ 1 , 4 ], [ 1 , 0 ], ... [ 10 , 2...provided array. Added in version 1.3. x_squared_norms array-like...scikit-learn.org/stable/modules/generated/sklearn.cluster.kmeans_plusplus.html -
hinge_loss — scikit-learn 1.7.2 documenta...
[ 1 ]] >>> y = [ - 1 , 1 ] >>>...>>> hinge_loss ([ - 1 , 1 , 1 ], pred_decision ) 0.30 In...scikit-learn.org/stable/modules/generated/sklearn.metrics.hinge_loss.html -
SparseCoder — scikit-learn 1.7.2 document...
1 , 0 ], ... [ - 1 , - 1 , 2 ], ... [ 1 , 1 , 1 ], ......>>> X = np . array ([[ - 1 , - 1 , - 1 ], [ 0 , 0 , 3 ]]) >>>...scikit-learn.org/stable/modules/generated/sklearn.decomposition.SparseCoder.html -
VotingClassifier — scikit-learn 1.7.2 doc...
([[ - 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.ensemble.VotingClassifier.html -
TfidfTransformer — scikit-learn 1.7.2 doc...
array([[1, 1, 1, 1, 0, 1, 0, 0], [1, 2, 0, 1, 1, 1, 0, 0], [1, 0,...0, 0, 1, 0, 1, 1, 1], [1, 1, 1, 1, 0, 1, 0, 0]]) >>> pipe...scikit-learn.org/stable/modules/generated/sklearn.feature_extraction.text.TfidfTransformer.html -
root_mean_squared_error — scikit-learn 1....
1 ],[ - 1 , 1 ],[ 7 , - 6 ]] >>>...User Guide . Added in version 1.4. Parameters : y_true array-like...scikit-learn.org/stable/modules/generated/sklearn.metrics.root_mean_squared_error.html -
ClassifierMixin — scikit-learn 1.7.2 docu...
predict ( X ) array([1, 1, 1]) >>> estimator ....MyEstimator ( param = 1 ) >>> X = np . array ([[ 1 , 2 ], [ 2 ,...scikit-learn.org/stable/modules/generated/sklearn.base.ClassifierMixin.html -
PolynomialCountSketch — scikit-learn 1.7....
[ 1 , 1 ], [ 1 , 0 ], [ 0 , 1 ]] >>> y...Array with random entries in {+1, -1}, used to represent the 2-wise...scikit-learn.org/stable/modules/generated/sklearn.kernel_approximation.PolynomialCountSketch.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 -
StratifiedShuffleSplit — scikit-learn 1.7...
array ([[ 1 , 2 ], [ 3 , 4 ], [ 1 , 2 ], [ 3 , 4 ], [ 1 , 2 ], [...np . array ([ 0 , 0 , 0 , 1 , 1 , 1 ]) >>> sss = StratifiedShuffleSpl...scikit-learn.org/stable/modules/generated/sklearn.model_selection.StratifiedShuffleSplit.html