Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 161 - 170 of 3,230 for 1 (0.6 sec)

  1. AffinityPropagation — scikit-learn 1.7.1 docume...

    array ([[ 1 , 2 ], [ 1 , 4 ], [ 1 , 0 ], ... [ 4 , 2.... labels_ array([0, 0, 0, 1, 1, 1]) >>> clustering . predict...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.AffinityPropagation.html
    Sat Aug 02 00:15:38 UTC 2025
      130.6K bytes
      1 views
      Cache
     
  2. MultiOutputRegressor — scikit-learn 1.7.1 docum...

    means 1 unless in a joblib.parallel_backend context. -1 means...X [[ 0 ]]) array([[176, 35.1, 57.1]]) fit ( X , y , sample_weight...
    scikit-learn.org/stable/modules/generated/sklearn.multioutput.MultiOutputRegressor.html
    Sat Aug 02 00:15:38 UTC 2025
      146.2K bytes
      Cache
     
  3. IncrementalPCA — scikit-learn 1.7.1 documentation

    ([[ - 1 , - 1 ], [ - 2 , - 1 ], [ - 3 , - 2 ], ... [ 1 , 1 ], [...principal components, versus 1 large SVD of complexity O(n_samples...
    scikit-learn.org/stable/modules/generated/sklearn.decomposition.IncrementalPCA.html
    Sat Aug 02 00:15:36 UTC 2025
      146.8K bytes
      2 views
      Cache
     
  4. MultinomialNB — scikit-learn 1.7.1 documentation

    Added in version 1.2. Changed in version 1.4: The default value... MultinomialNB ( * , alpha = 1.0 , force_alpha = True , fit_prior...
    scikit-learn.org/stable/modules/generated/sklearn.naive_bayes.MultinomialNB.html
    Sat Aug 02 00:15:38 UTC 2025
      151.9K bytes
      Cache
     
  5. normalize — scikit-learn 1.7.1 documentation

    1 , 2 ], [ - 1 , 0 , 1 ]] >>> normalize (...if axis is 0). axis {0, 1}, default=1 Define axis used to normalize...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.normalize.html
    Sat Aug 02 00:15:36 UTC 2025
      109.5K bytes
      Cache
     
  6. OAS — scikit-learn 1.7.1 documentation

    precision_ array([[ 1.7833, -1.2431 ], [-1.2431, 3.3889]]) >>>...the estimator. References [ 1 ] ( 1 , 2 ) “Shrinkage algorithms...
    scikit-learn.org/stable/modules/generated/sklearn.covariance.OAS.html
    Sat Aug 02 00:15:38 UTC 2025
      133.4K bytes
      Cache
     
  7. SpectralBiclustering — scikit-learn 1.7.1 docum...

    array ([[ 1 , 1 ], [ 2 , 1 ], [ 1 , 0 ], ... [ 4 , 7...clustering . row_labels_ array([1, 1, 1, 0, 0, 0], dtype=int32) >>>...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.SpectralBiclustering.html
    Sat Aug 02 00:15:36 UTC 2025
      130.1K bytes
      Cache
     
  8. LarsCV — scikit-learn 1.7.1 documentation

    means 1 unless in a joblib.parallel_backend context. -1 means...all strings. Added in version 1.0. See also lars_path Compute...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.LarsCV.html
    Sat Aug 02 00:15:38 UTC 2025
      141.8K bytes
      Cache
     
  9. LeaveOneOut — scikit-learn 1.7.1 documentation

    array ([[ 1 , 2 ], [ 3 , 4 ]]) >>> y = np . array ([ 1 , 2 ]) >>>...0: Train: index=[1] Test: index=[0] Fold 1: Train: index=[0]...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.LeaveOneOut.html
    Sat Aug 02 00:15:36 UTC 2025
      116.3K bytes
      Cache
     
  10. fastica — scikit-learn 1.7.1 documentation

    The implementation is based on [1] . Read more in the User Guide...performed. Changed in version 1.3: The default value of whiten...
    scikit-learn.org/stable/modules/generated/fastica-function.html
    Sat Aug 02 00:15:36 UTC 2025
      117.5K bytes
      Cache
     
Back to top