Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 531 - 540 of 1,555 for document (0.61 sec)

  1. SVM: Weighted samples — scikit-learn 1.7.1 docu...

    Plot decision function of a weighted dataset, where the size of points is proportional to its weight. The sample weighting rescales the C parameter, which means that the classifier puts more emphas...
    scikit-learn.org/stable/auto_examples/svm/plot_weighted_samples.html
    Fri Aug 22 18:00:34 UTC 2025
      93.7K bytes
      Cache
     
  2. Plot the support vectors in LinearSVC — scikit-...

    Unlike SVC (based on LIBSVM), LinearSVC (based on LIBLINEAR) does not provide the support vectors. This example demonstrates how to obtain the support vectors in LinearSVC. Total running time of th...
    scikit-learn.org/stable/auto_examples/svm/plot_linearsvc_support_vectors.html
    Fri Aug 22 18:00:29 UTC 2025
      91.7K bytes
      Cache
     
  3. column_or_1d — scikit-learn 1.7.1 documentation

    Skip to main content Back to top Ctrl + K GitHub Choose version column_or_1d # sklearn.utils.validation. column_or_1d...
    scikit-learn.org/stable/modules/generated/sklearn.utils.validation.column_or_1d.html
    Fri Aug 22 18:00:33 UTC 2025
      106.9K bytes
      Cache
     
  4. type_of_target — scikit-learn 1.7.1 documentation

    Skip to main content Back to top Ctrl + K GitHub Choose version type_of_target # sklearn.utils.multiclass. type_of_ta...
    scikit-learn.org/stable/modules/generated/sklearn.utils.multiclass.type_of_target.html
    Fri Aug 22 18:00:33 UTC 2025
      112.6K bytes
      Cache
     
  5. as_float_array — scikit-learn 1.7.1 documentation

    Skip to main content Back to top Ctrl + K GitHub Choose version as_float_array # sklearn.utils. as_float_array ( X , ...
    scikit-learn.org/stable/modules/generated/sklearn.utils.as_float_array.html
    Fri Aug 22 18:00:34 UTC 2025
      108.9K 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 Aug 22 18:00:34 UTC 2025
      115.5K bytes
      Cache
     
  7. Topic extraction with Non-negative Matrix Facto...

    only one document or in at least 95% of the documents are removed....text documents using k-means Clustering text documents using...
    scikit-learn.org/stable/auto_examples/applications/plot_topics_extraction_with_nmf_lda.html
    Fri Aug 22 18:00:34 UTC 2025
      118K bytes
      Cache
     
  8. randomized_range_finder — scikit-learn 1.7.1 do...

    Skip to main content Back to top Ctrl + K GitHub Choose version randomized_range_finder # sklearn.utils.extmath. rand...
    scikit-learn.org/stable/modules/generated/sklearn.utils.extmath.randomized_range_finder.html
    Wed Aug 20 16:02:08 UTC 2025
      109.1K bytes
      Cache
     
  9. 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
    Fri Aug 22 18:00:34 UTC 2025
      98.5K bytes
      Cache
     
  10. 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
    Fri Aug 22 18:00:34 UTC 2025
      95.4K bytes
      Cache
     
Back to top