Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 861 - 870 of 1,549 for document (1.46 sec)

  1. Compare the effect of different scalers on data...

    Feature 0 (median income in a block) and feature 5 (average house occupancy) of the California Housing dataset have very different scales and contain some very large outliers. These two characteris...
    scikit-learn.org/stable/auto_examples/preprocessing/plot_all_scaling.html
    Sat Aug 23 16:32:03 UTC 2025
      138.2K bytes
      Cache
     
  2. Overview of multiclass training meta-estimators...

    In this example, we discuss the problem of classification when the target variable is composed of more than two classes. This is called multiclass classification. In scikit-learn, all estimators su...
    scikit-learn.org/stable/auto_examples/multiclass/plot_multiclass_overview.html
    Sat Aug 23 16:32:04 UTC 2025
      114.3K bytes
      Cache
     
  3. Ledoit-Wolf vs OAS estimation — scikit-learn 1....

    The usual covariance maximum likelihood estimate can be regularized using shrinkage. Ledoit and Wolf proposed a close formula to compute the asymptotically optimal shrinkage parameter (minimizing a...
    scikit-learn.org/stable/auto_examples/covariance/plot_lw_vs_oas.html
    Sat Aug 23 16:32:04 UTC 2025
      103.2K bytes
      Cache
     
  4. 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
    Sat Aug 23 16:32:04 UTC 2025
      102.7K bytes
      Cache
     
  5. A demo of the mean-shift clustering algorithm —...

    Reference: Dorin Comaniciu and Peter Meer, “Mean Shift: A robust approach toward feature space analysis”. IEEE Transactions on Pattern Analysis and Machine Intelligence. 2002. pp. 603-619. Generate...
    scikit-learn.org/stable/auto_examples/cluster/plot_mean_shift.html
    Sat Aug 23 16:32:03 UTC 2025
      92.3K bytes
      Cache
     
  6. Model-based and sequential feature selection — ...

    This example illustrates and compares two approaches for feature selection: SelectFromModel which is based on feature importance, and SequentialFeatureSelector which relies on a greedy approach. We...
    scikit-learn.org/stable/auto_examples/feature_selection/plot_select_from_model_diabetes.html
    Sat Aug 23 16:32:04 UTC 2025
      123.2K bytes
      Cache
     
  7. Imputing missing values before building an esti...

    Missing values can be replaced by the mean, the median or the most frequent value using the basic SimpleImputer. In this example we will investigate different imputation techniques: imputation by t...
    scikit-learn.org/stable/auto_examples/impute/plot_missing_values.html
    Sat Aug 23 16:32:04 UTC 2025
      121.1K bytes
      Cache
     
  8. 7.3. Preprocessing data — scikit-learn 1.7.1 do...

    The sklearn.preprocessing package provides several common utility functions and transformer classes to change raw feature vectors into a representation that is more suitable for the downstream esti...
    scikit-learn.org/stable/modules/preprocessing.html
    Sat Aug 23 16:32:04 UTC 2025
      198.2K bytes
      Cache
     
  9. 1.13. Feature selection — scikit-learn 1.7.1 do...

    The classes in the sklearn.feature_selection module can be used for feature selection/dimensionality reduction on sample sets, either to improve estimators’ accuracy scores or to boost their perfor...
    scikit-learn.org/stable/modules/feature_selection.html
    Sat Aug 23 16:32:04 UTC 2025
      73.8K bytes
      Cache
     
  10. Plot different SVM classifiers in the iris data...

    Comparison of different linear SVM classifiers on a 2D projection of the iris dataset. We only consider the first 2 features of this dataset: Sepal length, Sepal width. This example shows how to pl...
    scikit-learn.org/stable/auto_examples/svm/plot_iris_svc.html
    Sat Aug 23 16:32:04 UTC 2025
      92.7K bytes
      Cache
     
Back to top