Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 721 - 730 of 3,416 for 1 (0.08 sec)

  1. make_friedman2 — scikit-learn 1.5.2 documentation

    1 ] <= 560 * pi , 0 <= X [:, 2 ] <= 1 , 1 <= X [:, 3...** 2 + ( X [:, 1 ] * X [:, 2 ] - 1 / ( X [:, 1 ] * X [:, 3 ]))...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.make_friedman2.html
    Thu Oct 31 11:00:34 UTC 2024
      109.6K bytes
      Cache
     
  2. contingency_matrix — scikit-learn 1.5.2 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
    Thu Oct 31 11:00:34 UTC 2024
      108.3K bytes
      Cache
     
  3. cosine_distances — scikit-learn 1.5.2 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
    Thu Oct 31 11:00:34 UTC 2024
      106.8K bytes
      Cache
     
  4. EmpiricalCovariance — scikit-learn 1.5.2 docume...

    Added in version 1.0. See also EllipticEnvelope An...not others. Added in version 1.3. Note This method is only relevant...
    scikit-learn.org/stable/modules/generated/sklearn.covariance.EmpiricalCovariance.html
    Thu Oct 31 11:00:32 UTC 2024
      135.5K bytes
      Cache
     
  5. Effect of varying threshold for self-training —...

    mean ( axis = 1 ), yerr = scores . std ( axis = 1 ), capsize =...( axis = 1 ), yerr = amount_labeled . std ( axis = 1 ), capsize...
    scikit-learn.org/stable/auto_examples/semi_supervised/plot_self_training_varying_threshold.html
    Thu Oct 31 11:00:34 UTC 2024
      98.2K bytes
      Cache
     
  6. laplacian_kernel — scikit-learn 1.5.2 documenta...

    [ 1 , 1 , 1 ]] >>> Y = [[ 1 , 0 , 0 ], [ 1 , 1 , 0 ]] >>>...= 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
    Thu Oct 31 11:00:32 UTC 2024
      107K bytes
      Cache
     
  7. top_k_accuracy_score — scikit-learn 1.5.2 docum...

    The best performance is 1 with normalize == True and the...>>> y_true = np . array ([ 0 , 1 , 2 , 2 ]) >>> y_score = np ....
    scikit-learn.org/stable/modules/generated/sklearn.metrics.top_k_accuracy_score.html
    Thu Oct 31 11:00:34 UTC 2024
      111.5K bytes
      Cache
     
  8. A demo of the mean-shift clustering algorithm —...

    centers = [[ 1 , 1 ], [ - 1 , - 1 ], [ 1 , - 1 ]] X , _ = make_blobs...matplotlib.pyplot as plt plt . figure ( 1 ) plt . clf () colors = [ "#dede00"...
    scikit-learn.org/stable/auto_examples/cluster/plot_mean_shift.html
    Thu Oct 31 11:00:32 UTC 2024
      88.2K bytes
      Cache
     
  9. PCA example with Iris Data-set — scikit-learn 1...

    1 ] . mean () + 1.5 , X [ y == label , 2...features 1 and 2 Sparsity Example: Fitting only features 1 and 2...
    scikit-learn.org/stable/auto_examples/decomposition/plot_pca_iris.html
    Thu Oct 31 11:00:32 UTC 2024
      86.3K bytes
      Cache
     
  10. deprecated — scikit-learn 1.5.2 documentation

    Skip to main content Back to top Ctrl + K GitHub deprecated # class sklearn.utils. deprecated ( extra = '' ) [source]...
    scikit-learn.org/stable/modules/generated/sklearn.utils.deprecated.html
    Wed Oct 30 00:20:47 UTC 2024
      105.6K bytes
      Cache
     
Back to top