Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 171 - 180 of over 10,000 for 1 (1.28 seconds)

Filter
  1. shrunk_covariance — scikit-learn 1.8.0 document...

    1 ) [source] # Calculate covariance...ndarray. shrinkage float, default=0.1 Coefficient in the convex combination...
    scikit-learn.org/stable/modules/generated/sklearn.covariance.shrunk_covariance.html
    Mon Mar 23 20:39:23 UTC 2026
      13.2K bytes
      Cache
     
  2. LeavePOut — scikit-learn 1.8.0 documentation

    3] Test: index=[0 1] Fold 1: Train: index=[1 3] Test: index=[0...index=[1 2] Fold 4: Train: index=[0 2] Test: index=[1 3] Fold...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.LeavePOut.html
    Mon Mar 23 20:39:23 UTC 2026
      14.1K bytes
      Cache
     
  3. RepeatedKFold — scikit-learn 1.8.0 documentation

    array ([[ 1 , 2 ], [ 3 , 4 ], [ 1 , 2 ], [ 3 , 4 ]])...>>> y = np . array ([ 0 , 0 , 1 , 1 ]) >>> rkf = RepeatedKFold (...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.RepeatedKFold.html
    Mon Mar 23 20:39:23 UTC 2026
      14.8K bytes
      Cache
     
  4. chi2 — scikit-learn 1.8.0 documentation

    array ([[ 1 , 1 , 3 ], ... [ 0 , 1 , 5 ], ... [ 5 , 4 , 1 ], ......y = np . array ([ 1 , 1 , 0 , 0 , 2 , 2 ]) >>> chi2_stats , p_values...
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.chi2.html
    Mon Mar 23 20:39:23 UTC 2026
      14K bytes
      Cache
     
  5. PLSCanonical — scikit-learn 1.8.0 documentation

    1 , - 0.2 ], [ 0.9 , 1.1 ], [ 6.2 , 5.9 ],...intercept_ . Added in version 1.1. n_iter_ list of shape (n_components,)...
    scikit-learn.org/stable/modules/generated/sklearn.cross_decomposition.PLSCanonical.html
    Mon Mar 23 20:39:21 UTC 2026
      18.5K bytes
      Cache
     
  6. cosine_similarity — scikit-learn 1.8.0 document...

    [ 1 , 1 , 1 ]] >>> Y = [[ 1 , 0 , 0 ], [ 1 , 1 , 0 ]] >>>...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise.cosine_similarity.html
    Mon Mar 23 20:39:21 UTC 2026
      13.7K bytes
      Cache
     
  7. MaxAbsScaler — scikit-learn 1.8.0 documentation

    -1. , 1. ], [ 1. , 0. , 0. ], [ 0. , 1. , -0.5]]) fit...= [[ 1. , - 1. , 2. ], ... [ 2. , 0. , 0. ], ... [ 0. , 1. , -...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.MaxAbsScaler.html
    Mon Mar 23 20:39:23 UTC 2026
      16.7K bytes
      Cache
     
  8. fbeta_score — scikit-learn 1.8.0 documentation

    1 , 2 , 0 , 1 , 2 ] >>> y_pred = [ 0 , 2 , 1 , 0 , 0...beta > 1 gives more weight to recall, while beta < 1 favors precision....
    scikit-learn.org/stable/modules/generated/sklearn.metrics.fbeta_score.html
    Mon Mar 23 20:39:20 UTC 2026
      16.1K bytes
      Cache
     
  9. RadiusNeighborsClassifier — scikit-learn 1.8.0 ...

    () array([[1., 0., 1.], [0., 1., 0.], [1., 0., 1.]]) score (...[[ 0 ], [ 1 ], [ 2 ], [ 3 ]] >>> y = [ 0 , 0 , 1 , 1 ] >>> from...
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.RadiusNeighborsClassifier.html
    Mon Mar 23 20:39:21 UTC 2026
      19.8K bytes
      Cache
     
  10. AdditiveChi2Sampler — scikit-learn 1.8.0 docume...

    transformed into 2*sample_steps-1 features, where sample_steps is...values of sample_steps include 1, 2 and 3. Optimal choices for...
    scikit-learn.org/stable/modules/generated/sklearn.kernel_approximation.AdditiveChi2Sampler.html
    Mon Mar 23 20:39:23 UTC 2026
      15.9K bytes
      Cache
     
Back to Top