- Sort Score
- Num 10 results
- Language All
- Labels All
Results 921 - 930 of 3,614 for document (4.04 seconds)
Filter
-
Multi-dimensional scaling — scikit-learn 1.8.0 ...
An illustration of the metric and non-metric MDS on generated noisy data. Dataset preparation: We start by uniformly generating 20 points in a 2D space. Now we compute pairwise distances between al...scikit-learn.org/stable/auto_examples/manifold/plot_mds.html -
Kernel Density Estimation — scikit-learn 1.8.0 ...
This example shows how kernel density estimation (KDE), a powerful non-parametric density estimation technique, can be used to learn a generative model for a dataset. With this generative model in ...scikit-learn.org/stable/auto_examples/neighbors/plot_digits_kde_sampling.html -
Missing Value Imputation — scikit-learn 1.8.0 d...
Examples concerning the sklearn.impute module. Imputing missing values before building an estimator Imputing missing values with variants of IterativeImputerscikit-learn.org/stable/auto_examples/impute/index.html -
SVM with custom kernel — scikit-learn 1.8.0 doc...
Simple usage of Support Vector Machines to classify a sample. It will plot the decision surface and the support vectors. Total running time of the script:(0 minutes 0.077 seconds) Launch binder Lau...scikit-learn.org/stable/auto_examples/svm/plot_custom_kernel.html -
Support Vector Machines — scikit-learn 1.8.0 do...
Examples concerning the sklearn.svm module. One-class SVM with non-linear kernel (RBF) Plot classification boundaries with different SVM Kernels Plot different SVM classifiers in the iris dataset P...scikit-learn.org/stable/auto_examples/svm/index.html -
Version 0.17 — scikit-learn 1.8.0 documentation
Version 0.17.1: February 18, 2016 Changelog: Bug fixes: Upgrade vendored joblib to version 0.9.4 that fixes an important bug in joblib.Parallel that can silently yield to wrong results when working...scikit-learn.org/stable/whats_new/v0.17.html -
org.springframework.web.servlet.view.document C...
document Package Hierarchies: All Packages...org.springframework.web.servlet.view.document. AbstractPdfView org.spri...docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/web/servlet/view/doc... -
A demo of the mean-shift clustering algorithm —...
Reference: Dorin Comaniciu and Peter Meer, “Mean Shift: A robust approach toward feature space analysis”. IEEE Transactions on Pattern Analysis and Machine Intelligence. 2002. pp. 603-619. Generate...scikit-learn.org/stable/auto_examples/cluster/plot_mean_shift.html -
Ledoit-Wolf vs OAS estimation — scikit-learn 1....
The usual covariance maximum likelihood estimate can be regularized using shrinkage. Ledoit and Wolf proposed a close formula to compute the asymptotically optimal shrinkage parameter (minimizing a...scikit-learn.org/stable/auto_examples/covariance/plot_lw_vs_oas.html -
L1-based models for Sparse Signals — scikit-lea...
The present example compares three l1-based regression models on a synthetic signal obtained from sparse and correlated features that are further corrupted with additive Gaussian noise: a Lasso;, a...scikit-learn.org/stable/auto_examples/linear_model/plot_lasso_and_elasticnet.html