Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 621 - 630 of 3,451 for 1 (0.1 sec)

  1. TransformedTargetRegressor — scikit-learn 1.5.2...

    reshape ( - 1 , 1 ) >>> y = np . exp ( 2 * X )...all strings. Added in version 1.0. See also sklearn.preproces...
    scikit-learn.org/stable/modules/generated/sklearn.compose.TransformedTargetRegressor.html
    Thu Oct 31 11:00:32 UTC 2024
      141K bytes
      Cache
     
  2. 11.1. Array API support (experimental) — scikit...

    1.1.1. PyTorch Support # PyTorch Tensors...scikit-learn’s estimators. 11.1.1. Example usage # Here is an example...
    scikit-learn.org/stable/modules/array_api.html
    Thu Oct 31 11:00:34 UTC 2024
      50.8K bytes
      Cache
     
  3. ExpSineSquared — scikit-learn 1.5.2 documentation

    ExpSineSquared ( length_scale = 1.0 , periodicity = 1.0 , length_scale_bounds...ExpSineSquared ( length_scale = 1 , periodicity = 1 ) >>> gpr = GaussianProcessRegre...
    scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.kernels.ExpSineSquared.html
    Thu Oct 31 11:00:32 UTC 2024
      127.3K bytes
      Cache
     
  4. empirical_covariance — scikit-learn 1.5.2 docum...

    >>> X = [[ 1 , 1 , 1 ],[ 1 , 1 , 1 ],[ 1 , 1 , 1 ], ... [ 0 ,...
    scikit-learn.org/stable/modules/generated/sklearn.covariance.empirical_covariance.html
    Thu Oct 31 11:00:34 UTC 2024
      107.8K bytes
      Cache
     
  5. KernelDensity — scikit-learn 1.5.2 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
    Thu Oct 31 11:00:32 UTC 2024
      135.5K bytes
      Cache
     
  6. quantile_transform — scikit-learn 1.5.2 documen...

    otherwise (if 1) transform each sample. n_quantiles...subsample=None . Added in version 1.5: The option None to disable...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.quantile_transform.html
    Wed Oct 30 20:01:21 UTC 2024
      116K bytes
      Cache
     
  7. RBF — scikit-learn 1.5.2 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
    Thu Oct 31 11:00:32 UTC 2024
      131.2K bytes
      Cache
     
  8. pairwise_distances — scikit-learn 1.5.2 documen...

    [ 1 , 1 , 1 ]] >>> Y = [[ 1 , 0 , 0 ], [ 1 , 1 , 0 ]] >>>...deprecated from SciPy 1.9 and will be removed in SciPy 1.11. Note 'matching'...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise_distances.html
    Thu Oct 31 11:00:34 UTC 2024
      115.9K bytes
      Cache
     
  9. 8.1. Strategies to scale computationally: bigge...

    1.1.1. Streaming instances # Basically, 1. may be a...to make your system scale. 8.1.1. Scaling with instances using...
    scikit-learn.org/stable/computing/scaling_strategies.html
    Thu Oct 31 11:00:34 UTC 2024
      46.5K bytes
      Cache
     
  10. lasso_path — scikit-learn 1.5.2 documentation

    alpha * || w || _1 For multi-output tasks it is: ( 1 / ( 2 * n_samples...lasso_path >>> X = np . array ([[ 1 , 2 , 3.1 ], [ 2.3 , 5.4 , 4.3 ]])...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.lasso_path.html
    Thu Oct 31 11:00:34 UTC 2024
      119.9K bytes
      Cache
     
Back to top