- Sort Score
- Num 10 results
- Language All
- Labels All
Results 511 - 520 of over 10,000 for 1 (2.05 seconds)
-
fetch_lfw_pairs — scikit-learn 1.7.2 docu...
Added in version 1.5. delay float, default=1.0 Number of seconds...True , n_retries = 3 , delay = 1.0 ) [source] # Load the Labeled...scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_lfw_pairs.html -
lars_path_gram — scikit-learn 1.7.2 docum...
the case method=’lasso’ is: ( 1 / ( 2 * n_samples )) * || y -...equation (see discussion in [1] ). Read more in the User Guide...scikit-learn.org/stable/modules/generated/sklearn.linear_model.lars_path_gram.html -
PatchExtractor — scikit-learn 1.7.2 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 -
load_svmlight_file — scikit-learn 1.7.2 d...
length=-1 ) [source] # Load datasets in...binary mode. Changed in version 1.2: Path-like objects are now accepted....scikit-learn.org/stable/modules/generated/sklearn.datasets.load_svmlight_file.html -
2.7. Novelty and Outlier Detection — scik...
array ([[ - 1 , - 1 ], [ - 2 , - 1 ], [ - 3 , - 2 ], [...Inliers are labeled 1, while outliers are labeled -1. The predict method...scikit-learn.org/stable/modules/outlier_detection.html -
Sum — scikit-learn 1.7.2 documentation
y ) 1.0 >>> kernel 1.41**2 + RBF(length_scale=1) __call__...scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.kernels.Sum.html -
WhiteKernel — scikit-learn 1.7.2 document...
WhiteKernel ( noise_level = 1.0 , noise_level_bounds = (1e-05,...: noise_level float, default=1.0 Parameter controlling the noise...scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.kernels.WhiteKernel.html -
safe_sqr — scikit-learn 1.7.2 documentation
>>> safe_sqr ([ 1 , 2 , 3 ]) array([1, 4, 9]) On this page...scikit-learn.org/stable/modules/generated/sklearn.utils.safe_sqr.html -
murmurhash3_32 — scikit-learn 1.7.2 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 -
isotonic_regression — scikit-learn 1.7.2 ...
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