Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 121 - 130 of 2,950 for 1 (0.07 sec)

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

    1.], [1., 0., 1., 0., 1., 0., 1., 0., 1., 0.], [0., 1., 1.,...array([[0., 1., 1., 0., 1., 0., 0., 1., 1., 0.], [0., 1., 1., 0., 1.,...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.RandomTreesEmbedding.html
    Sat Apr 19 00:31:21 UTC 2025
      157.9K bytes
      Cache
     
  2. recall_score — scikit-learn 1.6.1 documentation

    [ 1 , 1 , 1 ], [ 0 , 1 , 1 ]] >>> y_pred = [[...[[ 0 , 0 , 0 ], [ 1 , 1 , 1 ], [ 1 , 1 , 0 ]] >>> recall_score...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.recall_score.html
    Sat Apr 19 00:31:22 UTC 2025
      125.9K bytes
      Cache
      Similar Results (1)
     
  3. 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
    Sat Apr 19 00:31:21 UTC 2025
      136.9K bytes
      Cache
     
  4. StratifiedGroupKFold — scikit-learn 1.6.1 docum...

    1 , 1 , 1 , 1 , 1 , 1 , 0 , 0 , 0 , 0 , 0...Train: index=[ 0 1 2 3 7 8 9 10 11 15 16] group=[1 1 2 2 4 5 5 5 5...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.StratifiedGroupKFold.html
    Sat Apr 19 00:31:22 UTC 2025
      129.8K bytes
      Cache
     
  5. 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
    Sat Apr 19 00:31:22 UTC 2025
      132.6K bytes
      Cache
     
  6. empirical_covariance — scikit-learn 1.6.1 docum...

    >>> X = [[ 1 , 1 , 1 ],[ 1 , 1 , 1 ],[ 1 , 1 , 1 ], ... [ 0 ,...
    scikit-learn.org/stable/modules/generated/sklearn.covariance.empirical_covariance.html
    Sat Apr 19 00:31:22 UTC 2025
      109.2K bytes
      Cache
     
  7. shuffle — scikit-learn 1.6.1 documentation

    1.], [1., 0.]]) >>> y array([2, 1, 0]) >>> shuffle...>>> X = np . array ([[ 1. , 0. ], [ 2. , 1. ], [ 0. , 0. ]]) >>>...
    scikit-learn.org/stable/modules/generated/sklearn.utils.shuffle.html
    Thu Apr 17 23:17:18 UTC 2025
      115K bytes
      Cache
     
  8. Nystroem — scikit-learn 1.6.1 documentation

    means 1 unless in a joblib.parallel_backend context. -1 means...all strings. Added in version 1.0. See also AdditiveChi2Sampler...
    scikit-learn.org/stable/modules/generated/sklearn.kernel_approximation.Nystroem.html
    Sat Apr 19 00:31:22 UTC 2025
      137.3K bytes
      Cache
     
  9. OneHotEncoder — scikit-learn 1.6.1 documentation

    scikit-learn 1.1 Release Highlights for scikit-learn 1.1 Release Highlights...'Female' , 1 ], [ 'Male' , 4 ]]) . toarray () array([[1., 0., 1., 0.,...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.OneHotEncoder.html
    Sat Apr 19 00:31:20 UTC 2025
      169.5K bytes
      Cache
     
  10. ExtraTreesClassifier — scikit-learn 1.6.1 docum...

    [{0: 1, 1: 1}, {0: 1, 1: 5}, {0: 1, 1: 1}, {0: 1, 1: 1}] instead...instead of [{1:1}, {2:5}, {3:1}, {4:1}]. The “balanced” mode uses...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.ExtraTreesClassifier.html
    Sat Apr 19 00:31:20 UTC 2025
      170.6K bytes
      Cache
     
Back to top