Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 911 - 920 of 2,632 for 2 (0.09 sec)

  1. check_cv — scikit-learn 1.5.2 documentation

    Skip to main content Back to top Ctrl + K GitHub check_cv # sklearn.model_selection. check_cv ( cv = 5 , y = None , *...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.check_cv.html
    Fri Sep 20 10:21:48 UTC 2024
      107.9K bytes
      Cache
     
  2. plot_tree — scikit-learn 1.5.2 documentation

    Gallery examples: Plot the decision surface of decision trees trained on the iris dataset Understanding the decision tree structure
    scikit-learn.org/stable/modules/generated/sklearn.tree.plot_tree.html
    Fri Sep 20 10:21:48 UTC 2024
      113.4K bytes
      Cache
     
  3. sklearn.manifold — scikit-learn 1.5.2 documenta...

    Data embedding techniques. User guide. See the Manifold learning section for further details.
    scikit-learn.org/stable/api/sklearn.manifold.html
    Fri Sep 20 10:21:48 UTC 2024
      116.3K bytes
      Cache
     
  4. sklearn.multioutput — scikit-learn 1.5.2 docume...

    Multioutput regression and classification. The estimators provided in this module are meta-estimators: they require a base estimator to be provided in their constructor. The meta-estimator extends ...
    scikit-learn.org/stable/api/sklearn.multioutput.html
    Fri Sep 20 10:21:48 UTC 2024
      115.4K bytes
      Cache
     
  5. sklearn.pipeline — scikit-learn 1.5.2 documenta...

    Utilities to build a composite estimator as a chain of transforms and estimators. User guide. See the Pipelines and composite estimators section for further details.
    scikit-learn.org/stable/api/sklearn.pipeline.html
    Fri Sep 20 10:21:50 UTC 2024
      115K bytes
      Cache
     
  6. Recursive feature elimination — scikit-learn 1....

    This example demonstrates how Recursive Feature Elimination ( RFE) can be used to determine the importance of individual pixels for classifying handwritten digits. RFE recursively removes the least...
    scikit-learn.org/stable/auto_examples/feature_selection/plot_rfe_digits.html
    Fri Sep 20 10:21:48 UTC 2024
      87.5K bytes
      Cache
     
  7. Pipelines and composite estimators — scikit-lea...

    Examples of how to compose transformers and pipelines from other estimators. See the User Guide. Column Transformer with Heterogeneous Data Sources Column Transformer with Mixed Types Concatenating...
    scikit-learn.org/stable/auto_examples/compose/index.html
    Fri Sep 20 10:21:47 UTC 2024
      79.8K bytes
      Cache
     
  8. sklearn.inspection — scikit-learn 1.5.2 documen...

    Tools for model inspection. User guide. See the Inspection section for further details. Plotting:
    scikit-learn.org/stable/api/sklearn.inspection.html
    Fri Sep 20 10:21:48 UTC 2024
      115K bytes
      Cache
     
  9. sklearn.ensemble — scikit-learn 1.5.2 documenta...

    Ensemble-based methods for classification, regression and anomaly detection. User guide. See the Ensembles: Gradient boosting, random forests, bagging, voting, stacking section for further details.
    scikit-learn.org/stable/api/sklearn.ensemble.html
    Fri Sep 20 10:21:48 UTC 2024
      120.2K bytes
      Cache
     
  10. sklearn.covariance — scikit-learn 1.5.2 documen...

    Methods and algorithms to robustly estimate covariance. They estimate the covariance of features at given sets of points, as well as the precision matrix defined as the inverse of the covariance. C...
    scikit-learn.org/stable/api/sklearn.covariance.html
    Fri Sep 20 10:21:48 UTC 2024
      118.7K bytes
      Cache
     
Back to top