Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 61 - 70 of 734 for document (0.65 seconds)

  1. Various Agglomerative Clustering on a 2D embedd...

    An illustration of various linkage option for agglomerative clustering on a 2D embedding of the digits dataset. The goal of this example is to show intuitively how the metrics behave, and not to fi...
    scikit-learn.org/stable/auto_examples/cluster/plot_digits_linkage.html
    2025-12-05 17:52
      95.2K bytes
      Cache
     
  2. 1.3. Kernel ridge regression — scikit-lea...

    Kernel ridge regression (KRR)[M2012] combines Ridge regression and classification(linear least squares with L_2-norm regularization) with the kernel trick. It thus learns a linear function in the s...
    scikit-learn.org/stable/modules/kernel_ridge.html
    2025-12-05 17:52
      38.5K bytes
      Cache
     
  3. 7.4. Imputation of missing values — sciki...

    For various reasons, many real world datasets contain missing values, often encoded as blanks, NaNs or other placeholders. Such datasets however are incompatible with scikit-learn estimators which ...
    scikit-learn.org/stable/modules/impute.html
    2025-12-05 17:52
      84.4K bytes
      Cache
     
  4. SVM: Maximum margin separating hyperplane &#821...

    Plot the maximum margin separating hyperplane within a two-class separable dataset using a Support Vector Machine classifier with linear kernel. Total running time of the script:(0 minutes 0.072 se...
    scikit-learn.org/stable/auto_examples/svm/plot_separating_hyperplane.html
    2025-12-05 17:52
      87.7K bytes
      Cache
     
  5. Installing the development version of scikit-le...

    code or documentation improvement). Use Git to...
    scikit-learn.org/stable/developers/advanced_installation.html
    2025-12-05 17:52
      48.1K bytes
      Cache
     
  6. Comparison of LDA and PCA 2D projection of Iris...

    The Iris dataset represents 3 kind of Iris flowers (Setosa, Versicolour and Virginica) with 4 attributes: sepal length, sepal width, petal length and petal width. Principal Component Analysis (PCA)...
    scikit-learn.org/stable/auto_examples/decomposition/plot_pca_vs_lda.html
    2025-12-05 17:52
      92.9K bytes
      Cache
     
  7. Illustration of Gaussian process classification...

    This example illustrates GPC on XOR data. Compared are a stationary, isotropic kernel (RBF) and a non-stationary kernel (DotProduct). On this particular dataset, the DotProduct kernel obtains consi...
    scikit-learn.org/stable/auto_examples/gaussian_process/plot_gpc_xor.html
    2025-12-05 17:52
      97.6K bytes
      Cache
     
  8. 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
    2025-12-05 17:52
      95.1K bytes
      Cache
     
  9. MNIST classification using multinomial logistic...

    Here we fit a multinomial logistic regression with L1 penalty on a subset of the MNIST digits classification task. We use the SAGA algorithm for this purpose: this a solver that is fast when the nu...
    scikit-learn.org/stable/auto_examples/linear_model/plot_sparse_logistic_regression_mnist.html
    2025-12-05 17:52
      96.3K bytes
      Cache
     
  10. Robust linear model estimation using RANSAC &#8...

    In this example, we see how to robustly fit a linear model to faulty data using the RANSAC algorithm. The ordinary linear regressor is sensitive to outliers, and the fitted line can easily be skewe...
    scikit-learn.org/stable/auto_examples/linear_model/plot_ransac.html
    2025-12-05 17:52
      93.4K bytes
      Cache
     
Back to Top