- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 981 - 990 of 1,698 for text (0.44 sec)
-
NeighborhoodComponentsAnalysis — scikit-learn 1...
X_test , y_train , y_test = train_test_split ( X ,...print ( knn . score ( X_test , y_test )) 0.933333... >>> knn ....scikit-learn.org/stable/modules/generated/sklearn.neighbors.NeighborhoodComponentsAnalysis.html -
SelectFpr — scikit-learn 1.6.1 documentation
a FPR test. FPR test stands for False Positive Rate test. It controls...scikit-learn.org/stable/modules/generated/sklearn.feature_selection.SelectFpr.html -
ハンズオンセクション 12 | DBFlute
でなくてもいいが、できるだけ効率よく 対応テストメソッド test_selectDreamOrderList_その通りの順序で検索されていること()...会員名称と会員アカウントを連結して部分一致させて、会員を検索 対応テストメソッド test_selectDreamLikeSearc_その通りの条件で検索されていること()...dbflute.seasar.org/ja/tutorial/handson/section12.html -
f_regression — scikit-learn 1.6.1 documentation
Comparison of F-test and mutual information Comparison of F-test and mutual...Univariate linear regression tests returning F-statistic and p-values....scikit-learn.org/stable/modules/generated/sklearn.feature_selection.f_regression.html -
KFold — scikit-learn 1.6.1 documentation
Provides train/test indices to split data in train/test sets. Split..." ) ... print ( f " Test: index= { test_index } " ) Fold 0: Train:...scikit-learn.org/stable/modules/generated/sklearn.model_selection.KFold.html -
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 -
How BMW Ensures a resilient After-Sales Custome...
View next Upcoming webinar AI for SOC...teams: What's real and what's next Register now Upcoming webinar...www.elastic.co/elasticon/archive/2022/amsterdam/bmw -
Probability Calibration for 3-class classificat...
y [: 1000 ] X_test , y_test = X [ 1000 :], y [ 1000...log_loss ( y_test , clf_probs ) cal_score = log_loss ( y_test , cal_clf_probs...scikit-learn.org/stable/auto_examples/calibration/plot_calibration_multiclass.html -
Restricted Boltzmann Machine features for digit...
X_test , Y_train , Y_test = train_test_split ( X ,...sklearn.model_selection import train_test_split from sklearn.preprocessing...scikit-learn.org/stable/auto_examples/neural_networks/plot_rbm_logistic_classification.html -
Comparison of Calibration of Classifiers — scik...
X_test , y_train , y_test = train_test_split ( X ,...from_estimator ( clf , X_test , y_test , n_bins = 10 , name = name...scikit-learn.org/stable/auto_examples/calibration/plot_compare_calibration.html