Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 131 - 140 of over 10,000 for 1 (0.15 seconds)

  1. pairwise_distances_argmin — scikit-learn ...

    [ 1 , 1 , 1 ]] >>> Y = [[ 1 , 0 , 0 ], [ 1 , 1 , 0...deprecated from SciPy 1.9 and will be removed in SciPy 1.11. Note 'matching'...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise_distances_argmin.html
    Mon Feb 16 16:33:27 GMT 2026
      113.4K bytes
      Cache
     
  2. average_precision_score — scikit-learn 1....

    1 , 1 ]) >>> y_scores = np . array ([ 0.1 , 0.4..., 0.1 ], ... [ 0.4 , 0.3 , 0.3 ], ... [ 0.1 , 0.8 , 0.1 ], ......
    scikit-learn.org/stable/modules/generated/sklearn.metrics.average_precision_score.html
    Mon Feb 16 16:33:27 GMT 2026
      116.5K bytes
      Cache
     
  3. 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 Feb 16 16:32:33 GMT 2026
      152.3K bytes
      Cache
     
  4. compute_class_weight — scikit-learn 1.8.0...

    compute_class_weight >>> y = [ 1 , 1 , 1 , 1 , 0 , 0 ] >>> ...unique ( y ), y = y ) array([1.5 , 0.75]) On this page This Page...
    scikit-learn.org/stable/modules/generated/sklearn.utils.class_weight.compute_class_weight.html
    Mon Feb 16 16:33:27 GMT 2026
      108.9K bytes
      Cache
     
  5. KNeighborsClassifier — 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.KNeighborsClassifier.html
    Mon Feb 16 16:32:33 GMT 2026
      156K bytes
      Cache
     
  6. normalize — scikit-learn 1.8.0 documentation

    1 , 2 ], [ - 1 , 0 , 1 ]] >>> normalize...if axis is 0). axis {0, 1}, default=1 Define axis used to normalize...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.normalize.html
    Mon Feb 16 16:32:35 GMT 2026
      110K bytes
      Cache
     
  7. NMF — scikit-learn 1.8.0 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
    Mon Feb 16 16:33:27 GMT 2026
      145.5K bytes
      Cache
     
  8. estimate_bandwidth — scikit-learn 1.8.0 d...

    array ([[ 1 , 1 ], [ 2 , 1 ], [ 1 , 0 ], ... [ 4 , 7...means 1 unless in a joblib.parallel_backend context. -1 means...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.estimate_bandwidth.html
    Mon Feb 16 16:32:33 GMT 2026
      111.4K bytes
      Cache
     
  9. ElasticNetCV — scikit-learn 1.8.0 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
    Mon Feb 16 16:32:33 GMT 2026
      168.4K bytes
      Cache
     
  10. cluster_optics_dbscan — scikit-learn 1.8....

    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
    Mon Feb 16 16:32:33 GMT 2026
      112.5K bytes
      Cache
     
Back to Top