Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 51 - 60 of over 10,000 for 2 (0.07 seconds)

  1. completeness_score — scikit-learn 1.7.2 d...

    2 , 3 ], [ 0 , 0 , 1 , 1 ])) 0.999...([ 0 , 0 , 0 , 0 ], [ 0 , 1 , 2 , 3 ])) 0.0 Gallery examples #...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.completeness_score.html
    Fri Dec 05 17:52:54 GMT 2025
      114.8K bytes
      Cache
     
  2. precision_score — scikit-learn 1.7.2 docu...

    2 , 0 , 1 , 2 ] >>> y_pred = [ 0 , 2 , 1 , 0...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.precision_score.html
    Fri Dec 05 17:52:54 GMT 2025
      125.4K bytes
      Cache
      Similar Results (1)
     
  3. average_precision_score — scikit-learn 1....

    2 , 2 ]) >>> y_scores = np...], ... [ 0.2 , 0.3 , 0.5 ], ... [ 0.4 , 0.4 , 0.2 ], ... [ 0.1...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.average_precision_score.html
    Fri Dec 05 17:52:54 GMT 2025
      116K bytes
      Cache
     
  4. kneighbors_graph — scikit-learn 1.7.2 doc...

    p = 2 , metric_params = None , include_self...standard Euclidean distance when p = 2. See the documentation of scipy.spatial.distance...
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.kneighbors_graph.html
    Fri Dec 05 17:52:54 GMT 2025
      113.6K bytes
      Cache
     
  5. SGDClassifier — scikit-learn 1.7.2 docume...

    [ - 2 , - 1 ], [ 1 , 1 ], [ 2 , 1 ]]) >>>...>>> Y = np . array ([ 1 , 1 , 2 , 2 ]) >>> # Always scale...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.SGDClassifier.html
    Fri Dec 05 17:52:55 GMT 2025
      186.6K bytes
      Cache
     
  6. SpectralBiclustering — scikit-learn 1.7.2...

    [ 2 , 1 ], [ 1 , 0 ], ... [ 4 , 7...SpectralBiclustering ( n_clusters = 2 , random_state = 0 ) . fit ( X...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.SpectralBiclustering.html
    Fri Dec 05 17:52:54 GMT 2025
      130.2K bytes
      Cache
     
  7. minmax_scale — scikit-learn 1.7.2 documen...

    minmax_scale >>> X = [[ - 2 , 1 , 2 ], [ - 1 , 0 , 1 ]] >>>...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.minmax_scale.html
    Tue Dec 02 16:12:16 GMT 2025
      115.6K bytes
      Cache
     
  8. PartialDependenceDisplay — scikit-learn 1...

    2 Release Highlights for scikit-learn 1.2 Release Highlights...‘both’) is not a valid option for 2-ways interactions plot. As a result,...
    scikit-learn.org/stable/modules/generated/sklearn.inspection.PartialDependenceDisplay.html
    Fri Dec 05 17:52:55 GMT 2025
      176.8K bytes
      Cache
     
  9. PoissonRegressor — scikit-learn 1.7.2 doc...

    determination R^2. R^2 uses squared error and D^2 uses the deviance...() >>> X = [[ 1 , 2 ], [ 2 , 3 ], [ 3 , 4 ], [ 4 , 3...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.PoissonRegressor.html
    Fri Dec 05 17:52:54 GMT 2025
      139.5K bytes
      Cache
     
  10. enet_path — scikit-learn 1.7.2 documentation

    is: ( 1 / ( 2 * n_samples )) * || Y - XW || _Fro ^ 2 + alpha *...mono-output tasks it is: 1 / ( 2 * n_samples ) * || y - Xw ||^...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.enet_path.html
    Fri Dec 05 17:52:54 GMT 2025
      120K bytes
      Cache
     
Back to Top