- Sort Score
- Num 10 results
- Language All
- Labels All
Results 871 - 880 of 3,359 for document (0.78 seconds)
Filter
-
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 -
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 -
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 -
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 -
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 -
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 -
9.1. Strategies to scale computationally: bigge...
beyond the scope of this documentation. 9.1.1.2. Extracting features...shingVectorizer for text documents. 9.1.1.3. Incremental learning...scikit-learn.org/stable/computing/scaling_strategies.html -
Image denoising using dictionary learning — sci...
An example comparing the effect of reconstructing noisy fragments of a raccoon face image using firstly online Dictionary Learning and various transform methods. The dictionary is fitted on the dis...scikit-learn.org/stable/auto_examples/decomposition/plot_image_denoising.html