Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 741 - 750 of 3,230 for 1 (0.25 sec)

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

    [{0: 1, 1: 1}, {0: 1, 1: 5}, {0: 1, 1: 1}, {0: 1, 1: 1}] instead...instead of [{1:1}, {2:5}, {3:1}, {4:1}]. The “balanced” mode uses...
    scikit-learn.org/stable/modules/generated/sklearn.tree.ExtraTreeClassifier.html
    Sat Aug 02 00:15:38 UTC 2025
      165.6K bytes
      Cache
     
  2. RandomForestRegressor — scikit-learn 1.7.1 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
    Sat Aug 02 00:15:36 UTC 2025
      170.5K bytes
      Cache
     
  3. BiclusterMixin — scikit-learn 1.7.1 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
    Sat Aug 02 00:15:38 UTC 2025
      114.4K bytes
      Cache
     
  4. PCA — scikit-learn 1.7.1 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
    Sat Aug 02 00:15:35 UTC 2025
      171.7K bytes
      Cache
     
  5. LatentDirichletAllocation — scikit-learn 1.7.1 ...

    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
    Sat Aug 02 00:15:38 UTC 2025
      152.5K bytes
      Cache
     
  6. GaussianNB — scikit-learn 1.7.1 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
    Sat Aug 02 00:15:38 UTC 2025
      155.2K bytes
      Cache
     
  7. LinearSVR — scikit-learn 1.7.1 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
    Sat Aug 02 00:15:35 UTC 2025
      143.4K bytes
      Cache
     
  8. MultiTaskLasso — scikit-learn 1.7.1 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
    Sat Aug 02 00:15:38 UTC 2025
      156.9K bytes
      Cache
     
  9. MultiOutputClassifier — scikit-learn 1.7.1 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
    Sat Aug 02 00:15:38 UTC 2025
      141.7K bytes
      Cache
     
  10. BaggingClassifier — scikit-learn 1.7.1 document...

    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.BaggingClassifier.html
    Sat Aug 02 00:15:38 UTC 2025
      153.6K bytes
      Cache
     
Back to top