- Sort Score
- Num 10 results
- Language All
- Labels All
Results 661 - 670 of 3,423 for document (3.34 seconds)
-
Plot the decision surfaces of ensembles of tree...
Plot the decision surfaces of forests of randomized trees trained on pairs of features of the iris dataset. This plot compares the decision surfaces learned by a decision tree classifier (first col...scikit-learn.org/stable/auto_examples/ensemble/plot_forest_iris.html -
Illustration of Gaussian process classification...
This example illustrates GPC on XOR data. Compared are a stationary, isotropic kernel (RBF) and a non-stationary kernel (DotProduct). On this particular dataset, the DotProduct kernel obtains consi...scikit-learn.org/stable/auto_examples/gaussian_process/plot_gpc_xor.html -
t-SNE: The effect of various perplexity values ...
An illustration of t-SNE on the two concentric circles and the S-curve datasets for different perplexity values. We observe a tendency towards clearer shapes as the perplexity value increases. The ...scikit-learn.org/stable/auto_examples/manifold/plot_t_sne_perplexity.html -
Probability Calibration for 3-class classificat...
Documentation for RandomForestClassifi...CalibratedClassifier ? Documentation for CalibratedClassifier...scikit-learn.org/stable/auto_examples/calibration/plot_calibration_multiclass.html -
Evaluation of outlier detection estimators R...
constraints of the scikit-learn documentation, the sample size of some...refer to their respective documentation for more details. Note that...scikit-learn.org/stable/auto_examples/miscellaneous/plot_outlier_detection_bench.html -
Custom refit strategy of a grid search with cro...
Documentation for GridSearchCV i Fitted...SVC(C=1000, gamma=0.001) SVC ? Documentation for SVC Parameters C ...scikit-learn.org/stable/auto_examples/model_selection/plot_grid_search_digits.html -
8.2. Real world datasets — scikit-learn 1...
would not generalize to other documents that aren’t from this window...example Classification of text documents using sparse features shuffles...scikit-learn.org/stable/datasets/real_world.html -
Demonstration of multi-metric evaluation on cro...
Multiple metric parameter search can be done by setting the scoring parameter to a list of metric scorer names or a dict mapping the scorer names to the scorer callables. The scores of all the scor...scikit-learn.org/stable/auto_examples/model_selection/plot_multi_metric_evaluation.html -
Lasso, Lasso-LARS, and Elastic Net paths —...
This example shows how to compute the “paths” of coefficients along the Lasso, Lasso-LARS, and Elastic Net regularization paths. In other words, it shows the relationship between the regularization...scikit-learn.org/stable/auto_examples/linear_model/plot_lasso_lasso_lars_elasticnet_path.html -
HuberRegressor vs Ridge on dataset with strong ...
Fit Ridge and HuberRegressor on a dataset with outliers. The example shows that the predictions in ridge are strongly influenced by the outliers present in the dataset. The Huber regressor is less ...scikit-learn.org/stable/auto_examples/linear_model/plot_huber_vs_ridge.html