Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 801 - 810 of 2,722 for document (0.45 seconds)

Filter
  1. Permutation Importance vs Random Forest Feature...

    Documentation for Pipeline i Fitted Parameters...preprocess: ColumnTransformer ? Documentation for preprocess: ColumnTransformer...
    scikit-learn.org/stable/auto_examples/inspection/plot_permutation_importance.html
    Mon Mar 23 20:39:21 UTC 2026
      48.5K bytes
      Cache
     
  2. Release Highlights for scikit-learn 1.0 — sciki...

    reader to go to the API documentation and to check each and every...HistGradientBoosting New documentation improvements # This release...
    scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_1_0_0.html
    Mon Mar 23 20:39:21 UTC 2026
      19.3K bytes
      Cache
     
  3. Post-hoc tuning the cut-off point of decision f...

    Documentation for Pipeline i Not fitted...False StandardScaler ? Documentation for StandardScaler Parameters...
    scikit-learn.org/stable/auto_examples/model_selection/plot_tuned_decision_threshold.html
    Mon Mar 23 20:39:21 UTC 2026
      28.9K bytes
      Cache
     
  4. 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
    Mon Mar 23 20:39:22 UTC 2026
      15.4K bytes
      Cache
     
  5. Generalized Linear Models — scikit-learn 1.8.0 ...

    Examples concerning the sklearn.linear_model module. Comparing Linear Bayesian Regressors Curve Fitting with Bayesian Ridge Regression Decision Boundaries of Multinomial and One-vs-Rest Logistic Re...
    scikit-learn.org/stable/auto_examples/linear_model/index.html
    Mon Mar 23 20:39:20 UTC 2026
      16K bytes
      Cache
     
  6. __sklearn_is_fitted__ as Developer API — scikit...

    The__sklearn_is_fitted__ method is a convention used in scikit-learn for checking whether an estimator object has been fitted or not. This method is typically implemented in custom estimator classe...
    scikit-learn.org/stable/auto_examples/developing_estimators/sklearn_is_fitted.html
    Mon Mar 23 20:39:22 UTC 2026
      15.5K bytes
      Cache
     
  7. Gradient Boosting regression — scikit-learn 1.8...

    This example demonstrates Gradient Boosting to produce a predictive model from an ensemble of weak predictive models. Gradient boosting can be used for regression and classification problems. Here,...
    scikit-learn.org/stable/auto_examples/ensemble/plot_gradient_boosting_regression.html
    Mon Mar 23 20:39:20 UTC 2026
      17.9K bytes
      Cache
     
  8. 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
    Mon Mar 23 20:39:20 UTC 2026
      19.2K bytes
      Cache
     
  9. Theil-Sen Regression — scikit-learn 1.8.0 docum...

    Computes a Theil-Sen Regression on a synthetic dataset. See Theil-Sen estimator: generalized-median-based estimator for more information on the regressor. Compared to the OLS (ordinary least square...
    scikit-learn.org/stable/auto_examples/linear_model/plot_theilsen.html
    Mon Mar 23 20:39:20 UTC 2026
      16.9K bytes
      Cache
     
  10. 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
    Mon Mar 23 20:39:20 UTC 2026
      13.4K bytes
      Cache
     
Back to Top