- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 701 - 710 of 3,151 for 2 (0.54 sec)
-
LabelPropagation — scikit-learn 1.7.2 documenta...
Skip to main content Back to top Ctrl + K GitHub Choose version LabelPropagation # class sklearn.semi_supervised. Lab...scikit-learn.org/stable/modules/generated/sklearn.semi_supervised.LabelPropagation.html -
1.5. Stochastic Gradient Descent — scikit-learn...
\(L_2\) norm: \(R(w) := \frac{1}{2} \sum_{j=1}^{m} w_j^2 = ||w||_2^2\)...values: >>> clf . predict ([[ 2. , 2. ]]) array([1]) SGD fits a...scikit-learn.org/stable/modules/sgd.html -
Approximate nearest neighbors in TSNE — scikit-...
random_state = 2 ) return X [: n_samples ] / 255...astype ( np . int32 ), alpha = 0.2 , cmap = plt . cm . viridis ,...scikit-learn.org/stable/auto_examples/neighbors/approximate_nearest_neighbors.html -
1.16. Probability calibration — scikit-learn 1....
reliability diagrams (Wilks 1995 [ 2 ] ), compare how well the probabilistic...in this dataset which contains 2 redundant features. RandomForestClassifi...scikit-learn.org/stable/modules/calibration.html -
column_or_1d — scikit-learn 1.7.2 documentation
2. warn bool, default=False To control...scikit-learn.org/stable/modules/generated/sklearn.utils.validation.column_or_1d.html -
Release Highlights for scikit-learn 0.24 — scik...
2. From 1.2, use # PartialDependenceDis..."min_samples_split" : randint ( 2 , 11 ), "bootstrap" : [ True ,...scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_0_24_0.html -
Version 1.4 — scikit-learn 1.7.2 documentation
2 # April 2024 This release only...only includes support for numpy 2. Version 1.4.1 # February 2024...scikit-learn.org/stable/whats_new/v1.4.html -
SparseRandomProjection — scikit-learn 1.7.2 doc...
scikit-learn.org/stable/modules/generated/sklearn.random_projection.SparseRandomProjection.html -
make_multilabel_classification — scikit-learn 1...
n_labels = 2 , length = 50 , allow_unlabeled...problem. n_labels int, default=2 The average number of labels per...scikit-learn.org/stable/modules/generated/sklearn.datasets.make_multilabel_classification.html -
Image denoising using dictionary learning — sci...
2 , 2 ) difference = image - reference...Pursuit \n 2 atoms" , "omp" , { "transform_n_nonzero_coefs" : 2 }),...scikit-learn.org/stable/auto_examples/decomposition/plot_image_denoising.html