Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 771 - 780 of 1,549 for document (2.78 sec)

  1. 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
    Sat Aug 23 16:32:04 UTC 2025
      91.4K bytes
      Cache
     
  2. Polynomial and Spline interpolation — scikit-le...

    This example demonstrates how to approximate a function with polynomials up to degree degree by using ridge regression. We show two different ways given n_samples of 1d points x_i: PolynomialFeatur...
    scikit-learn.org/stable/auto_examples/linear_model/plot_polynomial_interpolation.html
    Sat Aug 23 16:32:04 UTC 2025
      121.3K bytes
      Cache
     
  3. det_curve — scikit-learn 1.7.1 documentation

    Gallery examples: Detection error tradeoff (DET) curve
    scikit-learn.org/stable/modules/generated/sklearn.metrics.det_curve.html
    Sat Aug 23 16:32:04 UTC 2025
      113.8K bytes
      Cache
     
  4. matthews_corrcoef — scikit-learn 1.7.1 document...

    Skip to main content Back to top Ctrl + K GitHub Choose version matthews_corrcoef # sklearn.metrics. matthews_corrcoe...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.matthews_corrcoef.html
    Sat Aug 23 16:32:03 UTC 2025
      109.2K bytes
      Cache
     
  5. coverage_error — scikit-learn 1.7.1 documentation

    Skip to main content Back to top Ctrl + K GitHub Choose version coverage_error # sklearn.metrics. coverage_error ( y_...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.coverage_error.html
    Sat Aug 23 16:32:03 UTC 2025
      108.2K bytes
      Cache
     
  6. SGD: Penalties — scikit-learn 1.7.1 documentation

    Contours of where the penalty is equal to 1 for the three penalties L1, L2 and elastic-net. All of the above are supported by SGDClassifier and SGDRegressor. Total running time of the script:(0 min...
    scikit-learn.org/stable/auto_examples/linear_model/plot_sgd_penalties.html
    Sat Aug 23 16:32:04 UTC 2025
      92.3K bytes
      Cache
     
  7. r2_score — scikit-learn 1.7.1 documentation

    Gallery examples: Effect of transforming the targets in regression model Failure of Machine Learning to infer causal effects L1-based models for Sparse Signals Non-negative least squares Ordinary L...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.r2_score.html
    Sat Aug 23 16:32:03 UTC 2025
      121.5K bytes
      Cache
     
  8. roc_curve — scikit-learn 1.7.1 documentation

    Gallery examples: Species distribution modeling Visualizations with Display Objects Detection error tradeoff (DET) curve Multiclass Receiver Operating Characteristic (ROC)
    scikit-learn.org/stable/modules/generated/sklearn.metrics.roc_curve.html
    Sat Aug 23 16:32:03 UTC 2025
      117K bytes
      Cache
     
  9. classification_report — scikit-learn 1.7.1 docu...

    Gallery examples: Faces recognition example using eigenfaces and SVMs Recognizing hand-written digits Column Transformer with Heterogeneous Data Sources Pipeline ANOVA SVM Custom refit strategy of ...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.classification_report.html
    Sat Aug 23 16:32:04 UTC 2025
      120.8K bytes
      Cache
     
  10. log_loss — scikit-learn 1.7.1 documentation

    Gallery examples: Probability Calibration curves Probability Calibration for 3-class classification Plot classification probability Gradient Boosting Out-of-Bag estimates Gradient Boosting regulari...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.log_loss.html
    Sat Aug 23 16:32:03 UTC 2025
      115.7K bytes
      Cache
     
Back to top