- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 751 - 760 of 3,455 for 1 (0.1 sec)
-
Glossary of Common Terms and API Elements — sci...
[{0: 1, 1: 1}, {0: 1, 1: 5}, {0: 1, 1: 1}, {0: 1, 1: 1}] instead...instead of [{1:1}, {2:5}, {3:1}, {4:1}] . The class_weight parameter...scikit-learn.org/dev/glossary.html -
compute_class_weight — scikit-learn 1.6.0 docum...
compute_class_weight >>> y = [ 1 , 1 , 1 , 1 , 0 , 0 ] >>> compute_class_weight...unique ( y ), y = y ) array([1.5 , 0.75]) On this page Show Source...scikit-learn.org/stable/modules/generated/sklearn.utils.class_weight.compute_class_weight.html -
Public API | APM .NET Agent Reference [1.x] | E...
out T value) [ 1.7.1 ] Added in 1.7.1. Number and boolean...key, out T value) [ 1.7.1 ] Added in 1.7.1. Number and boolean...www.elastic.co/guide/en/apm/agent/dotnet/current/public-api.html -
Adjustment for chance in clustering performance...
mean ( axis = 1 ), scores . std ( axis = 1 ), alpha = 0.8 ,...scores , axis = 1 ), scores . std ( axis = 1 ), alpha = 0.8 ,...scikit-learn.org/stable/auto_examples/cluster/plot_adjusted_for_chance_measures.html -
Scalable learning with polynomial kernel approx...
original paper of Tensor Sketch [1], i.e. the algorithm implemented...[2], which was the one used in [1]. from sklearn.datasets import...scikit-learn.org/stable/auto_examples/kernel_approximation/plot_scalable_poly_kernels.html -
Using NLP and Pattern Matching to Detect, Asses...
/elastic/blog-part-1/pii-dashboard-part-1.ndjson More complete...and Redact PII in Logs - Part 1 How to detect and assess PII in...www.elastic.co/observability-labs/blog/pii-ner-regex-assess-redact-part-1 -
lars_path_gram — scikit-learn 1.6.0 documentation
the case method=’lasso’ is: ( 1 / ( 2 * n_samples )) * || y -...Xw ||^ 2_2 + alpha * || w || _1 in the case of method=’lar’, the...scikit-learn.org/stable/modules/generated/sklearn.linear_model.lars_path_gram.html -
MethodMapping — scikit-learn 1.6.0 documentation
scikit-learn.org/stable/modules/generated/sklearn.utils.metadata_routing.MethodMapping.html -
fetch_lfw_pairs — scikit-learn 1.6.0 documentation
Added in version 1.5. delay float, default=1.0 Number of seconds...True , n_retries = 3 , delay = 1.0 ) [source] # Load the Labeled...scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_lfw_pairs.html -
cluster_optics_dbscan — scikit-learn 1.6.0 docu...
1, 1, 1]) Gallery examples # Demo of...compute_optics_graph >>> X = np . array ([[ 1 , 2 ], [ 2 , 5 ], [ 3 , 6 ], ......scikit-learn.org/stable/modules/generated/sklearn.cluster.cluster_optics_dbscan.html