Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 511 - 520 of over 10,000 for 1 (2.05 seconds)

  1. 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
    Thu Nov 20 00:54:06 GMT 2025
      113.1K bytes
      Cache
     
  2. 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
    Thu Nov 20 00:54:06 GMT 2025
      118.4K bytes
      Cache
     
  3. 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
    Thu Nov 20 00:54:06 GMT 2025
      126.9K bytes
      Cache
     
  4. 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
    Thu Nov 20 00:54:07 GMT 2025
      112.4K bytes
      Cache
     
  5. 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
    Thu Nov 20 00:54:07 GMT 2025
      72.6K bytes
      Cache
     
  6. 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
    Thu Nov 20 00:54:07 GMT 2025
      122.1K bytes
      Cache
     
  7. 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
    Thu Nov 20 00:54:07 GMT 2025
      125.8K bytes
      Cache
     
  8. 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
    Thu Nov 20 00:54:07 GMT 2025
      105.4K bytes
      Cache
     
  9. 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
    Thu Nov 20 00:54:07 GMT 2025
      105.7K bytes
      Cache
     
  10. 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
    Thu Nov 20 00:54:07 GMT 2025
      107.7K bytes
      Cache
     
Back to Top