Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 881 - 890 of 4,560 for document (0.91 seconds)

  1. Decision Trees — scikit-learn 1.8.0 docum...

    Examples concerning the sklearn.tree module. Decision Tree Regression Plot the decision surface of decision trees trained on the iris dataset Post pruning decision trees with cost complexity prunin...
    scikit-learn.org/stable/auto_examples/tree/index.html
    Mon Feb 23 17:51:57 GMT 2026
      75.2K bytes
      Cache
     
  2. Feature Selection — scikit-learn 1.8.0 do...

    Examples concerning the sklearn.feature_selection module. Comparison of F-test and mutual information Model-based and sequential feature selection Pipeline ANOVA SVM Recursive feature elimination R...
    scikit-learn.org/stable/auto_examples/feature_selection/index.html
    Mon Feb 23 17:51:57 GMT 2026
      76.2K bytes
      Cache
     
  3. SGD: Penalties — scikit-learn 1.8.0 docum...

    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
    Mon Feb 23 17:51:57 GMT 2026
      92.1K bytes
      Cache
     
  4. Release Highlights for scikit-learn 1.2 —...

    Documentation for HistGradientBoosting...HistGradientBoosting ? Documentation for HistGradientBoosting...
    scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_1_2_0.html
    Mon Feb 23 11:19:24 GMT 2026
      159.5K bytes
      Cache
     
  5. Sparse inverse covariance estimation — sc...

    Using the GraphicalLasso estimator to learn a covariance and sparse precision from a small number of samples. To estimate a probabilistic model (e.g. a Gaussian model), estimating the precision mat...
    scikit-learn.org/stable/auto_examples/covariance/plot_sparse_cov.html
    Mon Feb 23 11:19:24 GMT 2026
      108.1K bytes
      Cache
     
  6. Early stopping in Gradient Boosting — sci...

    Gradient Boosting is an ensemble technique that combines multiple weak learners, typically decision trees, to create a robust and powerful predictive model. It does so in an iterative fashion, wher...
    scikit-learn.org/stable/auto_examples/ensemble/plot_gradient_boosting_early_stopping.html
    Mon Feb 23 11:19:24 GMT 2026
      107.9K bytes
      Cache
     
  7. Agglomerative clustering with different metrics...

    Demonstrates the effect of different metrics on the hierarchical clustering. The example is engineered to show the effect of the choice of different metrics. It is applied to waveforms, which can b...
    scikit-learn.org/stable/auto_examples/cluster/plot_agglomerative_clustering_metrics.html
    Mon Feb 23 11:19:24 GMT 2026
      111.5K bytes
      Cache
     
  8. 3. Model selection and evaluation — sciki...

    Cross-validation: evaluating estimator performance- Computing cross-validated metrics, Cross validation iterators, A note on shuffling, Cross validation and model selection, Permutation test score....
    scikit-learn.org/stable/model_selection.html
    Mon Feb 23 11:19:24 GMT 2026
      34.4K bytes
      Cache
     
  9. Non-negative least squares — scikit-learn...

    In this example, we fit a linear model with positive constraints on the regression coefficients and compare the estimated coefficients to a classic linear regression. Generate some random data Spli...
    scikit-learn.org/stable/auto_examples/linear_model/plot_nnls.html
    Mon Feb 23 17:51:57 GMT 2026
      93.3K bytes
      Cache
     
  10. Gaussian Process for Machine Learning — s...

    Examples concerning the sklearn.gaussian_process module. Ability of Gaussian process regression (GPR) to estimate data noise-level Comparison of kernel ridge and Gaussian process regression Forecas...
    scikit-learn.org/stable/auto_examples/gaussian_process/index.html
    Mon Feb 23 17:51:57 GMT 2026
      79.3K bytes
      Cache
     
Back to Top