Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 91 - 100 of 2,906 for 1 (0.07 sec)

  1. 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
    Sun Jun 01 04:47:39 UTC 2025
      140.3K bytes
      Cache
     
  2. 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
    Sun Jun 01 04:47:41 UTC 2025
      159.4K bytes
      Cache
     
  3. 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
    Sun Jun 01 04:47:39 UTC 2025
      118.5K bytes
      Cache
     
  4. 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
    Sun Jun 01 04:47:38 UTC 2025
      146.4K bytes
      Cache
     
  5. adjusted_rand_score — scikit-learn 1.6.1 docume...

    1 , 1 ], [ 0 , 0 , 1 , 1 ]) 1.0 >>> adjusted_rand_score...adjusted_rand_score ([ 0 , 0 , 1 , 1 ], [ 1 , 1 , 0 , 0 ]) 1.0 Labelings that...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.adjusted_rand_score.html
    Sun Jun 01 04:47:39 UTC 2025
      118.1K bytes
      1 views
      Cache
     
  6. CountVectorizer — scikit-learn 1.6.1 documentation

    [[0 1 1 1 0 0 1 0 1] [0 2 0 1 0 1 1 0 1] [1 0 0 1 1 0 1 1 1] [0...[[0 0 1 1 0 0 1 0 0 0 0 1 0] [0 1 0 1 0 1 0 1 0 0 1 0 0] [1 0 0...
    scikit-learn.org/stable/modules/generated/sklearn.feature_extraction.text.CountVectorizer.html
    Sun Jun 01 04:47:39 UTC 2025
      143.9K bytes
      Cache
     
  7. NearestNeighbors — scikit-learn 1.6.1 documenta...

    () array([[1., 0., 1.], [0., 1., 1.], [1., 0., 1.]]) radius_neighbors...() array([[1., 0., 1.], [0., 1., 0.], [1., 0., 1.]]) set_params...
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.NearestNeighbors.html
    Sun Jun 01 04:47:41 UTC 2025
      151.8K bytes
      Cache
     
  8. LabelBinarizer — scikit-learn 1.6.1 documentation

    array([[1, 0, 0], [0, 1, 0], [0, 0, 1], [0, 1, 0]]) fit ( y ) [source]...array([1, 2, 4, 6]) >>> lb . transform ([ 1 , 6 ]) array([[1, 0,...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.LabelBinarizer.html
    Sun Jun 01 04:47:38 UTC 2025
      135.9K bytes
      Cache
     
  9. Kernel — scikit-learn 1.6.1 documentation

    length_scale = 1.0 ): ... self . length_scale =...2.0 ) >>> X = np . array ([[ 1 , 2 ], [ 3 , 4 ]]) >>> print (...
    scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.kernels.Kernel.html
    Sun Jun 01 04:47:41 UTC 2025
      122.6K 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
    Sun Jun 01 04:47:39 UTC 2025
      155.3K bytes
      Cache
     
Back to top