Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 571 - 580 of 3,455 for 1 (0.2 sec)

  1. contingency_matrix — scikit-learn 1.6.0 documen...

    labels_pred ) array([[1, 1, 0], [0, 1, 1], [1, 0, 1]]) On this page..., 0 , 1 , 1 , 2 , 2 ] >>> labels_pred = [ 1 , 0 , 2 , 1 , 0 ,...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.cluster.contingency_matrix.html
    Mon Dec 23 08:41:44 UTC 2024
      109.5K bytes
      Cache
     
  2. cosine_distances — scikit-learn 1.6.0 documenta...

    [ 1 , 1 , 1 ]] >>> Y = [[ 1 , 0 , 0 ], [ 1 , 1 , 0 ]] >>>...cosine_distances ( X , Y ) array([[1. , 1. ], [0.42..., 0.18...]]) On...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise.cosine_distances.html
    Mon Dec 23 08:41:44 UTC 2024
      108K bytes
      Cache
      Similar Results (1)
     
  3. empirical_covariance — scikit-learn 1.6.0 docum...

    >>> X = [[ 1 , 1 , 1 ],[ 1 , 1 , 1 ],[ 1 , 1 , 1 ], ... [ 0 ,...
    scikit-learn.org/stable/modules/generated/sklearn.covariance.empirical_covariance.html
    Fri Dec 20 11:14:16 UTC 2024
      109K bytes
      Cache
     
  4. 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
    Mon Dec 23 08:41:44 UTC 2024
      118.9K bytes
      Cache
     
  5. laplacian_kernel — scikit-learn 1.6.0 documenta...

    [ 1 , 1 , 1 ]] >>> Y = [[ 1 , 0 , 0 ], [ 1 , 1 , 0 ]] >>>...K(x, y) = exp(-gamma ||x-y||_1) for each pair of rows x in X...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise.laplacian_kernel.html
    Fri Dec 20 11:14:16 UTC 2024
      107.8K bytes
      Cache
     
  6. chi2_kernel — scikit-learn 1.7.dev0 documentation

    [ 1 , 1 , 1 ]] >>> Y = [[ 1 , 0 , 0 ], [ 1 , 1 , 0 ]] >>>...chi2_kernel ( X , Y = None , gamma = 1.0 ) [source] # Compute the exponential...
    scikit-learn.org/dev/modules/generated/sklearn.metrics.pairwise.chi2_kernel.html
    Mon Dec 09 18:03:45 UTC 2024
      109K bytes
      Cache
      Similar Results (1)
     
  7. check_estimator — scikit-learn 1.6.0 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
    Mon Dec 23 08:41:44 UTC 2024
      122.6K bytes
      Cache
      Similar Results (1)
     
  8. 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
    Mon Dec 23 08:41:44 UTC 2024
      117.8K bytes
      Cache
     
  9. rbf_kernel — scikit-learn 1.6.0 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
    Fri Dec 20 11:14:14 UTC 2024
      107.5K bytes
      Cache
      Similar Results (1)
     
  10. 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
    Mon Dec 23 08:41:44 UTC 2024
      116.9K bytes
      Cache
     
Back to top