Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 281 - 290 of over 10,000 for 1 (0.17 seconds)

  1. StratifiedGroupKFold — scikit-learn 1.8.0...

    1 , 1 , 1 , 1 , 1 , 1 , 0 , 0 , 0 , 0 , 0...Train: index=[ 0 1 2 3 7 8 9 10 11 15 16] group=[1 1 2 2 4 5 5 5 5...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.StratifiedGroupKFold.html
    Mon Feb 16 16:32:35 GMT 2026
      131.2K bytes
      Cache
     
  2. check_symmetric — scikit-learn 1.8.0 docu...

    1 , 2 ], [ 1 , 0 , 1 ], [ 2 , 1 , 0 ]]) >>>...symmetric_array ) array([[0, 1, 2], [1, 0, 1], [2, 1, 0]]) >>>...
    scikit-learn.org/stable/modules/generated/sklearn.utils.validation.check_symmetric.html
    Mon Feb 02 09:23:44 GMT 2026
      109K bytes
      Cache
     
  3. 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
    Mon Feb 16 16:32:34 GMT 2026
      116.5K bytes
      Cache
     
  4. radius_neighbors_graph — scikit-learn 1.8...

    () array([[1., 0., 1.], [0., 1., 0.], [1., 0., 1.]]) On this...means 1 unless in a joblib.parallel_backend context. -1 means...
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.radius_neighbors_graph.html
    Mon Feb 16 16:33:27 GMT 2026
      111.5K bytes
      Cache
     
  5. shuffle — scikit-learn 1.8.0 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
    Mon Feb 02 09:23:44 GMT 2026
      114.6K bytes
      Cache
     
  6. img_to_graph — scikit-learn 1.8.0 documen...

    1], [0, 0, 0, 1], [0, 1, 1, 1]]) On this page...np . array ([[ 0 , 0 ], [ 0 , 1 ]]) >>> img_to_graph...
    scikit-learn.org/stable/modules/generated/sklearn.feature_extraction.image.img_to_graph.html
    Mon Feb 16 16:32:33 GMT 2026
      107.9K bytes
      Cache
     
  7. RegressorChain — scikit-learn 1.8.0 docum...

    = [[ 1 , 0 ], [ 0 , 1 ], [ 1 , 1 ]], [[ 0 , 2 ], [ 1 , 1 ], [...order = [ 0 , 1 , 2 , ... , Y . shape [ 1 ] - 1 ] The order of...
    scikit-learn.org/stable/modules/generated/sklearn.multioutput.RegressorChain.html
    Mon Feb 16 16:33:27 GMT 2026
      134.4K bytes
      Cache
     
  8. _safe_indexing — scikit-learn 1.8.0 docum...

    axis = 1 ) # select the first column array([1, 3, 5]) On...integer are supported. If axis=1 : to select a single column, indices...
    scikit-learn.org/stable/modules/generated/sklearn.utils._safe_indexing.html
    Mon Feb 16 16:32:35 GMT 2026
      110K bytes
      Cache
     
  9. ExpSineSquared — scikit-learn 1.8.0 docum...

    ExpSineSquared ( length_scale = 1.0 , periodicity = 1.0 , length_scale_bounds...ExpSineSquared ( length_scale = 1 , periodicity = 1 ) >>> gpr =...
    scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.kernels.ExpSineSquared.html
    Mon Feb 16 16:32:33 GMT 2026
      128.8K bytes
      Cache
     
  10. clone — scikit-learn 1.8.0 documentation

    >>> X = [[ - 1 , 0 ], [ 0 , 1 ], [ 0 , - 1 ], [ 1 , 0 ]] >>>...>>> y = [ 0 , 0 , 1 , 1 ] >>> classifier = LogisticRegression...
    scikit-learn.org/stable/modules/generated/sklearn.base.clone.html
    Mon Feb 16 16:33:27 GMT 2026
      109.4K bytes
      Cache
     
Back to Top