Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 961 - 970 of 3,604 for document (1.53 seconds)

Filter
  1. Support Vector Machines — scikit-learn 1.8.0 do...

    Examples concerning the sklearn.svm module. One-class SVM with non-linear kernel (RBF) Plot classification boundaries with different SVM Kernels Plot different SVM classifiers in the iris dataset P...
    scikit-learn.org/stable/auto_examples/svm/index.html
    Tue Mar 17 03:44:38 UTC 2026
      13.9K bytes
      Cache
     
  2. Version 0.17 — scikit-learn 1.8.0 documentation

    Version 0.17.1: February 18, 2016 Changelog: Bug fixes: Upgrade vendored joblib to version 0.9.4 that fixes an important bug in joblib.Parallel that can silently yield to wrong results when working...
    scikit-learn.org/stable/whats_new/v0.17.html
    Tue Mar 17 03:44:39 UTC 2026
      16K bytes
      Cache
     
  3. 2.2. Manifold learning — scikit-learn 1.8.0 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
    Tue Mar 17 03:44:37 UTC 2026
      18.2K bytes
      Cache
     
  4. Compare cross decomposition methods — scikit-le...

    Simple usage of various cross decomposition algorithms: PLSCanonical, PLSRegression, with multivariate response, a.k.a. PLS2, PLSRegression, with univariate response, a.k.a. PLS1, CCA. Given 2 mult...
    scikit-learn.org/stable/auto_examples/cross_decomposition/plot_compare_cross_decomposition.html
    Tue Mar 17 03:44:39 UTC 2026
      18.3K bytes
      Cache
     
  5. Decision Tree Regression with AdaBoost — scikit...

    A decision tree is boosted using the AdaBoost.R2 1 algorithm on a 1D sinusoidal dataset with a small amount of Gaussian noise. 299 boosts (300 decision trees) is compared with a single decision tre...
    scikit-learn.org/stable/auto_examples/ensemble/plot_adaboost_regression.html
    Tue Mar 17 03:44:38 UTC 2026
      16.3K bytes
      Cache
     
  6. Hierarchical clustering with and without struct...

    This example demonstrates hierarchical clustering with and without connectivity constraints. It shows the effect of imposing a connectivity graph to capture local structure in the data. Without con...
    scikit-learn.org/stable/auto_examples/cluster/plot_ward_structured_vs_unstructured.html
    Tue Mar 17 03:44:39 UTC 2026
      18.2K bytes
      Cache
     
  7. Gaussian Mixture Model Ellipsoids — scikit-lear...

    Plot the confidence ellipsoids of a mixture of two Gaussians obtained with Expectation Maximisation ( GaussianMixture class) and Variational Inference ( BayesianGaussianMixture class models with a ...
    scikit-learn.org/stable/auto_examples/mixture/plot_gmm.html
    Tue Mar 17 03:44:38 UTC 2026
      16.8K bytes
      Cache
     
  8. Post pruning decision trees with cost complexit...

    The DecisionTreeClassifier provides parameters such as min_samples_leaf and max_depth to prevent a tree from overfitting. Cost complexity pruning provides another option to control the size of a tr...
    scikit-learn.org/stable/auto_examples/tree/plot_cost_complexity_pruning.html
    Tue Mar 17 03:44:38 UTC 2026
      16.6K bytes
      Cache
     
  9. Model selection with Probabilistic PCA and Fact...

    Probabilistic PCA and Factor Analysis are probabilistic models. The consequence is that the likelihood of new data can be used for model selection and covariance estimation. Here we compare PCA and...
    scikit-learn.org/stable/auto_examples/decomposition/plot_pca_vs_fa_model_selection.html
    Tue Mar 17 03:44:36 UTC 2026
      17.5K bytes
      Cache
     
  10. Comparing Random Forests and Histogram Gradient...

    In this example we compare the performance of Random Forest (RF) and Histogram Gradient Boosting (HGBT) models in terms of score and computation time for a regression dataset, though all the concep...
    scikit-learn.org/stable/auto_examples/ensemble/plot_forest_hist_grad_boosting_comparison.html
    Tue Mar 17 03:44:36 UTC 2026
      21.9K bytes
      Cache
     
Back to Top