Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 81 - 90 of 2,909 for 1 (0.12 sec)

  1. affinity_propagation — scikit-learn 1.6.1 docum...

    array ([[ 1 , 2 ], [ 1 , 4 ], [ 1 , 0 ], ... [ 4 , 2...>>> labels array([0, 0, 0, 1, 1, 1]) Gallery examples # Visualizing...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.affinity_propagation.html
    Tue Jun 03 08:44:28 UTC 2025
      114.3K bytes
      Cache
     
  2. KernelDensity — scikit-learn 1.6.1 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
    Mon Jun 02 16:38:46 UTC 2025
      136.9K bytes
      Cache
     
  3. RBF — scikit-learn 1.6.1 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
    Tue Jun 03 08:44:28 UTC 2025
      132.6K bytes
      Cache
     
  4. make_blobs — scikit-learn 1.6.1 documentation

    scikit-learn 1.1 Release Highlights for scikit-learn 1.1 Release Highlights...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
    Tue Jun 03 08:44:28 UTC 2025
      130.8K bytes
      Cache
     
  5. FunctionTransformer — scikit-learn 1.6.1 docume...

    Added in version 1.1. kw_args dict, default=None Dictionary...array([[0. , 0.6931...], [1.0986..., 1.3862...]]) fit ( X , y =...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.FunctionTransformer.html
    Tue Jun 03 08:44:28 UTC 2025
      140.3K bytes
      Cache
     
  6. GaussianProcessRegressor — scikit-learn 1.6.1 d...

    ConstantKernel(1.0, constant_value_bounds="fixed") * RBF(1.0, lengt...implementation is based on Algorithm 2.1 of [RW2006] . In addition to standard...
    scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.GaussianProcessRegressor.html
    Tue Jun 03 08:44:28 UTC 2025
      159.4K bytes
      Cache
     
  7. silhouette_samples — scikit-learn 1.6.1 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
    Tue Jun 03 08:44:28 UTC 2025
      112.7K bytes
      Cache
     
  8. TargetEncoder — scikit-learn 1.6.1 documentation

    1 ] * 15 + [ 20.4 ] * 5 + [ 20.1 ] * 25 + [ 21.2...scikit-learn 1.3 Release Highlights for scikit-learn 1.3 Comparing...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.TargetEncoder.html
    Tue Jun 03 08:44:28 UTC 2025
      146.4K bytes
      Cache
     
  9. f_regression — scikit-learn 1.6.1 documentation

    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
    Tue Jun 03 08:44:27 UTC 2025
      118.5K bytes
      Cache
     
  10. Ridge — scikit-learn 1.6.1 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
    Tue Jun 03 08:44:27 UTC 2025
      155.3K bytes
      Cache
     
Back to top