- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1391 - 1400 of 2,219 for text (0.07 sec)
-
How to optimize for speed — scikit-learn 1.6.de...
version of the function in the tests and use it to check that the...profiling session and engaging in tentative optimization iterations, it...scikit-learn.org/dev/developers/performance.html -
RepeatedStratifiedKFold — scikit-learn 1.5.2 do...
print ( f " Test: index= { test_index } " ) ... Fold...index=[1 2] Test: index=[0 3] Fold 1: Train: index=[0 3] Test: index=[1...scikit-learn.org/stable/modules/generated/sklearn.model_selection.RepeatedStratifiedKFold.html -
GroupKFold — scikit-learn 1.5.2 documentation
f " Test: index= { test_index } , group= { groups [ test_index...indices for that split. test ndarray The testing set indices for that...scikit-learn.org/stable/modules/generated/sklearn.model_selection.GroupKFold.html -
Democrats and Republicans push to expand the Se...
D-Texas; Sen. Ted Cruz, R-Texas. Getty Images; AP...in all four races — Florida, Texas, Nebraska and Maryland — one...www.nbcnews.com/politics/2024-election/democrats-republicans-senate-expand-texas-florida-maryland... -
FixedThresholdClassifier — scikit-learn 1.5.2 d...
X_test , y_train , y_test = train_test_split ( ......confusion_matrix ( y_test , classifier . predict ( X_test ))) [[217 7]...scikit-learn.org/stable/modules/generated/sklearn.model_selection.FixedThresholdClassifier.html -
Official Elasticsearch Pricing: Elastic Cloud, ...
Monitoring browser tests are $0.0123 per test run (metered in 60...simultaneous test run capacity (~2.6 billion tests per month)....www.elastic.co/pricing -
sequenceMap (sequenceDefinitionMap) | DBFlute
シーケンスのスキーマは追加スキーマでなくてもOK ; NEXT_SCHEMA_PRODUCT = NEXTSCHEMA .SEQ_NEXT_SCHEMA_PRODUCT...SEQ_MEMBER ; NEXT_SCHEMA_PRODUCT = NEXTSCHEMA.SEQ_NEXT_SCHEMA_PRODUCT...dbflute.seasar.org/ja/manual/reference/dfprop/sequencedefinition/index.html -
class_likelihood_ratios — scikit-learn 1.5.2 do...
obtain post-test probabilities given a pre-test probability....classifier being a diagnostic test; the pre-test probability of an individual...scikit-learn.org/stable/modules/generated/sklearn.metrics.class_likelihood_ratios.html -
ShrunkCovariance — scikit-learn 1.5.2 documenta...
: X_test array-like of shape (n_samples, n_features) Test data...the observations. score ( X_test , y = None ) [source] # Compute...scikit-learn.org/stable/modules/generated/sklearn.covariance.ShrunkCovariance.html -
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