Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 71 - 80 of over 10,000 for 1 (1.36 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 Mar 02 11:09:52 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 Mar 02 11:09:52 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 Mar 02 11:09:53 GMT 2026
      152.3K bytes
      Cache
     
  4. 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 Mar 02 11:09:53 GMT 2026
      156K bytes
      Cache
     
  5. 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 Mar 02 11:09:53 GMT 2026
      110K bytes
      Cache
     
  6. 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 Mar 02 11:09:52 GMT 2026
      111.4K bytes
      Cache
     
  7. LeavePGroupsOut — scikit-learn 1.8.0 docu...

    Test: index=[0 1], group=[1 2] Fold 1: Train: index=[1], group=[2]...array ([ 1 , 2 , 1 ]) >>> groups = np . array ([ 1 , 2 ,...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.LeavePGroupsOut.html
    Mon Mar 02 11:09:53 GMT 2026
      122.9K bytes
      Cache
     
  8. davies_bouldin_score — scikit-learn 1.8.0...

    1 ], [ 1 , 1 ], [ 3 , 4 ]] >>>...Davies-Bouldin score. References [ 1 ] Davies, David L.; Bouldin, Donald...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.davies_bouldin_score.html
    Mon Mar 02 11:09:51 GMT 2026
      107.8K bytes
      Cache
     
  9. OPTICS — scikit-learn 1.8.0 documentation

    1, 1, 1]) For a more detailed example...min_samples int > 1 or float between 0 and 1, default=5 The number...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.OPTICS.html
    Mon Mar 02 11:09:52 GMT 2026
      136.5K bytes
      Cache
     
  10. SGDClassifier — scikit-learn 1.8.0 docume...

    array ([[ - 1 , - 1 ], [ - 2 , - 1 ], [ 1 , 1 ], [ 2 , 1 ]]) >>>...(clip(decision_function(X), -1, 1) + 1) / 2. For other loss functions...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.SGDClassifier.html
    Mon Mar 02 11:09:51 GMT 2026
      189.8K bytes
      Cache
     
Back to Top