Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 951 - 960 of 3,604 for document (1.74 seconds)

Filter
  1. 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_...
    Tue Mar 17 03:44:36 UTC 2026
      22.6K bytes
      Cache
     
  2. 1. Supervised learning — scikit-learn 1.8.0 doc...

    Linear Models- Ordinary Least Squares, Ridge regression and classification, Lasso, Multi-task Lasso, Elastic-Net, Multi-task Elastic-Net, Least Angle Regression, LARS Lasso, Orthogonal Matching Pur...
    scikit-learn.org/stable/supervised_learning.html
    Tue Mar 17 03:44:39 UTC 2026
      8.5K bytes
      Cache
     
  3. Probability calibration of classifiers — scikit...

    When performing classification you often want to predict not only the class label, but also the associated probability. This probability gives you some kind of confidence on the prediction. However...
    scikit-learn.org/stable/auto_examples/calibration/plot_calibration.html
    Tue Mar 17 03:44:39 UTC 2026
      17.5K bytes
      Cache
     
  4. Univariate Feature Selection — scikit-learn 1.8...

    This notebook is an example of using univariate feature selection to improve classification accuracy on a noisy dataset. In this example, some noisy (non informative) features are added to the iris...
    scikit-learn.org/stable/auto_examples/feature_selection/plot_feature_selection.html
    Tue Mar 17 03:44:38 UTC 2026
      16.8K bytes
      Cache
     
  5. GMM Initialization Methods — scikit-learn 1.8.0...

    Examples of the different methods of initialization in Gaussian Mixture Models See Gaussian mixture models for more information on the estimator. Here we generate some sample data with four easy to...
    scikit-learn.org/stable/auto_examples/mixture/plot_gmm_init.html
    Tue Mar 17 03:44:36 UTC 2026
      16.5K bytes
      Cache
     
  6. Species distribution modeling — scikit-learn 1....

    Modeling species’ geographic distributions is an important problem in conservation biology. In this example, we model the geographic distribution of two South American mammals given past observatio...
    scikit-learn.org/stable/auto_examples/applications/plot_species_distribution_modeling.html
    Tue Mar 17 03:44:36 UTC 2026
      19.4K bytes
      Cache
     
  7. Multi-dimensional scaling — scikit-learn 1.8.0 ...

    An illustration of the metric and non-metric MDS on generated noisy data. Dataset preparation: We start by uniformly generating 20 points in a 2D space. Now we compute pairwise distances between al...
    scikit-learn.org/stable/auto_examples/manifold/plot_mds.html
    Tue Mar 17 03:44:36 UTC 2026
      17.2K bytes
      Cache
     
  8. Kernel Density Estimation — scikit-learn 1.8.0 ...

    This example shows how kernel density estimation (KDE), a powerful non-parametric density estimation technique, can be used to learn a generative model for a dataset. With this generative model in ...
    scikit-learn.org/stable/auto_examples/neighbors/plot_digits_kde_sampling.html
    Tue Mar 17 03:44:38 UTC 2026
      16.1K bytes
      Cache
     
  9. Missing Value Imputation — scikit-learn 1.8.0 d...

    Examples concerning the sklearn.impute module. Imputing missing values before building an estimator Imputing missing values with variants of IterativeImputer
    scikit-learn.org/stable/auto_examples/impute/index.html
    Tue Mar 17 03:44:36 UTC 2026
      12.8K bytes
      Cache
     
  10. SVM with custom kernel — scikit-learn 1.8.0 doc...

    Simple usage of Support Vector Machines to classify a sample. It will plot the decision surface and the support vectors. Total running time of the script:(0 minutes 0.077 seconds) Launch binder Lau...
    scikit-learn.org/stable/auto_examples/svm/plot_custom_kernel.html
    Tue Mar 17 03:44:38 UTC 2026
      15.2K bytes
      Cache
     
Back to Top