Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 291 - 300 of over 10,000 for 1 (0.27 seconds)

  1. label_binarize — scikit-learn 1.8.0 docum...

    label_binarize ([ 1 , 6 ], classes = [ 1 , 2 , 4 , 6 ]) array([[1, 0, 0,...label_binarize ([ 1 , 6 ], classes = [ 1 , 6 , 4 , 2 ]) array([[1, 0, 0,...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.label_binarize.html
    Mon Jan 26 14:16:33 GMT 2026
      110.7K bytes
      Cache
     
  2. RowMapperResultSetExtractor (Spring Framework 7...

    1)); Alternatively, consider subclassing...row-mapping logic) there. Since: 1.0.2 Author: Juergen Hoeller, Yanming...
    docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/jdbc/core/RowMapperR...
    Fri Feb 01 00:00:00 GMT 1980
      21K bytes
      Cache
     
  3. 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 Jan 26 14:16:30 GMT 2026
      139.6K bytes
      Cache
     
  4. classification_report — scikit-learn 1.8....

    50 1.00 0.67 1 class 1 0.00 0.00 0.00 1 class 2 1.00 0.67...y_pred = [ 1 , 1 , 0 ] >>> y_true = [ 1 , 1 , 1 ] >>>...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.classification_report.html
    Mon Jan 26 14:16:29 GMT 2026
      121.1K bytes
      Cache
     
  5. rand_score — scikit-learn 1.8.0 documenta...

    1 , 1 ], [ 1 , 1 , 0 , 0 ]) 1.0 Labelings that...rand_score ([ 0 , 0 , 1 , 2 ], [ 0 , 0 , 1 , 1 ]) 0.83 Gallery examples...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.rand_score.html
    Mon Jan 26 14:16:30 GMT 2026
      111K bytes
      Cache
     
  6. 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 Jan 26 14:16:33 GMT 2026
      118.3K bytes
      Cache
     
  7. 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 Jan 26 11:09:12 GMT 2026
      112.4K bytes
      Cache
     
  8. 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 Jan 26 14:16:33 GMT 2026
      112K bytes
      Cache
     
  9. KNeighborsTransformer — scikit-learn 1.8....

    () array([[1., 0., 1.], [0., 1., 1.], [1., 0., 1.]]) set_output...rs=1) >>> print ( neigh . kneighbors ([[ 1. , 1. , 1....
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.KNeighborsTransformer.html
    Mon Jan 26 14:16:29 GMT 2026
      146.6K bytes
      Cache
     
  10. SVC — scikit-learn 1.8.0 documentation

    array ([[ - 1 , - 1 ], [ - 2 , - 1 ], [ 1 , 1 ], [ 2 , 1 ]]) >>>...default=-1 Hard limit on iterations within solver, or -1 for no...
    scikit-learn.org/stable/modules/generated/sklearn.svm.SVC.html
    Mon Jan 26 14:16:29 GMT 2026
      175.2K bytes
      Cache
     
Back to Top