Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 521 - 530 of over 10,000 for 1 (1.65 seconds)

  1. sklearn.datasets — scikit-learn 1.8.0 doc...

    Generate the "Friedman #1" regression problem. make_friedman2...
    scikit-learn.org/stable/api/sklearn.datasets.html
    Mon Jan 19 11:28:23 GMT 2026
      132.7K bytes
      Cache
     
  2. RocCurveDisplay — scikit-learn 1.8.0 docu...

    y_true is in {-1, 1} or {0, 1}, pos_label is set to 1, otherwise..., 0 , 1 , 1 ]) >>> y_score = np . array ([ 0.1 , 0.4...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.RocCurveDisplay.html
    Mon Jan 12 10:07:40 GMT 2026
      172.2K bytes
      Cache
     
  3. Multilabel classification — scikit-learn ...

    1 ]) max_y = np . max ( X [:, 1 ]) classif = OneVsRestClassifier...[:, 1 ]) . nonzero () plt . scatter ( X [:, 0 ], X [:, 1 ], s...
    scikit-learn.org/stable/auto_examples/miscellaneous/plot_multilabel.html
    Mon Jan 19 11:28:25 GMT 2026
      105.8K bytes
      Cache
     
  4. TheilSenRegressor — scikit-learn 1.8.0 do...

    means 1 unless in a joblib.parallel_backend context. -1 means...the number of features (plus 1 if fit_intercept=True) and the...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.TheilSenRegressor.html
    Mon Jan 12 10:07:38 GMT 2026
      135.5K bytes
      Cache
     
  5. RidgeClassifier — scikit-learn 1.8.0 docu...

    converts the target values into {-1, 1} and then treats the problem...sklearn.linear_model. RidgeClassifier ( alpha = 1.0 , * , fit_intercept = True ,...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.RidgeClassifier.html
    Mon Jan 12 10:07:40 GMT 2026
      143.9K bytes
      Cache
     
  6. 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 Jan 12 10:07:41 GMT 2026
      108.1K bytes
      Cache
     
  7. sample_without_replacement — scikit-learn...

    1, 5, 0, 7]) On this page This Page...
    scikit-learn.org/stable/modules/generated/sklearn.utils.random.sample_without_replacement.html
    Mon Dec 29 13:14:49 GMT 2025
      108.5K bytes
      Cache
     
  8. LinearSVR — scikit-learn 1.8.0 documentation

    1] , where 1 corresponds to the intercept....version 1.3: The "auto" option is added in version 1.3 and...
    scikit-learn.org/stable/modules/generated/sklearn.svm.LinearSVR.html
    Mon Jan 12 10:07:40 GMT 2026
      144.1K bytes
      Cache
     
  9. AdaBoostRegressor — scikit-learn 1.8.0 do...

    the range [1, inf) . learning_rate float, default=1.0 Weight applied...n_estimators = 50 , learning_rate = 1.0 , loss = 'linear' , random_state...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.AdaBoostRegressor.html
    Mon Jan 19 11:28:23 GMT 2026
      145.5K bytes
      Cache
     
  10. extract_patches_2d — scikit-learn 1.8.0 d...

    max_patches is a float between 0 and 1, it is taken to be a proportion...>>> print ( patches [ 1 ]) [[[174 201 231] [174 201 231]]...
    scikit-learn.org/stable/modules/generated/sklearn.feature_extraction.image.extract_patches_2d.html
    Mon Jan 12 10:07:40 GMT 2026
      112.3K bytes
      Cache
     
Back to Top