- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 671 - 680 of 2,956 for 1 (0.74 sec)
-
Linear and Quadratic Discriminant Analysis with...
0) and (1, 1) . Each blob is assigned a specific...cov_class_2 + np . array ([ 1 , 1 ]), ] ) y = np . concatenate...scikit-learn.org/stable/auto_examples/classification/plot_lda_qda.html -
rbf_kernel — scikit-learn 1.6.1 documentation
[ 1 , 1 , 1 ]] >>> Y = [[ 1 , 0 , 0 ], [ 1 , 1 , 0 ]] >>>...default=None If None, defaults to 1.0 / n_features. Returns : kernel...scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise.rbf_kernel.html -
lasso_path — scikit-learn 1.6.1 documentation
alpha * || w || _1 For multi-output tasks it is: ( 1 / ( 2 * n_samples...lasso_path >>> X = np . array ([[ 1 , 2 , 3.1 ], [ 2.3 , 5.4 , 4.3 ]])...scikit-learn.org/stable/modules/generated/sklearn.linear_model.lasso_path.html -
check_estimator — scikit-learn 1.6.1 documentation
since version 1.6: generate_only will be removed in 1.8. Use est...since version 1.6: generate_only will be removed in 1.8. Use est...scikit-learn.org/stable/modules/generated/sklearn.utils.estimator_checks.check_estimator.html -
Nearest Centroid Classification — scikit-learn ...
1 ], c = y , cmap = cmap_bold ,...scikit-learn.org/stable/auto_examples/neighbors/plot_nearest_centroid.html -
f_regression — scikit-learn 1.6.1 documentation
r_regression values lie in [-1, 1] and can thus be negative. f_regression...set to 0.0 . Added in version 1.1. Returns : f_statistic ndarray...scikit-learn.org/stable/modules/generated/sklearn.feature_selection.f_regression.html -
Examples of Using FrozenEstimator — scikit-lear...
same three data points: [1 1 1] Now imagine you’d want to set...scikit-learn 1.5 Release Highlights for scikit-learn 1.5 Probability...scikit-learn.org/stable/auto_examples/frozen/plot_frozen_examples.html -
7.3. Generated datasets — scikit-learn 1.6.1 do...
1.1. Single label # make_blobs creates..."n_informative" : 1 , "n_clusters_per_class" : 1 , "n_classes" :...scikit-learn.org/stable/datasets/sample_generators.html -
Comparison of Calibration of Classifiers — scik...
1 ) proba_neg_class = 1 - proba_pos_class proba...[( 2 , 0 ), ( 2 , 1 ), ( 3 , 0 ), ( 3 , 1 )] for i , ( _ , name...scikit-learn.org/stable/auto_examples/calibration/plot_compare_calibration.html -
Robust covariance estimation and Mahalanobis di...
where feature 1 has a standard deviation equal to 1 and feature...np . arange ( 1 , n_features ), np . arange ( 1 , n_features )]...scikit-learn.org/stable/auto_examples/covariance/plot_mahalanobis_distances.html