Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 141 - 150 of over 10,000 for 1 (0.1 seconds)

  1. AdaBoostClassifier — scikit-learn 1.8.0 d...

    initialized with max_depth=1 . Added in version 1.2: base_estimator was...the range [1, inf) . learning_rate float, default=1.0 Weight applied...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.AdaBoostClassifier.html
    Mon Jan 26 14:16:33 GMT 2026
      157.5K bytes
      Cache
     
  2. fetch_20newsgroups — scikit-learn 1.8.0 d...

    1, 1, 1, 0, 1, 1, 0, 0, 0]) Gallery examples...Added in version 1.5. delay float, default=1.0 Number of seconds...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_20newsgroups.html
    Mon Jan 26 11:09:17 GMT 2026
      119.6K bytes
      Cache
     
  3. TransformerMixin — scikit-learn 1.8.0 doc...

    fit_transform ( X ) array([1, 1, 1]) fit_transform ( X , y = None...__init__ ( self , * , param = 1 ): ... self . param = param ......
    scikit-learn.org/stable/modules/generated/sklearn.base.TransformerMixin.html
    Mon Jan 26 11:09:17 GMT 2026
      117.2K bytes
      Cache
     
  4. compute_class_weight — scikit-learn 1.8.0...

    compute_class_weight >>> y = [ 1 , 1 , 1 , 1 , 0 , 0 ] >>> ...unique ( y ), y = y ) array([1.5 , 0.75]) On this page This Page...
    scikit-learn.org/stable/modules/generated/sklearn.utils.class_weight.compute_class_weight.html
    Mon Jan 26 11:09:14 GMT 2026
      108.9K bytes
      Cache
     
  5. ExtraTreesRegressor — scikit-learn 1.8.0 ...

    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.ExtraTreesRegressor.html
    Mon Jan 26 14:16:30 GMT 2026
      162.8K bytes
      Cache
     
  6. IncrementalPCA — scikit-learn 1.8.0 docum...

    ([[ - 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
    Mon Jan 26 14:16:29 GMT 2026
      148.3K bytes
      Cache
     
  7. NMF — scikit-learn 1.8.0 documentation

    array ([[ 1 , 1 ], [ 2 , 1 ], [ 3 , 1.2 ], [ 4 , 1 ], [ 5 , 0.8...version 1.4: Added 'auto' value. Changed in version 1.6: Default...
    scikit-learn.org/stable/modules/generated/sklearn.decomposition.NMF.html
    Mon Jan 26 14:16:30 GMT 2026
      145.5K bytes
      Cache
     
  8. ElasticNetCV — scikit-learn 1.8.0 documen...

    l1_ratio = 1 it is an L1 penalty. For 0 < l1_ratio < 1 , the...(i.e. Ridge), as in [.1, .5, .7, .9, .95, .99, 1] . eps float, default=1e-3...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.ElasticNetCV.html
    Mon Jan 26 11:09:12 GMT 2026
      168.4K bytes
      Cache
     
  9. kmeans_plusplus — scikit-learn 1.8.0 docu...

    array ([[ 1 , 2 ], [ 1 , 4 ], [ 1 , 0 ], ... [ 10 , 2...provided array. Added in version 1.3. x_squared_norms array-like...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.kmeans_plusplus.html
    Mon Jan 26 11:09:14 GMT 2026
      111.7K bytes
      Cache
     
  10. column_or_1d — scikit-learn 1.8.0 documen...

    >>> column_or_1d ([ 1 , 1 ]) array([1, 1]) On this page This...type for y . Added in version 1.2. input_name str, default=”y”...
    scikit-learn.org/stable/modules/generated/sklearn.utils.validation.column_or_1d.html
    Mon Jan 26 14:16:33 GMT 2026
      107.9K bytes
      Cache
     
Back to Top