Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 251 - 260 of over 10,000 for 1 (0.27 seconds)

  1. fetch_file — scikit-learn 1.8.0 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 Dec 15 15:02:31 GMT 2025
      108.1K bytes
      Cache
     
  2. ExtraTreeRegressor — scikit-learn 1.8.0 d...

    min_samples_leaf = 1 , min_weight_fraction_leaf = 0.0 , max_features = 1.0 ,...max_features=n_features . Changed in version 1.1: The default of max_features...
    scikit-learn.org/stable/modules/generated/sklearn.tree.ExtraTreeRegressor.html
    Mon Dec 15 15:02:33 GMT 2025
      161.5K bytes
      Cache
     
  3. BaggingRegressor — scikit-learn 1.8.0 doc...

    means 1 unless in a joblib.parallel_backend context. -1 means...max_samples = None , max_features = 1.0 , bootstrap = True , bootstrap_features...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.BaggingRegressor.html
    Mon Dec 15 15:02:31 GMT 2025
      149.4K bytes
      Cache
     
  4. make_low_rank_matrix — scikit-learn 1.8.0...

    profile is: ( 1 - tail_strength ) * exp ( - 1.0 * ( i / effective_rank...scikit-learn 1.3 Release Highlights for scikit-learn 1.3 Release...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.make_low_rank_matrix.html
    Mon Dec 15 15:02:31 GMT 2025
      112.5K bytes
      Cache
     
  5. LabelPropagation — scikit-learn 1.8.0 doc...

    means 1 unless in a joblib.parallel_backend context. -1 means...all strings. Added in version 1.0. n_iter_ int Number of iterations...
    scikit-learn.org/stable/modules/generated/sklearn.semi_supervised.LabelPropagation.html
    Mon Dec 15 15:02:31 GMT 2025
      131.6K bytes
      Cache
     
  6. VotingRegressor — scikit-learn 1.8.0 docu...

    means 1 unless in a joblib.parallel_backend context. -1 means...>>> X = np . array ([[ 1 , 1 ], [ 2 , 4 ], [ 3 , 9 ], [ 4...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.VotingRegressor.html
    Mon Dec 15 15:02:31 GMT 2025
      147.1K bytes
      Cache
     
  7. murmurhash3_32 — scikit-learn 1.8.0 docum...

    unsigned int from 0 to 2 ** 32 - 1 False: the results is casted to...from -(2 ** 31) to 2 ** 31 - 1 Examples >>> from sklearn.utils...
    scikit-learn.org/stable/modules/generated/sklearn.utils.murmurhash3_32.html
    Mon Dec 15 15:02:31 GMT 2025
      106.1K bytes
      Cache
     
  8. PassiveAggressiveRegressor — scikit-learn...

    deprecated in version 1.8 and will be removed in 1.10. Instead use:...PassiveAggressiveReg ( * , C = 1.0 , fit_intercept = True , max_iter...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.PassiveAggressiveRegressor.html
    Mon Dec 15 15:02:33 GMT 2025
      156.4K bytes
      Cache
     
  9. PatchExtractor — scikit-learn 1.8.0 docum...

    1), it is taken to mean a proportion...load_sample_images () . images [ 1 ] >>> X = X [ None ,...
    scikit-learn.org/stable/modules/generated/sklearn.feature_extraction.image.PatchExtractor.html
    Mon Dec 15 15:02:31 GMT 2025
      127.7K bytes
      Cache
     
  10. auc — scikit-learn 1.8.0 documentation

    array ([ 1 , 1 , 2 , 2 ]) >>> y_score...y_score = np . array ([ 0.1 , 0.4 , 0.35 , 0.8 ]) >>> fpr...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.auc.html
    Mon Dec 15 15:02:31 GMT 2025
      113.5K bytes
      Cache
     
Back to Top