- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 2171 - 2180 of 5,603 for * (1.59 sec)
-
paired_distances — scikit-learn 1.7.2 documenta...
X = [[ 0 , 1 ], [ 1 , 1 ]] >>> Y = [[ 0 , 1 ], [ 2 , 1 ]] >>>...and Y. Compute the distances between (X[0], Y[0]), (X[1], Y[1]),...scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise.paired_distances.html -
sklearn.multiclass — scikit-learn 1.7.2 documen...
learning algorithms. one-vs-the-rest / one-vs-all one-vs-one error correcting...OneVsRestClassifier One-vs-the-rest (OvR) multiclass strategy. OutputCodeClassifier...scikit-learn.org/stable/api/sklearn.multiclass.html -
unique_labels — scikit-learn 1.7.2 documentation
unique_labels ([ 1 , 2 , 3 , 4 ], [ 2 , 2 , 3 , 4 ]) array([1, 2, 3, 4])...4]) >>> unique_labels ([ 1 , 2 , 10 ], [ 5 , 11 ]) array([ 1, 2,...scikit-learn.org/stable/modules/generated/sklearn.utils.multiclass.unique_labels.html -
HTTP configuration options | APM Java Agent Ref...
/favicon.ico, *.js, *.css, *.jpg, *.jpeg, *.png, *.gif, *.webp, *.svg,...characters. Examples: /foo/*/bar/*/baz* , *foo* . Matching is...www.elastic.co/guide/en/apm/agent/java/current/config-http.html -
maxabs_scale — scikit-learn 1.7.2 documentation
independently array([[-1. , 0.5, 1. ], [-1. , 0. , 1. ]]) On this page...1. ], [-0.5, 0. , 0.5]]) >>> maxabs_scale ( X , axis = 1 ) #...scikit-learn.org/stable/modules/generated/sklearn.preprocessing.maxabs_scale.html -
inplace_row_scale — scikit-learn 1.7.2 document...
todense () matrix([[8, 1, 0, 0], [0, 0, 2, 0], [0, 0, 0, 5], [0, 0,...) >>> csr . todense () matrix([[16, 2, 0, 0], [ 0, 0, 6, 0],...scikit-learn.org/stable/modules/generated/sklearn.utils.sparsefuncs.inplace_row_scale.html -
sklearn.random_projection — scikit-learn 1.7.2 ...
Ctrl + K GitHub Choose version sklearn.random_projection # Random...the Johnson-Lindenstrauss lemma (quoting Wikipedia) : In mathematics,...scikit-learn.org/stable/api/sklearn.random_projection.html -
The Johnson-Lindenstrauss bound for embedding w...
Blues ( np . linspace ( 0.3 , 1.0 , len ( eps_range ))) # range of...= plt . cm . Blues ( np . linspace ( 0.3 , 1.0 , len ( n_samples_range...scikit-learn.org/stable/auto_examples/miscellaneous/plot_johnson_lindenstrauss_bound.html -
Metadata Routing — scikit-learn 1.7.2 documenta...
None}, 'predict': {'groups': None}, 'score': {'sample_weight': None}}...False}, 'predict': {'groups': True}, 'score': {'sample_weight': False}}...scikit-learn.org/stable/auto_examples/miscellaneous/plot_metadata_routing.html -
Precision-Recall — scikit-learn 1.7.2 documenta...
Parameters steps [('standardscaler', ...), ('linearsvc', ...)] transform_input...Pipeline(steps=[('standardscaler', StandardScaler()), ('linearsvc', Linear...scikit-learn.org/stable/auto_examples/model_selection/plot_precision_recall.html