Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 61 - 70 of over 10,000 for 1 (0.16 seconds)

  1. DecisionTreeClassifier — scikit-learn 1.7...

    [{0: 1, 1: 1}, {0: 1, 1: 5}, {0: 1, 1: 1}, {0: 1, 1: 1}] instead...instead of [{1:1}, {2:5}, {3:1}, {4:1}]. The “balanced” mode uses...
    scikit-learn.org/stable/modules/generated/sklearn.tree.DecisionTreeClassifier.html
    Thu Nov 20 00:54:07 GMT 2025
      173.2K bytes
      Cache
     
  2. hamming_loss — scikit-learn 1.7.2 documen...

    1 ], [ 1 , 1 ]]), np . zeros (( 2 , 2...between 0 and 1, lower being better. References [ 1 ] Grigorios...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.hamming_loss.html
    Thu Nov 20 00:54:07 GMT 2025
      111.9K bytes
      Cache
     
  3. johnson_lindenstrauss_min_dim — scikit-le...

    by: (1 - eps) ||u - v||^2 < ||p(u) - p(v)||^2 < (1 + eps)...]0, 1[ and p is a projection by a random Gaussian N(0, 1) matrix...
    scikit-learn.org/stable/modules/generated/sklearn.random_projection.johnson_lindenstrauss_min_dim...
    Thu Nov 20 00:54:06 GMT 2025
      110.9K bytes
      Cache
     
  4. NearestCentroid — scikit-learn 1.7.2 docu...

    ([[ - 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.neighbors.NearestCentroid.html
    Thu Nov 20 00:54:06 GMT 2025
      136.4K bytes
      Cache
     
  5. SGDClassifier — scikit-learn 1.7.2 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
    Thu Nov 20 00:54:07 GMT 2025
      186.6K bytes
      Cache
     
  6. KBinsDiscretizer — scikit-learn 1.7.2 doc...

    [ 1., 1., 1., 0.], [ 2., 2., 2., 1.], [ 2., 2., 2.,...>>> X = [[ - 2 , 1 , - 4 , - 1 ], ... [ - 1 , 2 , - 3 , - 0.5...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.KBinsDiscretizer.html
    Thu Nov 20 00:54:07 GMT 2025
      152.6K bytes
      Cache
     
  7. NuSVR — scikit-learn 1.7.2 documentation

    Added in version 1.1. n_support_ ndarray of shape (1,), dtype=int32...(0, 1]. By default 0.5 will be taken. C float, default=1.0 Penalty...
    scikit-learn.org/stable/modules/generated/sklearn.svm.NuSVR.html
    Thu Nov 20 00:54:07 GMT 2025
      142.4K bytes
      Cache
     
  8. accuracy_score — scikit-learn 1.7.2 docum...

    1 ], [ 1 , 1 ]]), np . ones (( 2 , 2...= [ 0 , 2 , 1 , 3 ] >>> y_true = [ 0 , 1 , 2 , 3 ] >>>...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.accuracy_score.html
    Thu Nov 20 00:54:06 GMT 2025
      116.4K bytes
      Cache
     
  9. AffinityPropagation — scikit-learn 1.7.2 ...

    array ([[ 1 , 2 ], [ 1 , 4 ], [ 1 , 0 ], ... [ 4 , 2.... labels_ array([0, 0, 0, 1, 1, 1]) >>> clustering ....
    scikit-learn.org/stable/modules/generated/sklearn.cluster.AffinityPropagation.html
    Thu Nov 20 00:54:07 GMT 2025
      130.6K bytes
      Cache
     
  10. PolynomialCountSketch — scikit-learn 1.7....

    [ 1 , 1 ], [ 1 , 0 ], [ 0 , 1 ]] >>> y...Array with random entries in {+1, -1}, used to represent the 2-wise...
    scikit-learn.org/stable/modules/generated/sklearn.kernel_approximation.PolynomialCountSketch.html
    Thu Nov 20 00:54:06 GMT 2025
      133.7K bytes
      Cache
     
Back to Top