Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 851 - 860 of 1,745 for document (1.04 sec)

  1. 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
    Fri Oct 10 15:14:35 UTC 2025
      92.3K bytes
      Cache
     
  2. 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
    Fri Oct 10 15:14:36 UTC 2025
      92.7K bytes
      Cache
     
  3. 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
    Fri Oct 10 15:14:35 UTC 2025
      102.7K bytes
      Cache
     
  4. 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
    Fri Oct 10 15:14:35 UTC 2025
      123.3K bytes
      Cache
     
  5. 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
    Fri Oct 10 15:14:33 UTC 2025
      121.1K bytes
      Cache
     
  6. Scaling the regularization parameter for SVCs —...

    the limitations on the documentation builder. Total running time...
    scikit-learn.org/stable/auto_examples/svm/plot_svm_scale_c.html
    Fri Oct 10 15:14:33 UTC 2025
      115.5K bytes
      Cache
     
  7. 9.1. Strategies to scale computationally: bigge...

    beyond the scope of this documentation. 9.1.1.2. Extracting features...shingVectorizer for text documents. 9.1.1.3. Incremental learning...
    scikit-learn.org/stable/computing/scaling_strategies.html
    Fri Oct 10 15:14:35 UTC 2025
      46.2K bytes
      Cache
     
  8. shuffle — scikit-learn 1.7.2 documentation

    Gallery examples: Prediction Latency Empirical evaluation of the impact of k-means initialization Combine predictors using stacking Early stopping of Stochastic Gradient Descent Approximate nearest...
    scikit-learn.org/stable/modules/generated/sklearn.utils.shuffle.html
    Thu Oct 09 16:57:48 UTC 2025
      114.6K bytes
      Cache
     
  9. Tags — scikit-learn 1.7.2 documentation

    Gallery examples: Release Highlights for scikit-learn 1.6
    scikit-learn.org/stable/modules/generated/sklearn.utils.Tags.html
    Thu Oct 09 16:57:48 UTC 2025
      110.8K bytes
      1 views
      Cache
     
  10. TargetTags — scikit-learn 1.7.2 documentation

    Skip to main content Back to top Ctrl + K GitHub Choose version TargetTags # class sklearn.utils. TargetTags ( requir...
    scikit-learn.org/stable/modules/generated/sklearn.utils.TargetTags.html
    Thu Oct 09 16:57:48 UTC 2025
      108.5K bytes
      Cache
     
Back to top