- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1391 - 1400 of 2,141 for text (0.07 sec)
-
QuadraticDiscriminantAnalysis — scikit-learn 1....
n_features) Array of samples (test vectors). Returns : C ndarray...classification on an array of test vectors X. The predicted class...scikit-learn.org/stable/modules/generated/sklearn.discriminant_analysis.QuadraticDiscriminantAnal... -
Dimensionality Reduction with Neighborhood Comp...
train/test X_train , X_test , y_train , y_test = train_test_split...( model . transform ( X_test ), y_test ) # Embed the data set...scikit-learn.org/stable/auto_examples/neighbors/plot_nca_dim_reduction.html -
Using NLP and Pattern Matching to Detect, Asses...
Applying the Redact Processor Next, we will apply the redact processor....the data recently when you run Test it should do something like...www.elastic.co/observability-labs/blog/pii-ner-regex-assess-redact-part-2 -
cross_validate — scikit-learn 1.5.2 documentation
this dict are: test_score The score array for test scores on each..._score in test_score changes to a specific metric like test_r2 or...scikit-learn.org/stable/modules/generated/sklearn.model_selection.cross_validate.html -
ExtraTreesRegressor — scikit-learn 1.5.2 docume...
X_test , y_train , y_test = train_test_split ( ......y_train ) >>> reg . score ( X_test , y_test ) 0.2727... apply ( X )...scikit-learn.org/stable/modules/generated/sklearn.ensemble.ExtraTreesRegressor.html -
DBFluteクライアント | DBFlute
JDBCタスクのシェルスクリプト |-outside-sql-test.bat // OutsideSqlTestタスクのバッチスクリプト...チスクリプト |-outside-sql-test.sh // OutsideSqlTestタスクのシェルスクリプト |-replace-schema.bat...dbflute.seasar.org/ja/manual/function/generator/client/index.html -
SVC — scikit-learn 1.5.2 documentation
n_features) or (n_samples_test, n_samples_train) For kernel=”precomputed”,...expected shape of X is (n_samples_test, n_samples_train). Returns :...scikit-learn.org/stable/modules/generated/sklearn.svm.SVC.html -
ハンズオンセクション 11 | DBFlute
その会員に紐づく支払済み購入のデータも取得する 対応テストメソッド test_selectPurchaseMember_会員と購入が検索されていること()...で含んでいる会員名称の会員を検索する 対応テストメソッド test_selectUnpaidMemberLi_未払い購入がある会員が検索されていること()...dbflute.seasar.org/ja/tutorial/handson/section11.html -
Nearest Neighbors regression — scikit-learn 1.5...
axis = 0 ) X_test = np . linspace ( 0 , 5 , 500...X_train , y ) . predict ( X_test ) plt . subplot ( 2 , 1 , i...scikit-learn.org/stable/auto_examples/neighbors/plot_regression.html -
Scalable learning with polynomial kernel approx...
import train_test_split X_train , X_test , y_train , y_test = train_test_split...train_test_split ( X , y , train_size = 5_000 , test_size = 10_000...scikit-learn.org/stable/auto_examples/kernel_approximation/plot_scalable_poly_kernels.html