- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 81 - 90 of 2,909 for 1 (0.06 sec)
-
affinity_propagation — scikit-learn 1.6.1 docum...
array ([[ 1 , 2 ], [ 1 , 4 ], [ 1 , 0 ], ... [ 4 , 2...>>> labels array([0, 0, 0, 1, 1, 1]) Gallery examples # Visualizing...scikit-learn.org/stable/modules/generated/sklearn.cluster.affinity_propagation.html -
KernelDensity — scikit-learn 1.6.1 documentation
log_density array([-1.52955942, -1.51462041, -1.60244657]) fit (...KernelDensity ( * , bandwidth = 1.0 , algorithm = 'auto' , kernel...scikit-learn.org/stable/modules/generated/sklearn.neighbors.KernelDensity.html -
RBF — scikit-learn 1.6.1 documentation
return_X_y = True ) >>> kernel = 1.0 * RBF ( 1.0 ) >>> gpc = GaussianProcessClass...ernels. RBF ( length_scale = 1.0 , length_scale_bounds = (1e-05,...scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.kernels.RBF.html -
make_blobs — scikit-learn 1.6.1 documentation
scikit-learn 1.1 Release Highlights for scikit-learn 1.1 Release Highlights...2) >>> y array([0, 0, 1, 0, 2, 2, 2, 1, 1, 0]) >>> X , y = make_blobs...scikit-learn.org/stable/modules/generated/sklearn.datasets.make_blobs.html -
FunctionTransformer — scikit-learn 1.6.1 docume...
Added in version 1.1. kw_args dict, default=None Dictionary...array([[0. , 0.6931...], [1.0986..., 1.3862...]]) fit ( X , y =...scikit-learn.org/stable/modules/generated/sklearn.preprocessing.FunctionTransformer.html -
GaussianProcessRegressor — scikit-learn 1.6.1 d...
ConstantKernel(1.0, constant_value_bounds="fixed") * RBF(1.0, lengt...implementation is based on Algorithm 2.1 of [RW2006] . In addition to standard...scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.GaussianProcessRegressor.html -
silhouette_samples — scikit-learn 1.6.1 documen...
The best value is 1 and the worst value is -1. Values near 0 indicate...2 <= n_labels <= n_samples - 1 . This function returns the Silhouette...scikit-learn.org/stable/modules/generated/sklearn.metrics.silhouette_samples.html -
TargetEncoder — scikit-learn 1.6.1 documentation
1 ] * 15 + [ 20.4 ] * 5 + [ 20.1 ] * 25 + [ 21.2...scikit-learn 1.3 Release Highlights for scikit-learn 1.3 Comparing...scikit-learn.org/stable/modules/generated/sklearn.preprocessing.TargetEncoder.html -
f_regression — scikit-learn 1.6.1 documentation
r_regression values lie in [-1, 1] and can thus be negative. f_regression...set to 0.0 . Added in version 1.1. Returns : f_statistic ndarray...scikit-learn.org/stable/modules/generated/sklearn.feature_selection.f_regression.html -
Ridge — scikit-learn 1.6.1 documentation
Ridge ( alpha = 1.0 , * , fit_intercept = True ,...shape (n_targets,)}, default=1.0 Constant that multiplies the...scikit-learn.org/stable/modules/generated/sklearn.linear_model.Ridge.html