Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 711 - 720 of 4,138 for document (0.97 seconds)

Filter
  1. Plot the support vectors in LinearSVC — scikit-...

    Unlike SVC (based on LIBSVM), LinearSVC (based on LIBLINEAR) does not provide the support vectors. This example demonstrates how to obtain the support vectors in LinearSVC. Total running time of th...
    scikit-learn.org/stable/auto_examples/svm/plot_linearsvc_support_vectors.html
    Tue Mar 17 03:44:36 UTC 2026
      15.4K bytes
      Cache
     
  2. 1.15. Isotonic regression — scikit-learn 1.8.0 ...

    The class IsotonicRegression fits a non-decreasing real function to 1-dimensional data. It solves the following problem:\min \sum_i w_i (y_i - \hat{y}_i)^2 subject to\hat{y}_i \le \hat{y}_j wheneve...
    scikit-learn.org/stable/modules/isotonic.html
    Tue Mar 17 03:44:36 UTC 2026
      7K bytes
      Cache
     
  3. 1.8. Cross decomposition — scikit-learn 1.8.0 d...

    The cross decomposition module contains supervised estimators for dimensionality reduction and regression, belonging to the “Partial Least Squares” family. Cross decomposition algorithms find the f...
    scikit-learn.org/stable/modules/cross_decomposition.html
    Tue Mar 17 03:44:39 UTC 2026
      10.9K bytes
      Cache
     
  4. 8.4. Loading other datasets — scikit-learn 1.8....

    see the OpenML documentation The data_id of the mice...
    scikit-learn.org/stable/datasets/loading_other_datasets.html
    Tue Mar 17 03:44:39 UTC 2026
      12.5K bytes
      Cache
     
  5. Release Highlights for scikit-learn 1.4 — sciki...

    Documentation for RandomForestClassifi...None One can access the documentation of the estimator by clicking...
    scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_1_4_0.html
    Tue Mar 17 03:44:39 UTC 2026
      37.7K bytes
      Cache
     
  6. 3. Model selection and evaluation — scikit-lear...

    Cross-validation: evaluating estimator performance- Computing cross-validated metrics, Cross validation iterators, A note on shuffling, Cross validation and model selection, Permutation test score....
    scikit-learn.org/stable/model_selection.html
    Tue Mar 17 03:44:39 UTC 2026
      6.8K bytes
      Cache
     
  7. A demo of the Spectral Biclustering algorithm —...

    This example demonstrates how to generate a checkerboard dataset and bicluster it using the SpectralBiclustering algorithm. The spectral biclustering algorithm is specifically designed to cluster d...
    scikit-learn.org/stable/auto_examples/bicluster/plot_spectral_biclustering.html
    Tue Mar 17 03:44:36 UTC 2026
      17K bytes
      1 views
      Cache
     
  8. Agglomerative clustering with different metrics...

    Demonstrates the effect of different metrics on the hierarchical clustering. The example is engineered to show the effect of the choice of different metrics. It is applied to waveforms, which can b...
    scikit-learn.org/stable/auto_examples/cluster/plot_agglomerative_clustering_metrics.html
    Tue Mar 17 03:44:38 UTC 2026
      17.6K bytes
      Cache
     
  9. Sparse inverse covariance estimation — scikit-l...

    Using the GraphicalLasso estimator to learn a covariance and sparse precision from a small number of samples. To estimate a probabilistic model (e.g. a Gaussian model), estimating the precision mat...
    scikit-learn.org/stable/auto_examples/covariance/plot_sparse_cov.html
    Tue Mar 17 03:44:36 UTC 2026
      17.8K bytes
      Cache
     
  10. Early stopping in Gradient Boosting — scikit-le...

    Gradient Boosting is an ensemble technique that combines multiple weak learners, typically decision trees, to create a robust and powerful predictive model. It does so in an iterative fashion, wher...
    scikit-learn.org/stable/auto_examples/ensemble/plot_gradient_boosting_early_stopping.html
    Tue Mar 17 03:44:38 UTC 2026
      17.8K bytes
      Cache
     
Back to Top