Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 401 - 410 of 3,264 for 2 (0.3 sec)

  1. 1.8. Cross decomposition — scikit-learn 1.7.2 d...

    2. PLSSVD # PLSSVD is a simplified...with algorithm='nipals' , with 2 significant differences: at step...
    scikit-learn.org/stable/modules/cross_decomposition.html
    Tue Sep 23 15:14:23 UTC 2025
      55.5K bytes
      Cache
     
  2. AdditiveChi2Sampler — scikit-learn 1.7.2 docume...

    sample_steps = 2 , sample_interval = None ) [source]...original space is transformed into 2*sample_steps-1 features, where...
    scikit-learn.org/stable/modules/generated/sklearn.kernel_approximation.AdditiveChi2Sampler.html
    Wed Sep 24 16:15:26 UTC 2025
      129K bytes
      Cache
     
  3. resample — scikit-learn 1.7.2 documentation

    2)> >>> X_sparse . toarray () array([[1., 0.], [2., 1.],...= np . array ([[ 1. , 0. ], [ 2. , 1. ], [ 0. , 0. ]]) >>> y =...
    scikit-learn.org/stable/modules/generated/sklearn.utils.resample.html
    Wed Sep 24 16:15:25 UTC 2025
      112.7K bytes
      Cache
     
  4. 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
    Wed Sep 24 16:15:24 UTC 2025
      112.1K bytes
      Cache
     
  5. PredefinedSplit — scikit-learn 1.7.2 documentation

    2 ], [ 3 , 4 ], [ 1 , 2 ], [ 3 , 4 ]]) >>>...index=[1 2 3] Test: index=[0] Fold 1: Train: index=[0 2] Test:...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.PredefinedSplit.html
    Wed Sep 24 16:15:26 UTC 2025
      115.7K bytes
      Cache
     
  6. 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
    Wed Sep 24 16:15:24 UTC 2025
      141.7K bytes
      Cache
     
  7. TfidfTransformer — scikit-learn 1.7.2 documenta...

    2, 0, 1, 1, 1, 0, 0], [1, 0, 0,...
    scikit-learn.org/stable/modules/generated/sklearn.feature_extraction.text.TfidfTransformer.html
    Wed Sep 24 16:15:24 UTC 2025
      141.3K bytes
      Cache
     
  8. 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
     
  9. Version 0.19 — scikit-learn 1.7.2 documentation

    2 # July, 2018 This release is exclusively...leaf if its weight is less than 2 * the minimum. Note that the constructed...
    scikit-learn.org/stable/whats_new/v0.19.html
    Sun Sep 21 07:22:52 UTC 2025
      176.5K bytes
      Cache
     
  10. 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
     
Back to top