- Sort Score
- Num 10 results
- Language All
- Labels All
Results 121 - 130 of over 10,000 for 1 (0.36 seconds)
-
PassiveAggressiveRegressor — scikit-learn...
deprecated in version 1.8 and will be removed in 1.10. Instead use:...PassiveAggressiveReg ( * , C = 1.0 , fit_intercept = True , max_iter...scikit-learn.org/stable/modules/generated/sklearn.linear_model.PassiveAggressiveRegressor.html -
PatchExtractor — scikit-learn 1.8.0 docum...
1), it is taken to mean a proportion...load_sample_images () . images [ 1 ] >>> X = X [ None ,...scikit-learn.org/stable/modules/generated/sklearn.feature_extraction.image.PatchExtractor.html -
DotProduct — scikit-learn 1.8.0 documenta...
1)\) priors on the coefficients of \(x_d (d = 1, . . ....nels. DotProduct ( sigma_0 = 1.0 , sigma_0_bounds = (1e-05, 100000.0)...scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.kernels.DotProduct.html -
murmurhash3_32 — scikit-learn 1.8.0 docum...
unsigned int from 0 to 2 ** 32 - 1 False: the results is casted to...from -(2 ** 31) to 2 ** 31 - 1 Examples >>> from sklearn.utils...scikit-learn.org/stable/modules/generated/sklearn.utils.murmurhash3_32.html -
CCA — scikit-learn 1.8.0 documentation
1 , - 0.2 ], [ 0.9 , 1.1 ], [ 6.2 , 5.9 ],...intercept_ . Added in version 1.1. n_iter_ list of shape (n_components,)...scikit-learn.org/stable/modules/generated/sklearn.cross_decomposition.CCA.html -
f_regression — scikit-learn 1.8.0 documen...
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 -
isotonic_regression — scikit-learn 1.8.0 ...
weight is set to 1 (equal weights). y_min float,...isotonic_regression ([ 5 , 3 , 1 , 2 , 8 , 10 , 7 , 9 , 6 , 4 ])...scikit-learn.org/stable/modules/generated/sklearn.isotonic.isotonic_regression.html -
FeatureAgglomeration — scikit-learn 1.8.0...
version 1.0. children_ array-like of shape (n_nodes-1, 2) The...fit method. Added in version 1.2. memory str or object with the...scikit-learn.org/stable/modules/generated/sklearn.cluster.FeatureAgglomeration.html -
1.2. Linear and Quadratic Discriminant Analysis...
equal to \(\frac{1}{n - 1} X_k^TX_k = \frac{1}{n - 1} V S^2 V^T\)...\frac{1}{(2\pi)^{d/2} |\Sigma_k|^{1/2}}\exp\left(-\frac{1}{2} (x-\mu_k)^T...scikit-learn.org/stable/modules/lda_qda.html -
SpectralEmbedding — scikit-learn 1.8.0 do...
means 1 unless in a joblib.parallel_backend context. -1 means...If None, gamma will be set to 1/n_features. random_state int,...scikit-learn.org/stable/modules/generated/sklearn.manifold.SpectralEmbedding.html