- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 391 - 400 of 822 for tests (0.05 sec)
-
AI & ML search engine — Take search to the next...
low-code playground and quickly test LLMs with your own proprietary...techniques. Scalable for any use case Test, operationalize, and scale up...www.elastic.co/enterprise-search/machine-learning -
dbflute-maven-plugin - dbflute:generate
dbflute.seasar.org/maven/plugin/generate-mojo.html -
dbflute-maven-plugin - dbflute:jdbc
dbflute.seasar.org/maven/plugin/jdbc-mojo.html -
Caching nearest neighbors — scikit-learn 1.7.2 ...
cv_results_ [ "mean_test_score" ], yerr = grid_model...grid_model . cv_results_ [ "std_test_score" ], ) axes [ 0 ] . set ( xlabel...scikit-learn.org/stable/auto_examples/neighbors/plot_caching_nearest_neighbors.html -
estimator_checks_generator — scikit-learn 1.7.2...
Marking a test as “skip” is done via wrapping...scikit-learn.org/stable/modules/generated/sklearn.utils.estimator_checks.estimator_checks_generat... -
dbflute-maven-plugin - dbflute:doc
dbflute.seasar.org/maven/plugin/ja/doc-mojo.html -
HalvingGridSearchCV — scikit-learn 1.7.2 docume...
test) splits as arrays of indices....evaluate the predictions on the test set. str: see String name scorers...scikit-learn.org/stable/modules/generated/sklearn.model_selection.HalvingGridSearchCV.html -
Sample pipeline for text feature extraction and...
) data_test = fetch_20newsgroups ( subset = "test" , categories...vect__norm: l1 test_accuracy = random_search . score ( data_test . data...scikit-learn.org/stable/auto_examples/model_selection/plot_grid_search_text_feature_extraction.html -
Univariate Feature Selection — scikit-learn 1.7...
X_test , y_train , y_test = train_test_split ( X ,...format ( clf . score ( X_test , y_test ) ) ) svm_weights = np ....scikit-learn.org/stable/auto_examples/feature_selection/plot_feature_selection.html -
GaussianProcessClassifier — scikit-learn 1.7.2 ...
classification on an array of test vectors X. Parameters : X array-like...probability estimates for the test vector X. Parameters : X array-like...scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.GaussianProcessClassifier.html