Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 101 - 110 of 3,269 for 2 (0.08 sec)

  1. indexable — scikit-learn 1.7.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
    Wed Sep 24 16:15:24 UTC 2025
      106.8K bytes
      Cache
     
  2. LarsCV — scikit-learn 1.7.2 documentation

    float \(R^2\) of self.predict(X) w.r.t. y . Notes The \(R^2\) score...n_jobs = None , eps = np.float64(2.220446049250313e-16) , copy_X...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.LarsCV.html
    Fri Sep 26 00:57:37 UTC 2025
      141.7K bytes
      Cache
     
  3. normalize — scikit-learn 1.7.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 Sep 24 16:15:26 UTC 2025
      109.5K bytes
      Cache
     
  4. KDTree — scikit-learn 1.7.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
    Fri Sep 26 00:57:38 UTC 2025
      135.9K bytes
      Cache
      Similar Results (1)
     
  5. LeaveOneOut — scikit-learn 1.7.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
    Fri Sep 26 00:57:37 UTC 2025
      116.3K bytes
      Cache
     
  6. ClusterMixin — scikit-learn 1.7.2 documentation

    2 ], [ 2 , 3 ], [ 3 , 4 ]] >>> MyClusterer...
    scikit-learn.org/stable/modules/generated/sklearn.base.ClusterMixin.html
    Fri Sep 26 00:57:37 UTC 2025
      109.1K bytes
      Cache
     
  7. OutlierMixin — scikit-learn 1.7.2 documentation

    2 ], [ 2 , 3 ], [ 3 , 4 ]]) >>> estimator...
    scikit-learn.org/stable/modules/generated/sklearn.base.OutlierMixin.html
    Fri Sep 26 00:57:37 UTC 2025
      109.6K bytes
      Cache
     
  8. GraphicalLassoCV — scikit-learn 1.7.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
    Fri Sep 26 00:57:37 UTC 2025
      140.3K bytes
      Cache
     
  9. fastica — scikit-learn 1.7.2 documentation

    ( 3 * x ** 2 ) . mean ( axis =- 1 ) fun_args...n_features . Added in version 1.2. random_state int, RandomState...
    scikit-learn.org/stable/modules/generated/fastica-function.html
    Fri Sep 26 00:57:37 UTC 2025
      117.5K bytes
      Cache
     
  10. make_low_rank_matrix — scikit-learn 1.7.2 docum...

    0 * ( i / effective_rank ) ** 2 ) The remaining singular values’...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.make_low_rank_matrix.html
    Fri Sep 26 00:57:37 UTC 2025
      112.1K bytes
      Cache
     
Back to top