- Sort Score
- Num 10 results
- Language All
- Labels All
Results 61 - 70 of 5,995 for text (0.15 seconds)
Filter
-
sklearn.feature_extraction — scikit-learn...
From text # Utilities to build feature vectors from text documents....documents. text.CountVectorizer Convert a collection of text documents...scikit-learn.org/stable/api/sklearn.feature_extraction.html -
Update mapping API examples | Elastic Docs
a new text field, to the publications index...."title": { "type": "text" } } } Multiple targets...www.elastic.co/docs/manage-data/data-store/mapping/update-mappings-examples -
Store Embeddings in Elasticsearch - Elasticsear...
Field Types In the Full-Text Search chapter of this tutorial...that were created in the Full-Text Search portion of this tutorial...www.elastic.co/search-labs/tutorials/search-tutorial/vector-search/store-embeddings -
Reciprocal rank fusion | Reference
{ "text" : { "type" : "text" },...{ "term": { "text": "shoes" } }...www.elastic.co/docs/reference/elasticsearch/rest-apis/reciprocal-rank-fusion -
Transform and enrich data | Elastic Docs
to customize how text is analyzed and how text fields are defined...field mappings. Text analysis Like index mapping, text analysis is...www.elastic.co/docs/manage-data/ingest/transform-enrich -
CurrencyStyleFormatter (Spring Framework 7.0.2 ...
String text, Locale locale) Parse a text String to produce...AbstractNumberFormat Parameters: text - the text string locale - the current...docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/format/number/Curren... -
3.4. Metrics and scoring: quantifying the quali...
(pre-test and post-tests): \[\text{post-test odds} = \text{Likelihood...recall: \[\text{precision} = \frac{\text{tp}}{\text{tp} + \text{fp}},\]...scikit-learn.org/stable/modules/model_evaluation.html -
Optimizing your RAG solutions with IBM watsonx
meanings in text. For different data types like text, images, and...accurate and contextually relevant text. In RAG, a retrieval system...developer.ibm.com/articles/awb-rag-challenges-optimization-watsonx/ -
f1_score — scikit-learn 1.8.0 documentation
\[\text{F1} = \frac{2 * \text{TP}}{2 * \text{TP} + \text{FP}...\text{FP} + \text{FN}}\] Where \(\text{TP}\) is the number of true positives,...scikit-learn.org/stable/modules/generated/sklearn.metrics.f1_score.html -
SystemPropertyUtils (Spring Framework 7.0.1 API)
placeholders in texts. Usually applied to file paths. A text may contain... text) Resolve ${...} placeholders in the given text, replacing...docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/util/SystemPropertyU...