- Sort Score
- Num 10 results
- Language All
- Labels All
Results 51 - 60 of over 10,000 for 1 (0.09 seconds)
-
LogisticRegressionCV — scikit-learn 1.8.0...
l1_ratio = 1 it is an L1 penalty. For 0 < l1_ratio < 1 , the...since version 1.8: l1_ratios=None is deprecated in 1.8 and will...scikit-learn.org/stable/modules/generated/sklearn.linear_model.LogisticRegressionCV.html -
average_precision_score — scikit-learn 1....
1 , 1 ]) >>> y_scores = np . array ([ 0.1 , 0.4..., 0.1 ], ... [ 0.4 , 0.3 , 0.3 ], ... [ 0.1 , 0.8 , 0.1 ], ......scikit-learn.org/stable/modules/generated/sklearn.metrics.average_precision_score.html -
paired_euclidean_distances — scikit-learn...
[ 1 , 1 , 1 ]] >>> Y = [[ 1 , 0 , 0 ], [ 1 , 1 , 0...paired_euclidean_distances ( X , Y ) array([1., 1.]) On this page This Page...scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise.paired_euclidean_distances.html -
pairwise_distances_argmin — scikit-learn ...
[ 1 , 1 , 1 ]] >>> Y = [[ 1 , 0 , 0 ], [ 1 , 1 , 0...deprecated from SciPy 1.9 and will be removed in SciPy 1.11. Note 'matching'...scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise_distances_argmin.html -
NuSVR — scikit-learn 1.8.0 documentation
Added in version 1.1. n_support_ ndarray of shape (1,), dtype=int32...(0, 1]. By default 0.5 will be taken. C float, default=1.0 Penalty...scikit-learn.org/stable/modules/generated/sklearn.svm.NuSVR.html -
ward_tree — scikit-learn 1.8.0 documentation
array ([[ 1 , 2 ], [ 1 , 4 ], [ 1 , 0 ], ... [ 4 , 2...children ndarray of shape (n_nodes-1, 2) The children of each non-leaf...scikit-learn.org/stable/modules/generated/sklearn.cluster.ward_tree.html -
AffinityPropagation — scikit-learn 1.8.0 ...
array ([[ 1 , 2 ], [ 1 , 4 ], [ 1 , 0 ], ... [ 4 , 2.... labels_ array([0, 0, 0, 1, 1, 1]) >>> clustering ....scikit-learn.org/stable/modules/generated/sklearn.cluster.AffinityPropagation.html -
Release Highlights for scikit-learn 1.5 —...
array([[-1.1, 1.1, 1.1], [ 3.9, -1.2, 1.1], [ 0.1, 1.3, 1.1], [-0.1,...[-0.1, -1.4, -1.4], [-4.9, 1.5, -1.5], [ 0.1, 1.6, 1.6]]) Pairwise...scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_1_5_0.html -
PolynomialCountSketch — scikit-learn 1.8....
[ 1 , 1 ], [ 1 , 0 ], [ 0 , 1 ]] >>> y...Array with random entries in {+1, -1}, used to represent the 2-wise...scikit-learn.org/stable/modules/generated/sklearn.kernel_approximation.PolynomialCountSketch.html -
mean_variance_axis — scikit-learn 1.8.0 d...
1 , 2 , 2 ]) >>> data = np . array ([ 8 , 1 , 2...of CSR or CSC format. axis {0, 1} Axis along which the axis should...scikit-learn.org/stable/modules/generated/sklearn.utils.sparsefuncs.mean_variance_axis.html