- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 271 - 280 of 1,083 for store (0.09 sec)
-
10. Model persistence — scikit-learn 1.7.2 docu...
faster to store and load any large NumPy array stored as a fitted...dependencies The cross validation score obtained on the training data...scikit-learn.org/stable/model_persistence.html -
What is Semantic Search? | A Comprehensive Sema...
They are stored in vectors. The kNN algorithm,...related contexts. They are stored in vectors. The kNN algorithm...www.elastic.co/what-is/semantic-search -
Starting with the Elasticsearch Platform and it...
Deploy your own platform to store, search, and visualize any data...www.elastic.co/guide/en/starting-with-the-elasticsearch-platform-and-its-solutions/8.19/index.html -
Serverless log analytics powered by Elasticsear...
store, and act on logs without the...storage to cloud-native object stores and orchestrating compute through...www.elastic.co/observability-labs/blog/log-analytics-elastic-serverless-logs-essentials -
Visualizations with Display Objects — scikit-le...
plot # The display objects store the computed values that were...RocCurveDisplay , roc_curve y_score = clf . decision_function (...scikit-learn.org/stable/auto_examples/miscellaneous/plot_display_object_visualization.html -
Version 0.22 — scikit-learn 1.7.2 documentation
precision_score , metrics.recall_score , metrics.f1_score , metrics.fbeta_score...metrics metrics.ndcg_score and metrics.dcg_score have been added to...scikit-learn.org/stable/whats_new/v0.22.html -
GaussianProcessRegressor — scikit-learn 1.7.2 d...
Notes The \(R^2\) score used when calling score on a regressor uses...default value of r2_score . This influences the score method of all...scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.GaussianProcessRegressor.html -
Version 0.18 — scikit-learn 1.7.2 documentation
'split0_test_score' ), as well as their mean ( 'mean_test_score' ) and...cross-validation score) is available at cv_results_['rank_test_score'] . The...scikit-learn.org/stable/whats_new/v0.18.html -
FeatureHasher and DictVectorizer Comparison — s...
column index is explicitly stored in the .vocabulary_ attribute...requires more memory usage to store them, even if a majority of...scikit-learn.org/stable/auto_examples/text/plot_hashing_vs_dict_vectorizer.html -
LabelPropagation — scikit-learn 1.7.2 documenta...
which are stored in transduction_ . Returns...distributions across class labels. score ( X , y , sample_weight = None...scikit-learn.org/stable/modules/generated/sklearn.semi_supervised.LabelPropagation.html