- Sort Score
- Num 10 results
- Language All
- Labels All
Results 1231 - 1240 of over 10,000 for 2 (0.18 seconds)
-
7.8. Pairwise metrics, Affinities and Kernels &...
for all a and b 2. d ( a , b ) == 0 , if and only...>>> X = np . array ([[ 2 , 3 ], [ 3 , 5 ], [ 5 , 8 ]])...scikit-learn.org/stable/modules/metrics.html -
Log Configuration
/^\d{4}-\d{2}-\d{2}/ format1 /^(?<time>\d{4}-\d{2}-\d{2} \d{...\d{2}:\d{2}:\d{2},\d{3}) \[(?<thread>.*?)\] (?<level&g...fess.codelibs.org/15.4/config/admin-logging.html -
check_consistent_length — scikit-learn 1....
scikit-learn.org/stable/modules/generated/sklearn.utils.check_consistent_length.html -
日志配置
/^\d{4}-\d{2}-\d{2}/ format1 /^(?<time>\d{4}-\d{2}-\d{2} \d{...\d{2}:\d{2}:\d{2},\d{3}) \[(?<thread>.*?)\] (?<level&g...fess.codelibs.org/zh-cn/15.3/config/admin-logging.html -
ExpSineSquared — scikit-learn 1.8.0 docum...
\text{exp}\left(- \frac{ 2\sin^2(\pi d(x_i, x_j)/p) }{ l^ 2} \right)\] where...>>> gpr . predict ( X [: 2 ,:], return_std = True ) (array([425.6,...scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.kernels.ExpSineSquared.html -
Multiclass Receiver Operating Characteristic (R...
This can be done in 2 different ways: the One-vs-Rest...linearly separable from the other 2; the latter are not linearly separable...scikit-learn.org/stable/auto_examples/model_selection/plot_roc.html -
Ability of Gaussian process regression (GPR) to...
= ( 1e-2 , 1e3 )) + WhiteKernel ( noise_level = 1e-2 , noise_level_bounds...( - 2 , 4 , num = 80 ) noise_level = np . logspace ( - 2 , 1...scikit-learn.org/stable/auto_examples/gaussian_process/plot_gpr_noisy.html -
Elastic Cloud Serverless on AWS achieves major ...
audited or certified under SOC 2 Type 2, ISO 27001, ISO 27017, ISO...industry-leading frameworks: SOC 2 Type 2, ISO 27001, ISO 27017, ISO...www.elastic.co/blog/elastic-cloud-serverless-achieves-major-compliance-certifications -
One-Class SVM versus One-Class SVM using Stocha...
2 ) X_train = np . r_ [ X + 2 , X - 2 ] # Generate...randn ( 20 , 2 ) X_test = np . r_ [ X + 2 , X - 2 ] # Generate...scikit-learn.org/stable/auto_examples/linear_model/plot_sgdocsvm_vs_ocsvm.html -
inplace_csr_row_normalize_l1 — scikit-lea...
2 , 3 ]) >>> data = np . array ([ 1.0 , 2.0 , 3.0...>>> indptr = np . array ([ 0 , 2 , 3 , 4 ]) >>> indices...scikit-learn.org/stable/modules/generated/sklearn.utils.sparsefuncs_fast.inplace_csr_row_normaliz...