Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 221 - 230 of 4,138 for document (6.43 seconds)

Filter
  1. 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
    Tue Mar 17 03:44:36 UTC 2026
      19.2K bytes
      Cache
     
  2. 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
    Tue Mar 17 03:44:38 UTC 2026
      15.4K bytes
      Cache
     
  3. 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
    Tue Mar 17 03:44:38 UTC 2026
      16.9K bytes
      Cache
     
  4. 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
    Tue Mar 17 03:44:39 UTC 2026
      13.4K bytes
      Cache
     
  5. 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
    Tue Mar 17 03:44:38 UTC 2026
      19.4K bytes
      Cache
     
  6. 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.135 seconds) Launch binder Launch JupyterLite ...
    scikit-learn.org/stable/auto_examples/neighbors/plot_nearest_centroid.html
    Tue Mar 17 03:44:39 UTC 2026
      15.6K bytes
      Cache
     
  7. SVM Margins Example — scikit-learn 1.8.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
    Tue Mar 17 03:44:39 UTC 2026
      16.3K bytes
      Cache
     
  8. 2. Unsupervised learning — scikit-learn 1.8.0 d...

    Gaussian mixture models- Gaussian Mixture, Variational Bayesian Gaussian Mixture., Manifold learning- Introduction, Isomap, Locally Linear Embedding, Modified Locally Linear Embedding, Hessian Eige...
    scikit-learn.org/stable/unsupervised_learning.html
    Tue Mar 17 03:44:39 UTC 2026
      7.5K bytes
      Cache
     
  9. Custom refit strategy of a grid search with cro...

    Documentation for GridSearchCV i Fitted...SVC(C=1, gamma=0.001) SVC ? Documentation for SVC Parameters C C:...
    scikit-learn.org/stable/auto_examples/model_selection/plot_grid_search_digits.html
    Tue Mar 17 03:44:36 UTC 2026
      29K bytes
      Cache
     
  10. Nystroem — scikit-learn 1.8.0 documentation

    to the kernel; see the documentation for sklearn.metrics.pairwise....
    scikit-learn.org/stable/modules/generated/sklearn.kernel_approximation.Nystroem.html
    Tue Mar 17 03:44:39 UTC 2026
      17.7K bytes
      Cache
     
Back to Top