Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 431 - 440 of 1,705 for document (0.08 sec)

  1. show_versions — scikit-learn 1.7.0 documentation

    Skip to main content Back to top Ctrl + K GitHub Choose version show_versions # sklearn. show_versions ( ) [source] #...
    scikit-learn.org/stable/modules/generated/sklearn.show_versions.html
    Thu Jul 03 11:42:06 UTC 2025
      104.3K bytes
      Cache
     
  2. Gradient Boosting regression — scikit-learn 1.7...

    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
    Thu Jul 03 11:42:06 UTC 2025
      110K bytes
      Cache
     
  3. SGD: Penalties — scikit-learn 1.7.0 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
    Thu Jul 03 11:42:05 UTC 2025
      92.3K bytes
      Cache
     
  4. Nearest Centroid Classification — scikit-learn ...

    Sample usage of Nearest Centroid classification. It will plot the decision boundaries for each class.,., Total running time of the script:(0 minutes 0.152 seconds) Launch binder Launch JupyterLite ...
    scikit-learn.org/stable/auto_examples/neighbors/plot_nearest_centroid.html
    Thu Jul 03 11:42:05 UTC 2025
      90.7K bytes
      Cache
     
  5. 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
    Thu Jul 03 11:42:05 UTC 2025
      91.4K bytes
      Cache
     
  6. 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
    Thu Jul 03 11:42:05 UTC 2025
      121.3K bytes
      Cache
     
  7. Generalized Linear Models — scikit-learn 1.7.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
    Thu Jul 03 11:42:05 UTC 2025
      93.7K bytes
      Cache
     
  8. SVM Margins Example — scikit-learn 1.7.0 docume...

    The plots below illustrate the effect the parameter C has on the separation line. A large value of C basically tells our model that we do not have that much faith in our data’s distribution, and wi...
    scikit-learn.org/stable/auto_examples/svm/plot_svm_margin.html
    Thu Jul 03 11:42:05 UTC 2025
      99.9K bytes
      Cache
     
  9. Importance of Feature Scaling — scikit-learn 1....

    Feature scaling through standardization, also called Z-score normalization, is an important preprocessing step for many machine learning algorithms. It involves rescaling each feature such that it ...
    scikit-learn.org/stable/auto_examples/preprocessing/plot_scaling_importance.html
    Thu Jul 03 11:42:06 UTC 2025
      122.5K 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
    Thu Jul 03 11:42:05 UTC 2025
      77.2K bytes
      Cache
     
Back to top