Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 601 - 610 of 2,952 for 1 (0.13 sec)

  1. RFECV — scikit-learn 1.6.1 documentation

    ranking_ array([1, 1, 1, 1, 1, 6, 4, 3, 2, 5]) property...estimator , * , step = 1 , min_features_to_select = 1 , cv = None , scoring...
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.RFECV.html
    Sat Apr 19 00:31:20 UTC 2025
      157.4K bytes
      Cache
     
  2. MultinomialNB — scikit-learn 1.6.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 Apr 19 00:31:21 UTC 2025
      152.6K bytes
      Cache
     
  3. IncrementalPCA — scikit-learn 1.6.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 Apr 19 00:31:22 UTC 2025
      147.1K bytes
      2 views
      Cache
     
  4. normalize — scikit-learn 1.6.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 Apr 19 00:31:21 UTC 2025
      110K bytes
      Cache
     
  5. MultiOutputRegressor — scikit-learn 1.6.1 docum...

    means 1 unless in a joblib.parallel_backend context. -1 means...train or predict, using n_jobs > 1 can result in slower performance...
    scikit-learn.org/stable/modules/generated/sklearn.multioutput.MultiOutputRegressor.html
    Sat Apr 19 00:31:22 UTC 2025
      146.8K bytes
      Cache
     
  6. LinearDiscriminantAnalysis — scikit-learn 1.6.1...

    ([[ - 1 , - 1 ], [ - 2 , - 1 ], [ - 3 , - 2 ], [ 1 , 1 ], [ 2...2 , 1 ], [ 3 , 2 ]]) >>> y = np . array ([ 1 , 1 , 1 , 2 , 2...
    scikit-learn.org/stable/modules/generated/sklearn.discriminant_analysis.LinearDiscriminantAnalysi...
    Sat Apr 19 00:31:21 UTC 2025
      155.3K bytes
      Cache
     
  7. BayesianRidge — scikit-learn 1.6.1 documentation

    [ 1 , 1 ], [ 2 , 2 ]], [ 0 , 1 , 2 ]) BayesianRidge()...>>> clf . predict ([[ 1 , 1 ]]) array([1.]) fit ( X , y , sample_weight...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.BayesianRidge.html
    Sat Apr 19 00:31:22 UTC 2025
      149.9K bytes
      Cache
     
  8. SpectralClustering — scikit-learn 1.6.1 documen...

    array ([[ 1 , 1 ], [ 2 , 1 ], [ 1 , 0 ], ... [ 4 , 7...clustering . labels_ array([1, 1, 1, 0, 0, 0]) >>> clustering ...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.SpectralClustering.html
    Sat Apr 19 00:31:22 UTC 2025
      138.5K bytes
      Cache
     
  9. PLSSVD — scikit-learn 1.6.1 documentation

    1 , - 0.2 ], ... [ 0.9 , 1.1 ], ... [ 6.2 , 5.9...version 1.5: Y is deprecated in 1.5 and will be removed in 1.7. Use...
    scikit-learn.org/stable/modules/generated/sklearn.cross_decomposition.PLSSVD.html
    Sat Apr 19 00:31:21 UTC 2025
      130.6K bytes
      Cache
     
  10. BaggingRegressor — scikit-learn 1.6.1 documenta...

    max_samples = 1.0 , max_features = 1.0 , bootstrap = True...means 1 unless in a joblib.parallel_backend context. -1 means...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.BaggingRegressor.html
    Sat Apr 19 00:31:21 UTC 2025
      148.7K bytes
      Cache
     
Back to top