- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 531 - 540 of 1,555 for document (0.61 sec)
-
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 -
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 -
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 -
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 -
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 -
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 -
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 -
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 -
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 -
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