Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 2761 - 2770 of 5,591 for * (5.11 sec)

  1. root_mean_squared_log_error scikit-learn 1.7....

    y_true = [ 3 , 5 , 2.5 , 7 ] >>> y_pred = [ 2.5 , 5 , 4 , 8 ] >>>...root_mean_squared_log_error ( y_true , y_pred ) 0.199... On this page This...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.root_mean_squared_log_error.html
    Mon Sep 22 13:26:33 UTC 2025
      107.7K bytes
      Cache
     
  2. matthews_corrcoef scikit-learn 1.7.2 document...

    = [ + 1 , + 1 , + 1 , - 1 ] >>> y_pred = [ + 1 , - 1 , + 1 , +...+ 1 ] >>> matthews_corrcoef ( y_true , y_pred ) -0.33 On this...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.matthews_corrcoef.html
    Mon Sep 22 13:26:33 UTC 2025
      109.2K bytes
      Cache
     
  3. dcg_score scikit-learn 1.7.2 documentation

    Systems (TOIS), 20(4), 422-446. Wang, Y., Wang, L., Li, Y., He, D.,...D., Chen, W., & Liu, T. Y. (2013, May). A theoretical analysis...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.dcg_score.html
    Mon Sep 22 13:26:32 UTC 2025
      112.5K bytes
      Cache
     
  4. zero_one_loss scikit-learn 1.7.2 documentation

    zero_one_loss ( np . array ([[ 0 , 1 ], [ 1 , 1 ]]), np . ones (( 2 , 2...[ 2 , 2 , 3 , 4 ] >>> zero_one_loss ( y_true , y_pred ) 0.25 >>>...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.zero_one_loss.html
    Mon Sep 22 13:26:35 UTC 2025
      110.3K bytes
      Cache
     
  5. additive_chi2_kernel scikit-learn 1.7.2 docum...

    = [[ 0 , 0 , 0 ], [ 1 , 1 , 1 ]] >>> Y = [[ 1 , 0 , 0 ], [ 1 ,..., 1 , 0 ]] >>> additive_chi2_kernel ( X , Y ) array([[-1., -2.],...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise.additive_chi2_kernel.html
    Mon Sep 22 13:26:32 UTC 2025
      108.6K bytes
      Cache
     
  6. sklearn.pipeline scikit-learn 1.7.2 documenta...

    top Ctrl + K GitHub Choose version sklearn.pipeline # Utilities...transforms and estimators. User guide. See the Pipelines and composite...
    scikit-learn.org/stable/api/sklearn.pipeline.html
    Mon Sep 22 13:26:35 UTC 2025
      115.8K bytes
      Cache
     
  7. sklearn.multioutput scikit-learn 1.7.2 docume...

    top Ctrl + K GitHub Choose version sklearn.multioutput # Multioutput...estimators. User guide. See the Multilabel classification , Multiclass-multioutput...
    scikit-learn.org/stable/api/sklearn.multioutput.html
    Mon Sep 22 13:26:33 UTC 2025
      116.1K bytes
      Cache
     
  8. ParameterSampler scikit-learn 1.7.2 documenta...

    89856 , 'a' : 1 }, ... { 'b' : 0.923223 , 'a' : 1 }, ... { 'b' : 1.878964...1.878964 , 'a' : 2 }, ... { 'b' : 1.038159 , 'a' : 2 }] True...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.ParameterSampler.html
    Mon Sep 22 13:26:34 UTC 2025
      110.7K bytes
      Cache
     
  9. MultiLabelBinarizer scikit-learn 1.7.2 docume...

    'h', 'i', 'l', 'm', 'o', 'r', 's', 't', 'y'], dtype=object) To correct...MultiLabelBinarizer() >>> mlb . classes_ array(['-', 'c', 'd', 'e', 'f', 'h',...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.MultiLabelBinarizer.html
    Mon Sep 22 13:26:33 UTC 2025
      126.2K bytes
      Cache
     
  10. check_cv scikit-learn 1.7.2 documentation

    = 5 , y = [ 1 , 1 , 0 , 0 , 0 , 0 ], classifier = True ) StratifiedKFold(...)..., y = None , classifier = False ) KFold(...) >>> check_cv ( cv...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.check_cv.html
    Mon Sep 22 13:26:35 UTC 2025
      108.6K bytes
      Cache
     
Back to top