- Sort Score
- Num 10 results
- Language All
- Labels All
Results 221 - 230 of 4,138 for document (6.43 seconds)
Filter
-
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 -
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 -
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 -
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 -
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 -
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 -
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 -
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 -
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 -
Nystroem — scikit-learn 1.8.0 documentation
scikit-learn.org/stable/modules/generated/sklearn.kernel_approximation.Nystroem.html