- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 251 - 260 of 1,522 for store (0.09 sec)
-
Indices, documents, and fields | Elasticsearch ...
a logical namespace for storing data that share similar characteristics....started by creating an index to store your data. An index is a collection...www.elastic.co/guide/en/elasticsearch/reference/current/documents-indices.html -
Start the Elastic Stack with security enabled a...
We recommend storing the elastic password as an...certificate is generated and stored on disk at: /etc/elasticse...www.elastic.co/guide/en/elasticsearch/reference/current/configuring-stack-security.html -
Selecting dimensionality reduction with Pipelin...
# select score for best C mean_scores = mean_scores . max ( axis...cv_results_ [ "mean_test_score" ]) # scores are in the order of param_grid...scikit-learn.org/stable/auto_examples/compose/plot_compare_reduction.html -
DetCurveDisplay — scikit-learn 1.5.2 documentation
All parameters are stored as attributes. Read more in...DetCurveDisplay Object that stores computed values. See also det_curve...scikit-learn.org/stable/modules/generated/sklearn.metrics.DetCurveDisplay.html -
Glossary of Common Terms and API Elements — sci...
inlier score where outliers have score below 0. score_samples...distinct from the score method and the scoring API used in cross...scikit-learn.org/stable/glossary.html -
Apache Lucene 10 is out! Improvements to Lucene...
data stores. The idea is simple: if your data is stored on disk...that the index can only be stored in a single order on disk,...www.elastic.co/search-labs/blog/apache-lucene-10-release-highlights -
Developing scikit-learn estimators — scikit-lea...
(higher is better): score = model . score ( data ) Estimators...kernels where this data must be stored for use by the predict method....scikit-learn.org/stable/developers/develop.html -
LedoitWolf — scikit-learn 1.5.2 documentation
(stored only if store_precision is True) shrinkage_...sklearn.covariance. LedoitWolf ( * , store_precision = True , assume_centered...scikit-learn.org/stable/modules/generated/sklearn.covariance.LedoitWolf.html -
Isomap — scikit-learn 1.5.2 documentation
n_components) Stores the embedding vectors. kernel_pca_...sklearn.neighbors.NearestNeighbors instance Stores nearest neighbors instance,...scikit-learn.org/stable/modules/generated/sklearn.manifold.Isomap.html -
Post-tuning the decision threshold for cost-sen...
precision_score , recall_score tpr_score = recall_score # TPR and...= model , scoring = scoring [ "cost_gain" ], store_cv_results...scikit-learn.org/stable/auto_examples/model_selection/plot_cost_sensitive_learning.html