Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 341 - 350 of over 10,000 for 1 (0.42 seconds)

  1. OneClassSVM — scikit-learn 1.8.0 document...

    predict ( X ) array([-1, 1, 1, 1, -1]) >>> clf . score_samples...default=-1 Hard limit on iterations within solver, or -1 for no...
    scikit-learn.org/stable/modules/generated/sklearn.svm.OneClassSVM.html
    Mon Dec 22 11:58:31 GMT 2025
      139.6K bytes
      Cache
     
  2. safe_sqr — scikit-learn 1.8.0 documentation

    >>> safe_sqr ([ 1 , 2 , 3 ]) array([1, 4, 9]) On this page...
    scikit-learn.org/stable/modules/generated/sklearn.utils.safe_sqr.html
    Mon Dec 22 11:58:31 GMT 2025
      106K bytes
      Cache
     
  3. fetch_openml — scikit-learn 1.8.0 documen...

    scikit-learn 1.1 Release Highlights for scikit-learn 1.1 Release Highlights...Added in version 1.2. Changed in version 1.4: The default value...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_openml.html
    Mon Dec 22 11:58:30 GMT 2025
      150.4K bytes
      Cache
     
  4. mean_shift — scikit-learn 1.8.0 documenta...

    array ([[ 1 , 1 ], [ 2 , 1 ], [ 1 , 0 ], ... [ 4 , 7...6. ], [1.33, 0.66]]) >>> labels array([1, 1, 1, 0, 0,...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.mean_shift.html
    Mon Dec 22 11:58:31 GMT 2025
      112.4K bytes
      Cache
     
  5. 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 Dec 22 11:58:31 GMT 2025
      118.3K bytes
      Cache
     
  6. scale — scikit-learn 1.8.0 documentation

    independently array([[-1., 1., 1.], [ 1., -1., -1.]]) >>>...>>> X = [[ - 2 , 1 , 2 ], [ - 1 , 0 , 1 ]] >>> scale...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.scale.html
    Mon Dec 22 11:58:31 GMT 2025
      112K bytes
      Cache
     
  7. f_regression — scikit-learn 1.8.0 documen...

    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
    Mon Dec 22 11:58:31 GMT 2025
      118.5K bytes
      Cache
     
  8. 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 Dec 22 11:58:31 GMT 2025
      115.8K bytes
      Cache
     
  9. murmurhash3_32 — scikit-learn 1.8.0 docum...

    unsigned int from 0 to 2 ** 32 - 1 False: the results is casted to...from -(2 ** 31) to 2 ** 31 - 1 Examples >>> from sklearn.utils...
    scikit-learn.org/stable/modules/generated/sklearn.utils.murmurhash3_32.html
    Mon Dec 22 11:58:29 GMT 2025
      106.1K bytes
      Cache
     
  10. coverage_error — scikit-learn 1.8.0 docum...

    >>> y_true = [[ 1 , 0 , 0 ], [ 0 , 1 , 1 ]] >>> y_score...y_score = [[ 1 , 0 , 0 ], [ 0 , 1 , 1 ]] >>> coverage_error...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.coverage_error.html
    Mon Dec 22 11:58:31 GMT 2025
      108.8K bytes
      Cache
     
Back to Top