Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 2091 - 2100 of 4,807 for * (5.75 sec)

  1. PairwiseKernel scikit-learn 1.7.1 documentation

    array([[0.8880, 0.05663, 0.05532], [0.8676, 0.07073, 0.06165]]) __call__...tuning. metric {linear, additive_chi2, chi2, poly, polynomial”,...
    scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.kernels.PairwiseKernel.html
    Mon Aug 04 12:41:05 UTC 2025
      123.8K bytes
      Cache
     
  2. sklearn.kernel_approximation scikit-learn 1.7...

    "skewed chi-squared" kernel....Back to top Ctrl + K GitHub Choose version sklearn.kernel_approximation...
    scikit-learn.org/stable/api/sklearn.kernel_approximation.html
    Mon Aug 04 12:41:03 UTC 2025
      116.1K bytes
      Cache
     
  3. sklearn.dummy scikit-learn 1.7.1 documentation

    top Ctrl + K GitHub Choose version sklearn.dummy # Dummy estimators...implement simple rules of thumb. User guide. See the Metrics and scoring:...
    scikit-learn.org/stable/api/sklearn.dummy.html
    Mon Aug 04 12:41:01 UTC 2025
      114.6K bytes
      Cache
     
  4. d2_absolute_error_score scikit-learn 1.7.1 do...

    = [ 3 , - 0.5 , 2 , 7 ] >>> y_pred = [ 2.5 , 0.0 , 2 , 8 ] >>>...[ - 1 , 1 ], [ 7 , - 6 ]] >>> y_pred = [[ 0 , 2 ], [ - 1 , 2...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.d2_absolute_error_score.html
    Mon Aug 04 12:41:05 UTC 2025
      113.1K bytes
      Cache
     
  5. label_ranking_loss scikit-learn 1.7.1 documen...

    [[ 1 , 0 , 0 ], [ 0 , 0 , 1 ]] >>> y_score = [[ 0.75 , 0.5 ,..., 1 ], [ 1 , 0.2 , 0.1 ]] >>> label_ranking_loss ( y_true , y_score...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.label_ranking_loss.html
    Mon Aug 04 12:41:05 UTC 2025
      108.3K bytes
      Cache
     
  6. mean_gamma_deviance scikit-learn 1.7.1 docume...

    = [ 2 , 0.5 , 1 , 4 ] >>> y_pred = [ 0.5 , 0.5 , 2. , 2. ] >>>...mean_gamma_deviance ( y_true , y_pred ) 1.0568... On this page This...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.mean_gamma_deviance.html
    Mon Aug 04 12:41:03 UTC 2025
      106.9K bytes
      Cache
     
  7. _safe_indexing scikit-learn 1.7.1 documentation

    utils. _safe_indexing ( X , indices , * , axis = 0 ) [source] # Return...data = np . array ([[ 1 , 2 ], [ 3 , 4 ], [ 5 , 6 ]]) >>> _safe_indexing...
    scikit-learn.org/stable/modules/generated/sklearn.utils._safe_indexing.html
    Mon Aug 04 12:41:01 UTC 2025
      109.4K bytes
      Cache
     
  8. safe_sparse_dot scikit-learn 1.7.1 documentation

    safe_sparse_dot ( X , X . T ) >>> dot_product . toarray () array([[ 5, 11,...= csr_matrix ([[ 1 , 2 ], [ 3 , 4 ], [ 5 , 6 ]]) >>> dot_product...
    scikit-learn.org/stable/modules/generated/sklearn.utils.extmath.safe_sparse_dot.html
    Mon Aug 04 12:41:01 UTC 2025
      107.2K bytes
      Cache
     
  9. oas scikit-learn 1.7.1 documentation

    estimation., Chen, Y., Wiesel, A., Eldar, Y. C., & Hero, A. O. IEEE...shrunk_cov array([[0.7533, 0.2763], [0.2763, 0.3964]]) >>> shrinkage...
    scikit-learn.org/stable/modules/generated/oas-function.html
    Mon Aug 04 12:41:03 UTC 2025
      109K bytes
      Cache
     
  10. load_sample_image scikit-learn 1.7.1 document...

    load_sample_image ( 'china.jpg' ) >>> china . dtype dtype('uint8') >>> china...'flower.jpg' ) >>> flower . dtype dtype('uint8') >>> flower . shape...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.load_sample_image.html
    Mon Aug 04 12:41:03 UTC 2025
      106.4K bytes
      Cache
     
Back to top