Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 671 - 680 of 2,956 for 1 (0.74 sec)

  1. 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
    Sat Apr 19 00:31:22 UTC 2025
      118.3K bytes
      Cache
     
  2. 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
    Sat Apr 19 00:31:22 UTC 2025
      107.7K bytes
      Cache
     
  3. 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
    Sat Apr 19 00:31:22 UTC 2025
      121.5K bytes
      Cache
     
  4. 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
    Sat Apr 19 00:31:22 UTC 2025
      122.8K bytes
      Cache
     
  5. Nearest Centroid Classification — scikit-learn ...

    1 ], c = y , cmap = cmap_bold ,...
    scikit-learn.org/stable/auto_examples/neighbors/plot_nearest_centroid.html
    Sat Apr 19 00:31:21 UTC 2025
      90.7K bytes
      Cache
     
  6. 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
    Sat Apr 19 00:31:21 UTC 2025
      118.5K bytes
      Cache
     
  7. 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
    Sat Apr 19 00:31:21 UTC 2025
      100.9K bytes
      Cache
     
  8. 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
    Sat Apr 19 00:31:22 UTC 2025
      56.1K bytes
      Cache
     
  9. 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
    Sat Apr 19 00:31:21 UTC 2025
      116.4K bytes
      Cache
     
  10. 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
    Sat Apr 19 00:31:22 UTC 2025
      117.3K bytes
      Cache
     
Back to top