Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 261 - 270 of 9,174 for 1 (6.13 seconds)

  1. accuracy_score — scikit-learn 1.7.2 docum...

    1 ], [ 1 , 1 ]]), np . ones (( 2 , 2...= [ 0 , 2 , 1 , 3 ] >>> y_true = [ 0 , 1 , 2 , 3 ] >>>...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.accuracy_score.html
    Mon Nov 17 17:38:23 GMT 2025
      116.4K bytes
      Cache
     
  2. AdaBoostClassifier — scikit-learn 1.7.2 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 Nov 17 17:38:23 GMT 2025
      157.7K bytes
      Cache
     
  3. SpectralBiclustering — scikit-learn 1.7.2...

    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
    Mon Nov 17 17:38:24 GMT 2025
      130.2K bytes
      Cache
     
  4. ComplementNB — scikit-learn 1.7.2 documen...

    Added in version 1.2. Changed in version 1.4: The default value...sklearn.naive_bayes. ComplementNB ( * , alpha = 1.0 , force_alpha = True , fit_prior...
    scikit-learn.org/stable/modules/generated/sklearn.naive_bayes.ComplementNB.html
    Mon Nov 17 17:38:24 GMT 2025
      153K bytes
      Cache
     
  5. Birch — scikit-learn 1.7.2 documentation

    1 ], [ 0.3 , 1 ], [ - 0.3 , 1 ], [ 0 , - 1 ], [ 0.3...predict ( X ) array([0, 0, 0, 1, 1, 1]) For a comparison of the BIRCH...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.Birch.html
    Mon Nov 17 17:38:24 GMT 2025
      138.5K bytes
      Cache
     
  6. ExtraTreesRegressor — scikit-learn 1.7.2 ...

    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 Nov 17 17:38:24 GMT 2025
      162.1K bytes
      Cache
     
  7. MDS — scikit-learn 1.7.2 documentation

    n_init will change from 4 to 1 in version 1.9. max_iter int, default=300...means 1 unless in a joblib.parallel_backend context. -1 means...
    scikit-learn.org/stable/modules/generated/sklearn.manifold.MDS.html
    Mon Nov 17 17:38:23 GMT 2025
      136.7K bytes
      Cache
     
  8. fetch_20newsgroups — scikit-learn 1.7.2 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 Nov 17 17:38:24 GMT 2025
      119.5K bytes
      Cache
     
  9. TransformerMixin — scikit-learn 1.7.2 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 Nov 17 17:38:24 GMT 2025
      116.6K bytes
      Cache
     
  10. fetch_file — scikit-learn 1.7.2 documenta...

    delay = 1 ) [source] # Fetch a file from...re-downloading. Added in version 1.6. Parameters : url str URL of...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_file.html
    Mon Nov 17 17:38:23 GMT 2025
      107.7K bytes
      Cache
     
Back to Top