Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 871 - 880 of 4,138 for document (3.91 seconds)

Filter
  1. 7.1. Pipelines and composite estimators — sciki...

    To build a composite estimator, transformers are usually combined with other transformers or with predictors(such as classifiers or regressors). The most common tool used for composing estimators i...
    scikit-learn.org/stable/modules/compose.html
    Tue Mar 17 03:44:39 UTC 2026
      17.4K bytes
      Cache
     
  2. Selecting the number of clusters with silhouett...

    text documents using k-means Clustering text documents using...
    scikit-learn.org/stable/auto_examples/cluster/plot_kmeans_silhouette_analysis.html
    Tue Mar 17 03:44:39 UTC 2026
      17.4K bytes
      Cache
     
  3. A demo of K-Means clustering on the handwritten...

    text documents using k-means Clustering text documents using...
    scikit-learn.org/stable/auto_examples/cluster/plot_kmeans_digits.html
    Tue Mar 17 03:44:36 UTC 2026
      18.7K bytes
      Cache
     
  4. 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
    Tue Mar 17 03:44:36 UTC 2026
      9.5K bytes
      Cache
     
  5. Feature agglomeration vs. univariate selection ...

    This example compares 2 dimensionality reduction strategies: univariate feature selection with Anova, feature agglomeration with Ward hierarchical clustering. Both methods are compared in a regress...
    scikit-learn.org/stable/auto_examples/cluster/plot_feature_agglomeration_vs_univariate_selection....
    Tue Mar 17 03:44:39 UTC 2026
      17.3K bytes
      Cache
     
  6. Online learning of a dictionary of parts of fac...

    This example uses a large dataset of faces to learn a set of 20 x 20 images patches that constitute faces. From the programming standpoint, it is interesting because it shows how to use the online ...
    scikit-learn.org/stable/auto_examples/cluster/plot_dict_face_patches.html
    Tue Mar 17 03:44:38 UTC 2026
      16.6K bytes
      Cache
     
  7. Gradient Boosting Out-of-Bag estimates — scikit...

    Out-of-bag (OOB) estimates can be a useful heuristic to estimate the “optimal” number of boosting iterations. OOB estimates are almost identical to cross-validation estimates but they can be comput...
    scikit-learn.org/stable/auto_examples/ensemble/plot_gradient_boosting_oob.html
    Tue Mar 17 03:44:38 UTC 2026
      17.8K bytes
      Cache
     
  8. Segmenting the picture of greek coins in region...

    This example uses Spectral clustering on a graph created from voxel-to-voxel difference on an image to break this image into multiple partly-homogeneous regions. This procedure (spectral clustering...
    scikit-learn.org/stable/auto_examples/cluster/plot_coin_segmentation.html
    Tue Mar 17 03:44:36 UTC 2026
      16.7K bytes
      Cache
     
  9. Multiclass Receiver Operating Characteristic (R...

    This example describes the use of the Receiver Operating Characteristic (ROC) metric to evaluate the quality of multiclass classifiers. ROC curves typically feature true positive rate (TPR) on the ...
    scikit-learn.org/stable/auto_examples/model_selection/plot_roc.html
    Tue Mar 17 03:44:36 UTC 2026
      22.7K bytes
      Cache
     
  10. Scalable learning with polynomial kernel approx...

    This example illustrates the use of PolynomialCountSketch to efficiently generate polynomial kernel feature-space approximations. This is used to train linear classifiers that approximate the accur...
    scikit-learn.org/stable/auto_examples/kernel_approximation/plot_scalable_poly_kernels.html
    Tue Mar 17 03:44:38 UTC 2026
      18.7K bytes
      Cache
     
Back to Top