- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1211 - 1220 of 1,703 for document (0.08 sec)
-
Elastic site search — Fast, relevant search for...
while maintaining document-level security and keeping...Elastic to search millions of documents on its subscription platform...www.elastic.co/enterprise-search/site-search -
Attributes and labels | Elastic Docs
www.elastic.co/docs/solutions/observability/apm/attributes -
Plot the decision surface of decision trees tra...
Plot the decision surface of a decision tree trained on pairs of features of the iris dataset. See decision tree for more information on the estimator. For each pair of iris features, the decision ...scikit-learn.org/stable/auto_examples/tree/plot_iris_dtc.html -
Release Highlights for scikit-learn 1.3 — sciki...
We are pleased to announce the release of scikit-learn 1.3! Many bug fixes and improvements were added, as well as some new key features. We detail below a few of the major features of this release...scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_1_3_0.html -
SVM-Anova: SVM with univariate feature selectio...
This example shows how to perform univariate feature selection before running a SVC (support vector classifier) to improve the classification scores. We use the iris dataset (4 features) and add 36...scikit-learn.org/stable/auto_examples/svm/plot_svm_anova.html -
Comparing random forests and the multi-output m...
An example to compare multi-output regression with random forest and the multioutput.MultiOutputRegressor meta-estimator. This example illustrates the use of the multioutput.MultiOutputRegressor me...scikit-learn.org/stable/auto_examples/ensemble/plot_random_forest_regression_multioutput.html -
Comparing anomaly detection algorithms for outl...
This example shows characteristics of different anomaly detection algorithms on 2D datasets. Datasets contain one or two modes (regions of high density) to illustrate the ability of algorithms to c...scikit-learn.org/stable/auto_examples/miscellaneous/plot_anomaly_comparison.html -
Gaussian process classification (GPC) on iris d...
This example illustrates the predicted probability of GPC for an isotropic and anisotropic RBF kernel on a two-dimensional version for the iris-dataset. The anisotropic RBF kernel obtains slightly ...scikit-learn.org/stable/auto_examples/gaussian_process/plot_gpc_iris.html -
Visualizing cross-validation behavior in scikit...
Choosing the right cross-validation object is a crucial part of fitting a model properly. There are many ways to split data into training and test sets in order to avoid model overfitting, to stand...scikit-learn.org/stable/auto_examples/model_selection/plot_cv_indices.html -
1.14. Semi-supervised learning — scikit-learn 1...
Semi-supervised learning is a situation in which in your training data some of the samples are not labeled. The semi-supervised estimators in sklearn.semi_supervised are able to make use of this ad...scikit-learn.org/stable/modules/semi_supervised.html