Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 161 - 170 of over 10,000 for 1 (1.47 seconds)

  1. adjusted_mutual_info_score — scikit-learn...

    1 , 1 ], [ 0 , 0 , 1 , 1 ]) 1.0 >>> ...ore ([ 0 , 0 , 1 , 1 ], [ 1 , 1 , 0 , 0 ]) 1.0 If classes members...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.adjusted_mutual_info_score.html
    Sat Nov 29 05:08:37 GMT 2025
      116.2K bytes
      Cache
     
  2. shuffle — scikit-learn 1.7.2 documentation

    1.], [1., 0.]]) >>> y array([2, 1, 0]) >>>...>>> X = np . array ([[ 1. , 0. ], [ 2. , 1. ], [ 0. , 0. ]]) >>>...
    scikit-learn.org/stable/modules/generated/sklearn.utils.shuffle.html
    Fri Nov 21 09:29:38 GMT 2025
      114.6K bytes
      Cache
     
  3. label_binarize — scikit-learn 1.7.2 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
    Sat Nov 29 05:08:37 GMT 2025
      110.2K bytes
      Cache
     
  4. NMF — scikit-learn 1.7.2 documentation

    array ([[ 1 , 1 ], [ 2 , 1 ], [ 3 , 1.2 ], [ 4 , 1 ], [ 5 , 0.8...version 1.4: Added 'auto' value. Changed in version 1.6: Default...
    scikit-learn.org/stable/modules/generated/sklearn.decomposition.NMF.html
    Sat Nov 29 05:08:37 GMT 2025
      145.1K bytes
      Cache
     
  5. ElasticNetCV — scikit-learn 1.7.2 documen...

    l1_ratio = 1 it is an L1 penalty. For 0 < l1_ratio < 1 , the...(i.e. Ridge), as in [.1, .5, .7, .9, .95, .99, 1] . eps float, default=1e-3...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.ElasticNetCV.html
    Sat Nov 29 05:08:38 GMT 2025
      166.4K bytes
      Cache
     
  6. cluster_optics_dbscan — scikit-learn 1.7....

    1, 1, 1]) Gallery examples # Demo of...>>> X = np . array ([[ 1 , 2 ], [ 2 , 5 ], [ 3 , 6 ], ......
    scikit-learn.org/stable/modules/generated/sklearn.cluster.cluster_optics_dbscan.html
    Sat Nov 29 05:08:38 GMT 2025
      112K bytes
      Cache
     
  7. MergedAnnotationPredicates (Spring Framework 7....

    annotations with distances [1, 1, 2, 1] then only the first two...
    docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/core/annotation/Merg...
    Fri Feb 01 00:00:00 GMT 1980
      28.8K bytes
      Cache
     
  8. rand_score — scikit-learn 1.7.2 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
    Sat Nov 29 05:08:38 GMT 2025
      110.6K bytes
      Cache
     
  9. AbstractDataFieldMaxValueIncrementer (Spring Fr...

    data store value such as max + 1 Throws: DataAccessException -...data store value such as max + 1 Throws: DataAccessException -...
    docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/jdbc/support/increme...
    Fri Feb 01 00:00:00 GMT 1980
      33.5K bytes
      Cache
     
  10. classification_report — scikit-learn 1.7....

    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
    Sat Nov 29 05:08:38 GMT 2025
      120.8K bytes
      Cache
     
Back to Top