- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 901 - 910 of 1,549 for document (2.5 sec)
-
9.3. Parallelism, resource management, and conf...
n_jobs is currently poorly documented. Please help us by improving...explained by this piece of documentation . 9.3.1.3. Parallel NumPy...scikit-learn.org/stable/computing/parallelism.html -
Fitting an Elastic Net with a precomputed Gram ...
see the documentation for the sample_weight parameter...nbviewer.org. ElasticNet ? Documentation for ElasticNet i Fitted...scikit-learn.org/stable/auto_examples/linear_model/plot_elastic_net_precomputed_gram_matrix_with_... -
Shrinkage covariance estimation: LedoitWolf vs ...
When working with covariance estimation, the usual approach is to use a maximum likelihood estimator, such as the EmpiricalCovariance. It is unbiased, i.e. it converges to the true (population) cov...scikit-learn.org/stable/auto_examples/covariance/plot_covariance_estimation.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 -
AI Assistant Knowledge Base | Elastic Docs
Add a markdown document Add a markdown document to Knowledge Base...Assistant to recall specific documents and other specified information....www.elastic.co/docs/solutions/security/ai/ai-assistant-knowledge-base -
2.2. Manifold learning — scikit-learn 1.7.1 doc...
Look for the bare necessities, The simple bare necessities, Forget about your worries and your strife, I mean the bare necessities, Old Mother Nature’s recipes, That bring the bare necessities of l...scikit-learn.org/stable/modules/manifold.html -
Robust covariance estimation and Mahalanobis di...
This example shows covariance estimation with Mahalanobis distances on Gaussian distributed data. For Gaussian distributed data, the distance of an observation x_i to the mode of the distribution c...scikit-learn.org/stable/auto_examples/covariance/plot_mahalanobis_distances.html -
Multi-class AdaBoosted Decision Trees — scikit-...
This example shows how boosting can improve the prediction accuracy on a multi-label classification problem. It reproduces a similar experiment as depicted by Figure 1 in Zhu et al 1. The core prin...scikit-learn.org/stable/auto_examples/ensemble/plot_adaboost_multiclass.html -
SVM: Maximum margin separating hyperplane — sci...
Plot the maximum margin separating hyperplane within a two-class separable dataset using a Support Vector Machine classifier with linear kernel. Total running time of the script:(0 minutes 0.066 se...scikit-learn.org/stable/auto_examples/svm/plot_separating_hyperplane.html -
Comparison between grid search and successive h...
This example compares the parameter search performed by HalvingGridSearchCV and GridSearchCV. We first define the parameter space for an SVC estimator, and compute the time required to train a Halv...scikit-learn.org/stable/auto_examples/model_selection/plot_successive_halving_heatmap.html