Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 71 - 80 of over 10,000 for 1 (0.09 seconds)

  1. sparse_encode — scikit-learn 1.8.0 docume...

    1 , 0 ], ... [ - 1 , - 1 , 2 ], ... [ 1 , 1 , 1 ], ......>>> X = np . array ([[ - 1 , - 1 , - 1 ], [ 0 , 0 , 3 ]]) >>>...
    scikit-learn.org/stable/modules/generated/sklearn.decomposition.sparse_encode.html
    Mon Jan 26 14:16:33 GMT 2026
      119.2K bytes
      Cache
     
  2. completeness_score — scikit-learn 1.8.0 d...

    1 , 1 ], [ 1 , 1 , 0 , 0 ]) 1.0 Non-perfect labelings...completeness_score ([ 0 , 0 , 1 , 1 ], [ 0 , 1 , 0 , 1 ])) 0.0 >>>...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.completeness_score.html
    Mon Jan 26 14:16:29 GMT 2026
      114.9K bytes
      Cache
     
  3. compute_optics_graph — scikit-learn 1.8.0...

    1.41, 1.41, 1. , 1. , 4.12]) >>>...min_samples int > 1 or float between 0 and 1 The number of samples...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.compute_optics_graph.html
    Mon Jan 26 11:09:14 GMT 2026
      116.7K bytes
      Cache
     
  4. cluster_optics_xi — scikit-learn 1.8.0 do...

    1, 1, 1]) >>> clusters array([[0,...min_samples int > 1 or float between 0 and 1 The same as the min_samples...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.cluster_optics_xi.html
    Mon Jan 26 11:09:17 GMT 2026
      113.3K bytes
      Cache
     
  5. SparseCoder — scikit-learn 1.8.0 document...

    1 , 0 ], ... [ - 1 , - 1 , 2 ], ... [ 1 , 1 , 1 ], ......>>> X = np . array ([[ - 1 , - 1 , - 1 ], [ 0 , 0 , 3 ]]) >>>...
    scikit-learn.org/stable/modules/generated/sklearn.decomposition.SparseCoder.html
    Mon Jan 26 11:09:12 GMT 2026
      138.6K bytes
      Cache
     
  6. VotingClassifier — scikit-learn 1.8.0 doc...

    ([[ - 1 , - 1 ], [ - 2 , - 1 ], [ - 3 , - 2 ], [ 1 , 1 ], [ 2...2 , 1 ], [ 3 , 2 ]]) >>> y = np . array ([ 1 , 1 , 1...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.VotingClassifier.html
    Mon Jan 26 11:09:17 GMT 2026
      153.4K bytes
      Cache
     
  7. PredefinedSplit — scikit-learn 1.8.0 docu...

    1 , 1 ]) >>> test_fold = [ 0 , 1 , - 1 , 1 ] >>>...PredefinedSplit(test_fold=array([ 0, 1, -1, 1])) >>> for i , (...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.PredefinedSplit.html
    Mon Jan 26 14:16:30 GMT 2026
      116.5K bytes
      Cache
     
  8. f1_score — scikit-learn 1.8.0 documentation

    [ 1 , 1 , 1 ], [ 0 , 1 , 1 ]] >>> y_pred...= [[ 0 , 0 , 0 ], [ 1 , 1 , 1 ], [ 1 , 1 , 0 ]] >>>...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.f1_score.html
    Mon Jan 26 14:16:30 GMT 2026
      126.1K bytes
      Cache
     
  9. type_of_target — scikit-learn 1.8.0 docum...

    >>> type_of_target ([ 1 , - 1 , - 1 , 1 ]) 'binary' >>>...type_of_target ( np . array ([[ 0 , 1 ], [ 1 , 1 ]])) 'multilabel-indicator'...
    scikit-learn.org/stable/modules/generated/sklearn.utils.multiclass.type_of_target.html
    Mon Jan 26 11:09:17 GMT 2026
      113K bytes
      Cache
     
  10. KNeighborsRegressor — scikit-learn 1.8.0 ...

    () array([[1., 0., 1.], [0., 1., 1.], [1., 0., 1.]]) predict...], [ 1 ], [ 2 ], [ 3 ]] >>> y = [ 0 , 0 , 1 , 1 ] >>>...
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.KNeighborsRegressor.html
    Mon Jan 26 14:16:33 GMT 2026
      152.3K bytes
      Cache
     
Back to Top