Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 871 - 880 of 1,826 for document (0.08 sec)

  1. Overview of multiclass training meta-estimators...

    In this example, we discuss the problem of classification when the target variable is composed of more than two classes. This is called multiclass classification. In scikit-learn, all estimators su...
    scikit-learn.org/stable/auto_examples/multiclass/plot_multiclass_overview.html
    Sat Nov 23 04:49:15 UTC 2024
      109.7K bytes
      Cache
     
  2. 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
    Sat Nov 23 04:49:14 UTC 2024
      112.6K bytes
      Cache
     
  3. 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
    Sat Nov 23 04:49:15 UTC 2024
      110.7K bytes
      Cache
     
  4. Linear and Quadratic Discriminant Analysis with...

    This example plots the covariance ellipsoids of each class and the decision boundary learned by LinearDiscriminantAnalysis(LDA) and QuadraticDiscriminantAnalysis(QDA). The ellipsoids display the do...
    scikit-learn.org/stable/auto_examples/classification/plot_lda_qda.html
    Sat Nov 23 04:49:16 UTC 2024
      113.9K bytes
      Cache
     
  5. 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
    Sat Nov 23 04:49:16 UTC 2024
      91.1K bytes
      Cache
     
  6. Class Likelihood Ratios to measure classificati...

    This example demonstrates the class_likelihood_ratios function, which computes the positive and negative likelihood ratios ( LR+, LR-) to assess the predictive power of a binary classifier. As we w...
    scikit-learn.org/stable/auto_examples/model_selection/plot_likelihood_ratios.html
    Sat Nov 23 04:49:15 UTC 2024
      134K bytes
      Cache
     
  7. What is Semantic Search? | A Comprehensive Sema...

    document, or set of documents. A record-level...matches vectors of existing documents (a semantic search concerns...
    www.elastic.co/what-is/semantic-search
    Sun Nov 24 00:51:36 UTC 2024
      287K bytes
      Cache
     
  8. Elastic (ELK) Stack Security | Elastic

    add or delete documents in an index? Document: Who can access...started Stack security documentation Getting started with Elasticsearch:...
    www.elastic.co/elastic-stack/security
    Sun Nov 24 00:15:24 UTC 2024
      419.8K bytes
      Cache
     
  9. sklearn.utils — scikit-learn 1.7.dev0 documenta...

    Various utilities to help with development. Developer guide. See the Utilities for Developers section for further details. Input and parameter validation: Functions to validate input and parameters...
    scikit-learn.org/dev/api/sklearn.utils.html
    Fri Nov 22 23:53:28 UTC 2024
      149.8K bytes
      Cache
     
  10. Developing with the Plotting API — scikit-learn...

    Scikit-learn defines a simple API for creating visualizations for machine learning. The key features of this API is to run calculations once and to have the flexibility to adjust the visualizations...
    scikit-learn.org/dev/developers/plotting.html
    Fri Nov 22 23:53:28 UTC 2024
      34.3K bytes
      Cache
     
Back to top