Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 161 - 170 of 2,630 for 2 (0.1 sec)

  1. OPTICS — scikit-learn 1.5.2 documentation

    2 (1999): 49-60. [ 2 ] Schubert, Erich, Michael...>>> X = np . array ([[ 1 , 2 ], [ 2 , 5 ], [ 3 , 6 ], ... [ 8...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.OPTICS.html
    Tue Sep 17 17:21:49 UTC 2024
      134.3K bytes
      Cache
     
  2. ElasticNet — scikit-learn 1.5.2 documentation

    function: 1 / ( 2 * n_samples ) * || y - Xw ||^ 2_2 + alpha * l1_ratio...it is: 1 / ( 2 * n_samples ) * || y - Xw ||^ 2_2 + alpha * l1_ratio...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.ElasticNet.html
    Wed Sep 18 20:56:25 UTC 2024
      168.3K bytes
      Cache
     
  3. KBinsDiscretizer — scikit-learn 1.5.2 documenta...

    [ 2., 2., 2., 1.], [ 2., 2., 2., 2.]]) Sometimes...>>> X = [[ - 2 , 1 , - 4 , - 1 ], ... [ - 1 , 2 , - 3 , - 0.5...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.KBinsDiscretizer.html
    Tue Sep 17 17:21:49 UTC 2024
      151.3K bytes
      Cache
     
  4. NearestNeighbors — scikit-learn 1.5.2 documenta...

    2 , return_distance = False ) array([[2, 0]]...) >>>...array([[2]])) As you can see, it returns [[0.5]], and [[2]], which...
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.NearestNeighbors.html
    Tue Sep 17 17:21:49 UTC 2024
      150.7K bytes
      Cache
     
  5. ComplementNB — scikit-learn 1.5.2 documentation

    2. Changed in version 1.4: The default...)) >>> y = np . array ([ 1 , 2 , 3 , 4 , 5 , 6 ]) >>> from sklearn.naive_bayes...
    scikit-learn.org/stable/modules/generated/sklearn.naive_bayes.ComplementNB.html
    Tue Sep 17 17:21:49 UTC 2024
      152.7K bytes
      Cache
     
  6. KMeans — scikit-learn 1.5.2 documentation

    2 ], [ 1 , 4 ], [ 1 , 0 ], ... [ 10 , 2 ], [ 10 , 4...cluster_centers_ array([[10., 2.], [ 1., 2.]]) For a more detailed...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.KMeans.html
    Tue Sep 17 17:21:49 UTC 2024
      161.3K bytes
      Cache
     
  7. Hyperparameter — scikit-learn 1.5.2 documentation

    bounds # Alias for field number 2 count ( value , / ) # Return number...
    scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.kernels.Hyperparameter.html
    Tue Sep 17 17:21:49 UTC 2024
      115.6K bytes
      Cache
     
  8. PLSCanonical — scikit-learn 1.5.2 documentation

    [ 2. , 2. , 2. ], [ 2. , 5. , 4. ]] >>> y =...= [[ 0.1 , - 0.2 ], [ 0.9 , 1.1 ], [ 6.2 , 5.9 ], [ 11.9 , 12.3...
    scikit-learn.org/stable/modules/generated/sklearn.cross_decomposition.PLSCanonical.html
    Tue Sep 17 17:21:48 UTC 2024
      161.4K bytes
      Cache
     
  9. jaccard_score — scikit-learn 1.5.2 documentation

    2 , 1 , 2 ] >>> y_true = [ 0 , 1 , 2 , 2 ] >>> jaccard_score...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.jaccard_score.html
    Tue Sep 17 17:21:47 UTC 2024
      119.5K bytes
      Cache
     
  10. IncrementalPCA — scikit-learn 1.5.2 documentation

    [ - 2 , - 1 ], [ - 3 , - 2 ], ... [ 1 , 1 ], [ 2 , 1 ], [...O(batch_size * n_features ** 2) , but only 2 * batch_size samples remain...
    scikit-learn.org/stable/modules/generated/sklearn.decomposition.IncrementalPCA.html
    Wed Sep 18 20:56:25 UTC 2024
      151.3K bytes
      1 views
      Cache
     
Back to top