Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 281 - 290 of 3,051 for 1 (0.1 sec)

  1. RandomForestRegressor — scikit-learn 1.7.2 docu...

    min_samples_leaf = 1 , min_weight_fraction_leaf = 0.0 , max_features = 1.0 ,...e.g. 0.3. Changed in version 1.1: The default of max_features...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.RandomForestRegressor.html
    Mon Oct 20 15:12:26 UTC 2025
      170.5K bytes
      Cache
     
  2. BiclusterMixin — scikit-learn 1.7.2 documentation

    array ([[ 1 , 1 ], [ 2 , 1 ], [ 1 , 0 ], ... [ 4 , 7...np . ones ( shape = ( 1 , X . shape [ 1 ]), dtype = bool ) ......
    scikit-learn.org/stable/modules/generated/sklearn.base.BiclusterMixin.html
    Mon Oct 20 15:12:26 UTC 2025
      114.4K bytes
      Cache
     
  3. TfidfVectorizer — scikit-learn 1.7.2 documentation

    ngram_range=(1 , 1) , max_df=1.0 , min_df=1 , max_features=None...ngram_range of (1, 1) means only unigrams, (1, 2) means unigrams...
    scikit-learn.org/stable/modules/generated/sklearn.feature_extraction.text.TfidfVectorizer.html
    Mon Oct 20 15:12:26 UTC 2025
      147.9K bytes
      Cache
     
  4. PCA — scikit-learn 1.7.2 documentation

    ([[ - 1 , - 1 ], [ - 2 , - 1 ], [ - 3 , - 2 ], [ 1 , 1 ], [ 2...more details. Added in version 1.1. power_iteration_normalizer {‘auto’,...
    scikit-learn.org/stable/modules/generated/sklearn.decomposition.PCA.html
    Mon Oct 20 15:12:26 UTC 2025
      171.7K bytes
      Cache
     
  5. LatentDirichletAllocation — scikit-learn 1.7.2 ...

    evaluate_every = -1 , total_samples = 1000000.0 , perp_tol = 0.1 , mean_change_tol...None, defaults to 1 / n_components . In [1] , this is called...
    scikit-learn.org/stable/modules/generated/sklearn.decomposition.LatentDirichletAllocation.html
    Mon Oct 20 15:12:26 UTC 2025
      152.4K bytes
      Cache
     
  6. GaussianNB — scikit-learn 1.7.2 documentation

    ([[ - 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.naive_bayes.GaussianNB.html
    Mon Oct 20 15:12:26 UTC 2025
      155.1K bytes
      Cache
     
  7. LinearSVR — scikit-learn 1.7.2 documentation

    intercept term: [x_1, ..., x_n, 1] , where 1 corresponds to the...version 1.3: The "auto" option is added in version 1.3 and will...
    scikit-learn.org/stable/modules/generated/sklearn.svm.LinearSVR.html
    Mon Oct 20 15:12:26 UTC 2025
      143.3K bytes
      Cache
     
  8. ClassifierChain — scikit-learn 1.7.2 documentation

    X_test ) array([[1., 1., 0.], [1., 0., 0.], [0., 1., 0.]]) >>> chain...order = [ 0 , 1 , 2 , ... , Y . shape [ 1 ] - 1 ] The order of...
    scikit-learn.org/stable/modules/generated/sklearn.multioutput.ClassifierChain.html
    Mon Oct 20 15:12:26 UTC 2025
      140.8K bytes
      Cache
     
  9. MultiOutputClassifier — scikit-learn 1.7.2 docu...

    ( X [ - 2 :]) array([[1, 1, 1], [1, 0, 1]]) fit ( X , Y , sample_weight...means 1 unless in a joblib.parallel_backend context. -1 means...
    scikit-learn.org/stable/modules/generated/sklearn.multioutput.MultiOutputClassifier.html
    Mon Oct 20 15:12:26 UTC 2025
      141.7K bytes
      Cache
     
  10. MultiTaskLasso — scikit-learn 1.7.2 documentation

    1 ) >>> clf . fit ([[ 0 , 1 ], [ 1 , 2 ], [ 2 ,...0 ], [ 1 , 1 ], [ 2 , 3 ]]) MultiTaskLasso(alpha=0.1) >>> print...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.MultiTaskLasso.html
    Mon Oct 20 15:12:26 UTC 2025
      156.9K bytes
      Cache
     
Back to top