- Sort Score
- Num 10 results
- Language All
- Labels All
Results 341 - 350 of over 10,000 for 1 (0.14 seconds)
-
ARDRegression — scikit-learn 1.8.0 docume...
[ 1 , 1 ], [ 2 , 2 ]], [ 0 , 1 , 2 ]) ARDRegression()...>>> clf . predict ([[ 1 , 1 ]]) array([1.]) Comparing Linear Bayesian...scikit-learn.org/stable/modules/generated/sklearn.linear_model.ARDRegression.html -
DBFlute : Migration : 0.8.1
1} 環境上の注意点 Sql2Entityも一緒に バージョン...C#ユーザの方へ 最新バージョンのS2Container-1.3.11と一緒にご利用下さい。 実装上の注意点 特になし...dbflute.seasar.org/ja/oldmigration/migrate-080to081.html -
LeaveOneGroupOut — scikit-learn 1.8.0 doc...
index=[0 1], group=[1 1] Fold 1: Train: index=[0 1], group=[1 1] Test:...([ 1 , 2 , 1 , 2 ]) >>> groups = np . array ([ 1 , 1...scikit-learn.org/stable/modules/generated/sklearn.model_selection.LeaveOneGroupOut.html -
chi2_kernel — scikit-learn 1.8.0 document...
[ 1 , 1 , 1 ]] >>> Y = [[ 1 , 0 , 0 ], [ 1 , 1 , 0...chi2_kernel ( X , Y = None , gamma = 1.0 ) [source] # Compute the exponential...scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise.chi2_kernel.html -
ndcg_score — scikit-learn 1.8.0 documenta...
1.1 , 1. , .5 , .0 ]]) >>>...scores = np . asarray ([[ 1 , 0 , 0 , 0 , 1 ]]) >>> # by...scikit-learn.org/stable/modules/generated/sklearn.metrics.ndcg_score.html -
WebSocketTransportRegistration (Spring Framewor...
000 (1 minute). Parameters: timeToFirstMessage...allowed in milliseconds Since: 5.1 getTimeToFirstMessag protected...docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/web/socket/config/an... -
HashingVectorizer — scikit-learn 1.8.0 do...
ngram_range of (1, 1) means only unigrams, (1, 2) means unigrams...\\w\\w+\\b' , ngram_range=(1 , 1) , analyzer='word' , n_features=1048576...scikit-learn.org/stable/modules/generated/sklearn.feature_extraction.text.HashingVectorizer.html -
mutual_info_score — scikit-learn 1.8.0 do...
1 , 1 , 0 , 1 , 0 ] >>> labels_pred = [ 0 , 1 , 0...as: \[MI(U,V)=\sum_{i=1}^{|U|} \sum_{j=1}^{|V|} \frac{|U_i\cap...scikit-learn.org/stable/modules/generated/sklearn.metrics.mutual_info_score.html -
paired_cosine_distances — scikit-learn 1....
scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise.paired_cosine_distances.html -
chi2 — scikit-learn 1.8.0 documentation
array ([[ 1 , 1 , 3 ], ... [ 0 , 1 , 5 ], ... [ 5 , 4 , 1 ], ......>>> y = np . array ([ 1 , 1 , 0 , 0 , 2 , 2 ]) >>>...scikit-learn.org/stable/modules/generated/sklearn.feature_selection.chi2.html