- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1051 - 1060 of 1,828 for text (0.2 sec)
-
Docker uses Elastic Cloud to deliver a scalable...
decided on Elasticsearch as their next-generation platform. Having...move to Elasticsearch, Docker next considered the operational work...www.elastic.co/customers/docker -
mitigating-security-risk-generative-ai-cheat-sheet
Ready to take the next steps? Empower your security...databases — they only predict the next syntactically correct word or...www.elastic.co/pdf/portfolio/mitigating-security-risk-generative-ai-cheat-sheet -
minmax_scale — scikit-learn 1.7.0 documentation
splitting into training and test sets. This will bias the model...information would have leaked from the test set to the training set. In...scikit-learn.org/stable/modules/generated/sklearn.preprocessing.minmax_scale.html -
1.13. Feature selection — scikit-learn 1.7.0 do...
based on univariate statistical tests. It can be seen as a preprocessing...common univariate statistical tests for each feature: false positive...scikit-learn.org/stable/modules/feature_selection.html -
Thunder vs. Pacers live updates: Oklahoma City ...
COM NBCU Academy Peacock NEXT STEPS FOR VETS NBC News Site...followed with a 3-pointer on the next possession and then another...www.nbcnews.com/sports/nba/live-blog/thunder-pacers-live-updates-watch-indiana-vs-oklahoma-city-t... -
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... -
StratifiedKFold — scikit-learn 1.7.0 documentation
Provides train/test indices to split data in train/test sets. This..." ) ... print ( f " Test: index= { test_index } " ) Fold 0: Train:...scikit-learn.org/stable/modules/generated/sklearn.model_selection.StratifiedKFold.html -
ハンズオンセクション 2 | DBFlute
HandsOn02Test クラスを src/test/java (Testクラス置き場) に作成してください。 このクラスは...を確認してください。テストメソッド名は test_existsTestData() とします。 このプロジェクトでは、メソッド名が test で始まる...dbflute.seasar.org/ja/tutorial/handson/section02.html -
SVC — scikit-learn 1.7.0 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 -
Probability calibration of classifiers — scikit...
y_test , sw_train , sw_test = train_test_split ( X , y , sample_weight...split train, test for calibration X_train , X_test , y_train ,...scikit-learn.org/stable/auto_examples/calibration/plot_calibration.html