- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 921 - 930 of 3,487 for 1 (0.09 sec)
-
Multiclass Receiver Operating Characteristic (R...
1 ], [ 0 , 1 ], "k--" , label = "Chance...xlim = ( - 0.01 , 1.01 ), ylim = ( - 0.01 , 1.01 ), ) We confirm...scikit-learn.org/stable/auto_examples/model_selection/plot_roc.html -
Biclustering documents with the Spectral Co-clu...
Done in 1.14s. V-measure: 0.4415 MiniBatchKMeans......alphalpha, proline, benson bicluster 1 : 1948 documents, 4325 words categories...scikit-learn.org/stable/auto_examples/bicluster/plot_bicluster_newsgroups.html -
Underfitting vs. Overfitting — scikit-learn 1.5...
subplot ( 1 , len ( degrees ), i + 1 ) plt . setp ( ax...function (polynomial with degree 1) is not sufficient to fit the...scikit-learn.org/stable/auto_examples/model_selection/plot_underfitting_overfitting.html -
Gaussian Processes regression: basic introducto...
num = 1_000 ) . reshape ( - 1 , 1 ) y = np . squeeze...import RBF kernel = 1 * RBF ( length_scale = 1.0 , length_scale_bounds...scikit-learn.org/stable/auto_examples/gaussian_process/plot_gpr_noisy_targets.html -
Performance tuning | APM .NET Agent Reference [...
the sample rate is set at 1.0 , meaning all requests are traced....www.elastic.co/guide/en/apm/agent/dotnet/current/performance-tuning.html -
Combine predictors using stacking — scikit-lear...
unknown_value =- 1 , encoded_missing_value =- 2 ,...coded_value', unknown_value=-1), <sklearn.compose._column_tr...scikit-learn.org/stable/auto_examples/ensemble/plot_stack_predictors.html -
Monitoring AWS Lambda Java Functions | APM Java...
ca-central-1 eu-central-1 eu-north-1 eu-south-1 eu-west-1 eu-west-2...me-south-1 sa-east-1 us-east-1 us-east-2 us-west-1 us-west-2...www.elastic.co/guide/en/apm/agent/java/current/aws-lambda.html -
column_or_1d — scikit-learn 1.5.2 documentation
>>> column_or_1d ([ 1 , 1 ]) array([1, 1]) On this page Show...type for y . Added in version 1.2. warn bool, default=False To...scikit-learn.org/stable/modules/generated/sklearn.utils.validation.column_or_1d.html -
The Johnson-Lindenstrauss bound for embedding w...
by: \[(1 - eps) \|u - v\|^2 < \|p(u) - p(v)\|^2 < (1 + eps) \|u...matrix with size: 1.293 MB Mean distances rate: 1.01 (0.17) Projected...scikit-learn.org/stable/auto_examples/miscellaneous/plot_johnson_lindenstrauss_bound.html -
Comparing various online solvers — scikit-learn...
tol = 1e-1 , C = 1.0e4 / X . shape [ 0 ]), ), ] xx = 1.0 - np ....= 110 , loss = "hinge" , C = 1.0 , tol = 1e-4 ), ), ( "Passive-Aggressive...scikit-learn.org/stable/auto_examples/linear_model/plot_sgd_comparison.html