- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 381 - 390 of 3,230 for 1 (0.66 sec)
-
SGD: Weighted samples — scikit-learn 1.7.1 docu...
) + [ 1 , 1 ], np . random . randn ( 10 , 2 )] y = [ 1 ] * 10...10 + [ - 1 ] * 10 sample_weight = 100 * np . abs ( np . random...scikit-learn.org/stable/auto_examples/linear_model/plot_sgd_weighted_samples.html -
GaussianProcessClassifier — scikit-learn 1.7.1 ...
1, 3.2, and 5.1 from [RW2006] . Internally,...None is passed, the kernel “1.0 * RBF(1.0)” is used as default. Note...scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.GaussianProcessClassifier.html -
OneToOneFeatureMixin — scikit-learn 1.7.1 docum...
This mixin assumes there’s a 1-to-1 correspondence between input...shape [ 1 ] ... return self >>> X = np . array ([[ 1 , 2 ], [...scikit-learn.org/stable/modules/generated/sklearn.base.OneToOneFeatureMixin.html -
ParameterSampler — scikit-learn 1.7.1 documenta...
'a' : 1 }, ... { 'b' : 0.923223 , 'a' : 1 }, ... { 'b' : 1.878964...0 ) >>> param_grid = { 'a' :[ 1 , 2 ], 'b' : expon ()} >>> param_list...scikit-learn.org/stable/modules/generated/sklearn.model_selection.ParameterSampler.html -
DecisionTreeRegressor — scikit-learn 1.7.1 docu...
1: monotonic increase 0: no constraint -1: monotonic...min_samples_split = 2 , min_samples_leaf = 1 , min_weight_fraction_leaf = 0.0...scikit-learn.org/stable/modules/generated/sklearn.tree.DecisionTreeRegressor.html -
Plot Hierarchical Clustering Dendrogram — sciki...
n_samples : current_count += 1 # leaf node else : current_count...scikit-learn.org/stable/auto_examples/cluster/plot_agglomerative_dendrogram.html -
SparsePCA — scikit-learn 1.7.1 documentation
means 1 unless in a joblib.parallel_backend context. -1 means...n_components = None , * , alpha = 1 , ridge_alpha = 0.01 , max_iter...scikit-learn.org/stable/modules/generated/sklearn.decomposition.SparsePCA.html -
binarize — scikit-learn 1.7.1 documentation
1., 0.], [1., 0., 0.]]) On this page...are replaced by 0, above it by 1. Threshold may not be less than...scikit-learn.org/stable/modules/generated/sklearn.preprocessing.binarize.html -
Version 0.22 — scikit-learn 1.7.1 documentation
is given for both n_jobs=1 or n_jobs>1 both with shared memory...results between n_jobs=1 and n_jobs>1 due to the handling of...scikit-learn.org/stable/whats_new/v0.22.html -
ShrunkCovariance — scikit-learn 1.7.1 documenta...
1 ) [source] # Covariance estimator...computation. shrinkage float, default=0.1 Coefficient in the convex combination...scikit-learn.org/stable/modules/generated/sklearn.covariance.ShrunkCovariance.html