Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 901 - 910 of 3,423 for document (0.76 seconds)

  1. Effect of varying threshold for self-training &...

    This example illustrates the effect of a varying threshold on self-training. The breast_cancer dataset is loaded, and labels are deleted such that only 50 out of 569 samples have labels. A SelfTrai...
    scikit-learn.org/stable/auto_examples/semi_supervised/plot_self_training_varying_threshold.html
    Fri Dec 05 17:52:54 GMT 2025
      102.7K bytes
      Cache
     
  2. Detection error tradeoff (DET) curve — sc...

    In this example, we compare two binary classification multi-threshold metrics: the Receiver Operating Characteristic (ROC) and the Detection Error Tradeoff (DET). For such purpose, we evaluate two ...
    scikit-learn.org/stable/auto_examples/model_selection/plot_det.html
    Fri Dec 05 17:52:54 GMT 2025
      101.8K bytes
      Cache
     
  3. Kernel Density Estimate of Species Distribution...

    This shows an example of a neighbors-based query (in particular a kernel density estimate) on geospatial data, using a Ball Tree built upon the Haversine distance metric – i.e. distances over point...
    scikit-learn.org/stable/auto_examples/neighbors/plot_species_kde.html
    Fri Dec 05 17:52:54 GMT 2025
      105.1K bytes
      Cache
     
  4. Caching nearest neighbors — scikit-learn ...

    This example demonstrates how to precompute the k nearest neighbors before using them in KNeighborsClassifier. KNeighborsClassifier can compute the nearest neighbors internally, but precomputing th...
    scikit-learn.org/stable/auto_examples/neighbors/plot_caching_nearest_neighbors.html
    Fri Dec 05 17:52:55 GMT 2025
      93.5K bytes
      Cache
     
  5. Orthogonal Matching Pursuit — scikit-lear...

    Using orthogonal matching pursuit for recovering a sparse signal from a noisy measurement encoded with a dictionary Total running time of the script:(0 minutes 0.223 seconds) Launch binder Launch J...
    scikit-learn.org/stable/auto_examples/linear_model/plot_omp.html
    Fri Dec 05 17:52:54 GMT 2025
      96.7K bytes
      Cache
     
  6. Comparison of Calibration of Classifiers &#8212...

    Well calibrated classifiers are probabilistic classifiers for which the output of predict_proba can be directly interpreted as a confidence level. For instance, a well calibrated (binary) classifie...
    scikit-learn.org/stable/auto_examples/calibration/plot_compare_calibration.html
    Fri Dec 05 17:52:54 GMT 2025
      116.7K bytes
      Cache
     
  7. Two-class AdaBoost — scikit-learn 1.7.2 d...

    This example fits an AdaBoosted decision stump on a non-linearly separable classification dataset composed of two “Gaussian quantiles” clusters (see sklearn.datasets.make_gaussian_quantiles) and pl...
    scikit-learn.org/stable/auto_examples/ensemble/plot_adaboost_twoclass.html
    Fri Dec 05 17:52:54 GMT 2025
      102K bytes
      Cache
     
  8. Vector Quantization Example — scikit-lear...

    This example shows how one can use KBinsDiscretizer to perform vector quantization on a set of toy image, the raccoon face. Original image: We start by loading the raccoon face image from SciPy. We...
    scikit-learn.org/stable/auto_examples/cluster/plot_face_compress.html
    Fri Dec 05 17:52:54 GMT 2025
      111.1K bytes
      Cache
     
  9. Examples of Using FrozenEstimator — sciki...

    This example showcases some use cases of FrozenEstimator. FrozenEstimator is a utility class that allows to freeze a fitted estimator. This is useful, for instance, when we want to pass a fitted es...
    scikit-learn.org/stable/auto_examples/frozen/plot_frozen_examples.html
    Fri Dec 05 17:52:55 GMT 2025
      100.9K bytes
      Cache
     
  10. SGD: Weighted samples — scikit-learn 1.7....

    Plot decision function of a weighted dataset, where the size of points is proportional to its weight. Total running time of the script:(0 minutes 0.072 seconds) Launch binder Launch JupyterLite Dow...
    scikit-learn.org/stable/auto_examples/linear_model/plot_sgd_weighted_samples.html
    Fri Dec 05 17:52:54 GMT 2025
      93.4K bytes
      Cache
     
Back to Top