Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 101 - 110 of 2,679 for 2 (0.07 sec)

  1. indexable — scikit-learn 1.5.2 documentation

    2 , 3 ], np . array ([ 2 , 3 , 4 ]), None ,...indexable ( * iterables ) [[1, 2, 3], array([2, 3, 4]), None, <...Sparse...dtype...
    scikit-learn.org/stable/modules/generated/sklearn.utils.indexable.html
    Fri Oct 11 17:37:13 UTC 2024
      106K bytes
      Cache
     
  2. KDTree — scikit-learn 1.5.2 documentation

    satisfy leaf_size <= n_points <= 2 * leaf_size , except in the case...standard Euclidean distance when p = 2. A list of valid metrics for KDTree...
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.KDTree.html
    Thu Oct 17 22:00:27 UTC 2024
      134.6K bytes
      Cache
      Similar Results (1)
     
  3. normalize — scikit-learn 1.5.2 documentation

    import normalize >>> X = [[ - 2 , 1 , 2 ], [ - 1 , 0 , 1 ]] >>> normalize...independently array([[-0.4, 0.2, 0.4], [-0.5, 0. , 0.5]]) >>>...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.normalize.html
    Wed Oct 16 21:49:59 UTC 2024
      108.8K bytes
      Cache
     
  4. LeaveOneOut — scikit-learn 1.5.2 documentation

    2 ], [ 3 , 4 ]]) >>> y = np . array ([ 1 , 2 ]) >>> loo...>>> loo . get_n_splits ( X ) 2 >>> print ( loo ) LeaveOneOut()...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.LeaveOneOut.html
    Thu Oct 17 22:00:27 UTC 2024
      115.3K bytes
      Cache
     
  5. TimeSeriesSplit — scikit-learn 1.5.2 documentation

    2 ], [ 3 , 4 ], [ 1 , 2 ], [ 3 , 4 ], [ 1 , 2 ], [ 3 ,...1] Test: index=[2] Fold 2: Train: index=[0 1 2] Test: index=[3]...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.TimeSeriesSplit.html
    Thu Oct 17 22:00:27 UTC 2024
      128.3K bytes
      2 views
      Cache
     
  6. ClusterMixin — scikit-learn 1.5.2 documentation

    2 ], [ 2 , 3 ], [ 3 , 4 ]] >>> MyClusterer...
    scikit-learn.org/stable/modules/generated/sklearn.base.ClusterMixin.html
    Thu Oct 17 22:00:26 UTC 2024
      108K bytes
      Cache
     
  7. OutlierMixin — scikit-learn 1.5.2 documentation

    2 ], [ 2 , 3 ], [ 3 , 4 ]]) >>> estimator...
    scikit-learn.org/stable/modules/generated/sklearn.base.OutlierMixin.html
    Thu Oct 17 22:00:27 UTC 2024
      108.5K bytes
      Cache
     
  8. ShuffleSplit — scikit-learn 1.5.2 documentation

    2 , 1 , 2 , 1 , 2 ]) >>> rs = ShuffleSplit...Test: index=[5 2] Fold 1: Train: index=[4 0 2 5] Test: index=[1...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.ShuffleSplit.html
    Thu Oct 17 22:00:27 UTC 2024
      122.8K bytes
      Cache
     
  9. make_hastie_10_2 — scikit-learn 1.5.2 documenta...

    make_hastie_10_2 # sklearn.datasets. make_hastie_10_2 ( n_samples...make_hastie_10_2 >>> X , y = make_hastie_10_2 ( n_samples = 24000...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.make_hastie_10_2.html
    Thu Oct 17 22:00:26 UTC 2024
      109.7K bytes
      1 views
      Cache
     
  10. GraphicalLassoCV — scikit-learn 1.5.2 documenta...

    2 , 0.0 ], ... [ 0.0 , 0.4 , 0.0 , 0.0 ], ... [ 0.2 , 0.0...verbose = False , eps = np.float64(2.220446049250313e-16) , assume_centered...
    scikit-learn.org/stable/modules/generated/sklearn.covariance.GraphicalLassoCV.html
    Thu Oct 17 22:00:27 UTC 2024
      143.4K bytes
      Cache
     
Back to top