- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 361 - 370 of 3,848 for 1 (0.2 sec)
-
StackingClassifier — scikit-learn 1.7.2 documen...
in version 1.1: The ‘prefit’ option was added in 1.1 Note A larger...means 1 unless in a joblib.parallel_backend context. -1 means...scikit-learn.org/stable/modules/generated/sklearn.ensemble.StackingClassifier.html -
make_blobs — scikit-learn 1.7.2 documentation
scikit-learn 1.1 Release Highlights for scikit-learn 1.1 Plot the...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 -
make_hastie_10_2 — scikit-learn 1.7.2 documenta...
float64(-1.0), np.float64(1.0), np.float64(-1.0), np.float64(1.0),...[ i ] = 1 if np . sum ( X [ i ] ** 2 ) > 9.34 else - 1 Read more...scikit-learn.org/stable/modules/generated/sklearn.datasets.make_hastie_10_2.html -
7.7. Kernel Approximation — scikit-learn 1.7.2 ...
[ 1 , 1 ], [ 1 , 0 ], [ 0 , 1 ]] >>> y = [ 0 , 0 , 1 , 1 ] >>>...\Lambda^{-1} U_1^T K_{21}^T \\&= K_{21} U_1 \Lambda^{-1} U_1^T K_{21}^T...scikit-learn.org/stable/modules/kernel_approximation.html -
fetch_olivetti_faces — scikit-learn 1.7.2 docum...
Added in version 1.5. delay float, default=1.0 Number of seconds...False , n_retries = 3 , delay = 1.0 ) [source] # Load the Olivetti...scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_olivetti_faces.html -
fetch_20newsgroups_vectorized — scikit-learn 1....
Added in version 1.5. delay float, default=1.0 Number of seconds...False , n_retries = 3 , delay = 1.0 ) [source] # Load and vectorize...scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_20newsgroups_vectorized.html -
Ridge — scikit-learn 1.7.2 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 -
silhouette_samples — scikit-learn 1.7.2 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 -
Kernel — scikit-learn 1.7.2 documentation
length_scale = 1.0 ): ... self . length_scale =...2.0 ) >>> X = np . array ([[ 1 , 2 ], [ 3 , 4 ]]) >>> print (...scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.kernels.Kernel.html -
FastICA — scikit-learn 1.7.2 documentation
The implementation is based on [1] . Read more in the User Guide...performed. Changed in version 1.3: The default value of whiten...scikit-learn.org/stable/modules/generated/sklearn.decomposition.FastICA.html