- Sort Score
- Num 10 results
- Language All
- Labels All
Results 41 - 50 of over 10,000 for 1 (0.27 seconds)
-
Elastic Cloud on Kubernetes [1.1] | Elastic
1 2.0 1.9 1.8 1.7 1.6 1.5 1.4 1.3 1.2 1.1 1.0 1.0-beta...highlights 1.1.2 release highlights 1.1.1 release highlights 1.1.0 release...www.elastic.co/guide/en/cloud-on-k8s/1.1/index.html -
make_sparse_spd_matrix — scikit-learn 1.7...
array([[1., 0., 0., 0.], [0., 1., 0., 0.], [0., 0., 1., 0.], [0.,...elements all 1. smallest_coef float, default=0.1 The value of...scikit-learn.org/stable/modules/generated/sklearn.datasets.make_sparse_spd_matrix.html -
minmax_scale — scikit-learn 1.7.2 documen...
1 , 2 ], [ - 1 , 0 , 1 ]] >>> minmax_scale...independently array([[0., 1., 1.], [1., 0., 0.]]) >>>...scikit-learn.org/stable/modules/generated/sklearn.preprocessing.minmax_scale.html -
empirical_covariance — scikit-learn 1.7.2...
scikit-learn.org/stable/modules/generated/sklearn.covariance.empirical_covariance.html -
Version 1.3 — scikit-learn 1.7.2 document...
Version 1.3.1 # September 2023 Changed models...scikit-learn 1.2 to make it predict with scikit-learn 1.3: retraining...scikit-learn.org/stable/whats_new/v1.3.html -
Version 1.5 — scikit-learn 1.7.2 document...
Version 1.5.1 # July 2024 Changes impacting...be dropped in scikit-learn 1.6. The 1.5.x releases will support...scikit-learn.org/stable/whats_new/v1.5.html -
NearestNeighbors — scikit-learn 1.7.2 doc...
() array([[1., 0., 1.], [0., 1., 1.], [1., 0., 1.]]) radius_neighbors...() array([[1., 0., 1.], [0., 1., 0.], [1., 0., 1.]]) set_params...scikit-learn.org/stable/modules/generated/sklearn.neighbors.NearestNeighbors.html -
confusion_matrix — scikit-learn 1.7.2 doc...
1 , 0 , 1 ], [ 1 , 1 , 1 , 0 ]) . ravel ()...) array([[2, 0, 0], [0, 0, 1], [1, 0, 2]]) >>> y_true...scikit-learn.org/stable/modules/generated/sklearn.metrics.confusion_matrix.html -
LocalOutlierFactor — scikit-learn 1.7.2 d...
() array([[1., 0., 1.], [0., 1., 1.], [1., 0., 1.]]) predict...fit_predict ( X ) array([ 1, 1, -1, 1]) >>> clf . neg...scikit-learn.org/stable/modules/generated/sklearn.neighbors.LocalOutlierFactor.html -
3.1. Cross-validation: evaluating estimator per...
3] [0 1] [1 3] [0 2] [1 2] [0 3] [0 3] [1 2] [0 2] [1 3] [0 1]...= [ 1 , 1 , 1 , 2 , 2 , 2 ] >>> groups = [ 1 , 1 , 2...scikit-learn.org/stable/modules/cross_validation.html