Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 221 - 230 of 2,898 for 1 (0.07 sec)

  1. recall_score — scikit-learn 1.7.0 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
    Fri Jun 06 09:13:47 UTC 2025
      125.5K bytes
      Cache
      Similar Results (1)
     
  2. MiniBatchKMeans — scikit-learn 1.7.0 documentation

    array ([[ 1 , 2 ], [ 1 , 4 ], [ 1 , 0 ], ... [ 4 , 2...0 , 1 ], [ 2 , 2 ], ... [ 3 , 2 ], [ 5 , 5 ], [ 1 , - 1 ]]) >>>...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.MiniBatchKMeans.html
    Fri Jun 06 09:13:47 UTC 2025
      171.6K bytes
      Cache
     
  3. LinearSVC — scikit-learn 1.7.0 documentation

    intercept term: [x_1, ..., x_n, 1] , where 1 corresponds to the...version 1.3: The "auto" option is added in version 1.3 and will...
    scikit-learn.org/stable/modules/generated/sklearn.svm.LinearSVC.html
    Fri Jun 06 09:13:46 UTC 2025
      162.7K bytes
      Cache
     
  4. GaussianProcessRegressor — scikit-learn 1.7.0 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
    Fri Jun 06 09:13:47 UTC 2025
      159.5K bytes
      Cache
     
  5. TheilSenRegressor — scikit-learn 1.7.0 document...

    since version 1.6: copy_X was deprecated in 1.6 and will be removed...means 1 unless in a joblib.parallel_backend context. -1 means...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.TheilSenRegressor.html
    Fri Jun 06 09:13:47 UTC 2025
      135.7K bytes
      1 views
      Cache
     
  6. get_routing_for_object — scikit-learn 1.6.1 doc...

    Added in version 1.3. Parameters : obj object If...
    scikit-learn.org/stable/modules/generated/sklearn.utils.metadata_routing.get_routing_for_object.html
    Thu May 29 09:16:22 UTC 2025
      108.9K bytes
      Cache
     
  7. FunctionTransformer — scikit-learn 1.7.0 docume...

    Added in version 1.1. kw_args dict, default=None Dictionary...) array([[0. , 0.6931], [1.0986, 1.3862]]) fit ( X , y = None...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.FunctionTransformer.html
    Fri Jun 06 09:13:46 UTC 2025
      139.9K bytes
      Cache
     
  8. RidgeClassifier — scikit-learn 1.7.0 documentation

    converts the target values into {-1, 1} and then treats the problem...sklearn.linear_model. RidgeClassifier ( alpha = 1.0 , * , fit_intercept = True ,...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.RidgeClassifier.html
    Fri Jun 06 09:13:46 UTC 2025
      143.6K bytes
      Cache
     
  9. empirical_covariance — scikit-learn 1.7.0 docum...

    >>> X = [[ 1 , 1 , 1 ],[ 1 , 1 , 1 ],[ 1 , 1 , 1 ], ... [ 0 ,...
    scikit-learn.org/stable/modules/generated/sklearn.covariance.empirical_covariance.html
    Fri Jun 06 09:13:47 UTC 2025
      108.7K bytes
      Cache
     
  10. SelectFromModel — scikit-learn 1.7.0 documentation

    [ - 1.34 , - 0.48 , - 2.55 ], ... [ 1.92 , 1.48 , 0.65...version 0.20. Changed in version 1.1: max_features accepts a callable....
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.SelectFromModel.html
    Fri Jun 06 09:13:47 UTC 2025
      147.5K bytes
      Cache
     
Back to top