- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 901 - 910 of 3,487 for 1 (0.08 sec)
-
SVM: Weighted samples — scikit-learn 1.5.2 docu...
) + [ 1 , 1 ], np . random . randn ( 10 , 2 )] y = [ 1 ] * 10.... scatter ( X [:, 0 ], X [:, 1 ], c = y , s = 100 * sample_weight...scikit-learn.org/stable/auto_examples/svm/plot_weighted_samples.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 -
Outlier detection on a real data set — scikit-l...
EllipticEnvelope ( support_fraction = 1.0 , contamination = 0.25 ), "Robust...= load_wine ()[ "data" ][:, [ 1 , 2 ]] # two clusters fig , ax...scikit-learn.org/stable/auto_examples/applications/plot_outlier_detection_wine.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 -
fetch_lfw_people — scikit-learn 1.5.2 documenta...
Added in version 1.5. delay float, default=1.0 Number of seconds...False , n_retries = 3 , delay = 1.0 ) [source] # Load the Labeled...scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_lfw_people.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 -
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 -
d2_log_loss_score — scikit-learn 1.5.2 document...
Best possible score is 1.0 and it can be negative (because...User Guide . Added in version 1.5. Parameters : y_true array-like...scikit-learn.org/stable/modules/generated/sklearn.metrics.d2_log_loss_score.html -
Plot Ridge coefficients as a function of the re...
Hilbert matrix X = 1.0 / ( np . arange ( 1 , 11 ) + np . arange...set_xlim ( ax . get_xlim ()[:: - 1 ]) # reverse axis plt . xlabel...scikit-learn.org/stable/auto_examples/linear_model/plot_ridge_path.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