Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 371 - 380 of over 10,000 for 1 (0.17 seconds)

Filter
  1. mean_shift — scikit-learn 1.8.0 documentation

    array ([[ 1 , 1 ], [ 2 , 1 ], [ 1 , 0 ], ... [ 4 , 7...array([[3.33, 6. ], [1.33, 0.66]]) >>> labels array([1, 1, 1, 0, 0, 0])...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.mean_shift.html
    Mon Mar 23 20:39:23 UTC 2026
      14.2K bytes
      Cache
     
  2. roc_curve — scikit-learn 1.8.0 documentation

    y_true is in {-1, 1} or {0, 1}, pos_label is set to 1, otherwise...labels are not either {-1, 1} or {0, 1}, then pos_label should...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.roc_curve.html
    Mon Mar 23 20:39:23 UTC 2026
      15.6K bytes
      Cache
     
  3. r_regression — scikit-learn 1.8.0 documentation

    Added in version 1.1. Returns : correlation_coefficient...User Guide . Added in version 1.0. Parameters : X {array-like,...
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.r_regression.html
    Mon Mar 23 20:39:21 UTC 2026
      13.9K bytes
      Cache
     
  4. det_curve — scikit-learn 1.8.0 documentation

    y_true is in {-1, 1} or {0, 1}, pos_label is set to 1, otherwise...labels are not either {-1, 1} or {0, 1}, then pos_label should...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.det_curve.html
    Mon Mar 23 20:39:21 UTC 2026
      14.8K bytes
      Cache
     
  5. coverage_error — scikit-learn 1.8.0 documentation

    y_true = [[ 1 , 0 , 0 ], [ 0 , 1 , 1 ]] >>> y_score = [[ 1 , 0 , 0...[ 0 , 1 , 1 ]] >>> coverage_error ( y_true , y_score ) 1.5 On...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.coverage_error.html
    Mon Mar 23 20:39:23 UTC 2026
      13.6K bytes
      Cache
     
  6. learning_curve — scikit-learn 1.8.0 documentation

    1, 0.33, 0.55, 0.78, 1.]) , cv = None , scoring...(n_ticks,), default=np.linspace(0.1, 1.0, 5) Relative or absolute numbers...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.learning_curve.html
    Mon Mar 23 20:39:20 UTC 2026
      16.5K bytes
      Cache
     
  7. additive_chi2_kernel — scikit-learn 1.8.0 docum...

    [ 1 , 1 , 1 ]] >>> Y = [[ 1 , 0 , 0 ], [ 1 , 1 , 0 ]] >>>...additive_chi2_kernel ( X , Y ) array([[-1., -2.], [-2., -1.]]) On this page This...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise.additive_chi2_kernel.html
    Mon Mar 23 20:39:23 UTC 2026
      13.5K bytes
      Cache
     
  8. make_friedman1 — scikit-learn 1.8.0 documentation

    Annals of Statistics 19 (1), pages 1-67, 1991. [ 2 ] L. Breiman,...[source] # Generate the “Friedman #1” regression problem. This dataset...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.make_friedman1.html
    Mon Mar 23 20:39:21 UTC 2026
      13.7K bytes
      Cache
     
  9. SelectFromModel — scikit-learn 1.8.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
    Mon Mar 23 20:39:20 UTC 2026
      18.2K bytes
      Cache
     
  10. KNeighborsTransformer — scikit-learn 1.8.0 docu...

    () array([[1., 0., 1.], [0., 1., 1.], [1., 0., 1.]]) set_output...bors=1) >>> print ( neigh . kneighbors ([[ 1. , 1. , 1. ]]))...
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.KNeighborsTransformer.html
    Mon Mar 23 20:39:23 UTC 2026
      18.6K bytes
      Cache
     
Back to Top