- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1421 - 1430 of 5,766 for * (2.71 sec)
-
completeness_score — scikit-learn 1.7.2 documen...
completeness_score ([ 0 , 0 , 1 , 1 ], [ 1 , 1 , 0 , 0 ]) 1.0 Non-perfect...completeness_score ([ 0 , 0 , 1 , 1 ], [ 0 , 1 , 0 , 1 ])) 0.0 >>> print...scikit-learn.org/stable/modules/generated/sklearn.metrics.completeness_score.html -
roc_auc_score — scikit-learn 1.7.2 documentation
{‘micro’, ‘macro’, ‘samples’, ‘weighted’} or None, default=’macro’ If...multiclass. multi_class {‘raise’, ‘ovr’, ‘ovo’}, default=’raise’ Only...scikit-learn.org/stable/modules/generated/sklearn.metrics.roc_auc_score.html -
train_test_split — scikit-learn 1.7.2 documenta...
2 1 4.9 3.0 1.4 0.2 2 4.7 3.2 1.3 0.2 3 4.6 3.1 1.5 0.2 4 5.0...5.0 3.6 1.4 0.2 >>> y . head () 0 0 1 0 2 0 3 0 4 0 ... >>> X_train...scikit-learn.org/stable/modules/generated/sklearn.model_selection.train_test_split.html -
accuracy_score — scikit-learn 1.7.2 documentation
accuracy_score ( np . array ([[ 0 , 1 ], [ 1 , 1 ]]), np . ones (( 2 , 2...y_pred = [ 0 , 2 , 1 , 3 ] >>> y_true = [ 0 , 1 , 2 , 3 ] >>> accuracy_score...scikit-learn.org/stable/modules/generated/sklearn.metrics.accuracy_score.html -
mean_pinball_loss — scikit-learn 1.7.2 document...
mean_pinball_loss ( y_true , [ 1 , 2 , 4 ], alpha = 0.9 ) 0.03... >>> mean_pinball_loss...1 , 2 , 4 ], alpha = 0.1 ) 0.3... >>> mean_pinball_loss ( y_true...scikit-learn.org/stable/modules/generated/sklearn.metrics.mean_pinball_loss.html -
minmax_scale — scikit-learn 1.7.2 documentation
independently array([[0. , 0.75, 1. ], [0. , 0.5 , 1. ]]) Gallery examples...1.], [1., 0., 0.]]) >>> minmax_scale ( X , axis = 1 ) # scale each...scikit-learn.org/stable/modules/generated/sklearn.preprocessing.minmax_scale.html -
77854dbedec2fe8c.css
r-y:0;width:100%;padding-right:calc(var(--bs-gutter-x)*.5);p....container-xl,.container-xxl{--bs-gutter-x:1.5rem;--bs-gutte...www.elastic.co/_next/static/css/77854dbedec2fe8c.css -
Elastic Cloud Serverless on AWS achieves major ...
Type 2, ISO 27001, ISO 27017, ISO 27018, PCI DSS, HIPAA, and CSA...Act (HIPAA), and Cloud Security Alliance (CSA) Security, Trust,...www.elastic.co/blog/elastic-cloud-serverless-achieves-major-compliance-certifications -
AffinityPropagation — scikit-learn 1.7.2 docume...
= np . array ([[ 1 , 2 ], [ 1 , 4 ], [ 1 , 0 ], ... [ 4 , 2 ],...1, 1, 1]) >>> clustering . predict ([[ 0 , 0 ], [ 4 , 4 ]]) array([0,...scikit-learn.org/stable/modules/generated/sklearn.cluster.AffinityPropagation.html -
kmeans_plusplus — scikit-learn 1.7.2 documentation
np . array ([[ 1 , 2 ], [ 1 , 4 ], [ 1 , 0 ], ... [ 10 , 2 ],...centers array([[10, 2], [ 1, 0]]) >>> indices array([3, 2]) Gallery...scikit-learn.org/stable/modules/generated/sklearn.cluster.kmeans_plusplus.html