Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 281 - 290 of 3,757 for 1 (0.2 sec)

  1. FunctionTransformer — scikit-learn 1.7.2 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
    Wed Sep 17 19:57:58 UTC 2025
      139.9K bytes
      Cache
     
  2. estimate_bandwidth — scikit-learn 1.7.2 documen...

    array ([[ 1 , 1 ], [ 2 , 1 ], [ 1 , 0 ], ... [ 4 , 7...means 1 unless in a joblib.parallel_backend context. -1 means...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.estimate_bandwidth.html
    Wed Sep 17 19:58:00 UTC 2025
      110.9K bytes
      Cache
     
  3. ValidationCurveDisplay — scikit-learn 1.7.2 doc...

    means 1 unless in a joblib.parallel_backend context. -1 means...scikit-learn 1.3 Release Highlights for scikit-learn 1.3 On this...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.ValidationCurveDisplay.html
    Wed Sep 17 19:57:58 UTC 2025
      144.1K bytes
      Cache
     
  4. empirical_covariance — scikit-learn 1.7.2 docum...

    >>> X = [[ 1 , 1 , 1 ],[ 1 , 1 , 1 ],[ 1 , 1 , 1 ], ... [ 0 ,...
    scikit-learn.org/stable/modules/generated/sklearn.covariance.empirical_covariance.html
    Wed Sep 17 19:57:58 UTC 2025
      108.7K bytes
      Cache
     
  5. hamming_loss — scikit-learn 1.7.2 documentation

    1 ], [ 1 , 1 ]]), np . zeros (( 2 , 2...between 0 and 1, lower being better. References [ 1 ] Grigorios...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.hamming_loss.html
    Wed Sep 17 19:57:58 UTC 2025
      111.9K bytes
      Cache
     
  6. TargetEncoder — scikit-learn 1.7.2 documentation

    1 ] * 15 + [ 20.4 ] * 5 + [ 20.1 ] * 25 + [ 21.2...scikit-learn 1.3 Release Highlights for scikit-learn 1.3 On this...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.TargetEncoder.html
    Wed Sep 17 19:57:59 UTC 2025
      145.2K bytes
      Cache
     
  7. accuracy_score — scikit-learn 1.7.2 documentation

    1 ], [ 1 , 1 ]]), np . ones (( 2 , 2...y_pred = [ 0 , 2 , 1 , 3 ] >>> y_true = [ 0 , 1 , 2 , 3 ] >>> accuracy_score...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.accuracy_score.html
    Wed Sep 17 19:57:58 UTC 2025
      116.4K bytes
      Cache
     
  8. pairwise_distances — scikit-learn 1.7.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
    Wed Sep 17 19:57:58 UTC 2025
      120.4K bytes
      Cache
     
  9. fetch_20newsgroups — scikit-learn 1.7.2 documen...

    1, 1, 1, 0, 1, 1, 0, 0, 0]) Gallery examples...Added in version 1.5. delay float, default=1.0 Number of seconds...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_20newsgroups.html
    Wed Sep 17 19:57:59 UTC 2025
      119.5K bytes
      Cache
     
  10. lasso_path — scikit-learn 1.7.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
    Wed Sep 17 19:57:58 UTC 2025
      121.2K bytes
      Cache
     
Back to top