Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 981 - 990 of 9,632 for 1 (1.03 seconds)

  1. About us — scikit-learn 1.7.2 documentation

    History: This project was started in 2007 as a Google Summer of Code project by David Cournapeau. Later that year, Matthieu Brucher started working on this project as part of his thesis. In 2010 Fa...
    scikit-learn.org/stable/about.html
    Wed Nov 19 04:33:04 GMT 2025
      61K bytes
      Cache
     
  2. sklearn.dummy — scikit-learn 1.7.2 docume...

    Dummy estimators that implement simple rules of thumb. User guide. See the Metrics and scoring: quantifying the quality of predictions section for further details.
    scikit-learn.org/stable/api/sklearn.dummy.html
    Wed Nov 19 09:10:34 GMT 2025
      114.6K bytes
      Cache
     
  3. sklearn.naive_bayes — scikit-learn 1.7.2 ...

    Naive Bayes algorithms. These are supervised learning methods based on applying Bayes’ theorem with strong (naive) feature independence assumptions. User guide. See the Naive Bayes section for furt...
    scikit-learn.org/stable/api/sklearn.naive_bayes.html
    Wed Nov 19 12:47:09 GMT 2025
      115.8K bytes
      Cache
     
  4. sklearn.utils — scikit-learn 1.7.2 docume...

    Various utilities to help with development. Developer guide. See the Utilities for Developers section for further details. Input and parameter validation: Functions to validate input and parameters...
    scikit-learn.org/stable/api/sklearn.utils.html
    Wed Nov 19 12:47:09 GMT 2025
      149.5K bytes
      Cache
     
  5. sklearn.random_projection — scikit-learn ...

    Random projection transformers. Random projections are a simple and computationally efficient way to reduce the dimensionality of the data by trading a controlled amount of accuracy (as additional ...
    scikit-learn.org/stable/api/sklearn.random_projection.html
    Wed Nov 19 12:47:09 GMT 2025
      116.4K bytes
      Cache
     
  6. 7. Dataset transformations — scikit-learn...

    1. Pipelines and composite estimators 7.1.1. Pipeline:...estimators 7.1.2. Transforming target in regression 7.1.3. FeatureUnion:...
    scikit-learn.org/stable/data_transforms.html
    Wed Nov 19 04:33:04 GMT 2025
      40.3K bytes
      Cache
     
  7. Wikipedia principal eigenvector — scikit-...

    1 )[ 1 ] page_links_url = "h.... rsplit ( "/" , 1 )[ 1 ] resources = [ ( redirects_url...
    scikit-learn.org/stable/auto_examples/applications/wikipedia_principal_eigenvector.html
    Wed Nov 19 04:33:04 GMT 2025
      118.9K bytes
      Cache
     
  8. Gradient Boosting regularization — scikit...

    random_state = 1 ) # map labels from {-1, 1} to {0, 1} labels , y..."learning_rate" : 1.0 , "subsample" : 1.0 }), ( "...
    scikit-learn.org/stable/auto_examples/ensemble/plot_gradient_boosting_regularization.html
    Wed Nov 19 04:33:04 GMT 2025
      96.3K bytes
      Cache
     
  9. Probability Calibration curves — scikit-l...

    1 ), ( 3 , 0 ), ( 3 , 1 )] for i , ( _ , name...calibrated_df , 0 , 1 ) proba_neg_class = 1 - proba_pos_class proba...
    scikit-learn.org/stable/auto_examples/calibration/plot_calibration_curve.html
    Wed Nov 19 04:33:04 GMT 2025
      143.5K bytes
      Cache
     
  10. Compare BIRCH and MiniBatchKMeans — sciki...

    threshold = 1.7 , n_clusters = None ), Birch ( threshold = 1.7 , n_clusters...= fig . add_subplot ( 1 , 3 , ind + 1 ) for this_centroid , k...
    scikit-learn.org/stable/auto_examples/cluster/plot_birch_vs_minibatchkmeans.html
    Wed Nov 19 04:33:03 GMT 2025
      105K bytes
      Cache
     
Back to Top