Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 681 - 690 of 3,230 for 1 (0.08 sec)

  1. permutation_test_score — scikit-learn 1.7.1 doc...

    p-value is 1/(n_permutations + 1), the worst is 1.0. Notes This...means 1 unless in a joblib.parallel_backend context. -1 means...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.permutation_test_score.html
    Sat Aug 02 00:15:38 UTC 2025
      121.8K bytes
      Cache
     
  2. Robust linear estimator fitting — scikit-learn ...

    time of the script: (0 minutes 1.819 seconds) Download Jupyter...
    scikit-learn.org/stable/auto_examples/linear_model/plot_robust_fit.html
    Sat Aug 02 00:15:35 UTC 2025
      101.5K bytes
      Cache
     
  3. additive_chi2_kernel — scikit-learn 1.7.1 docum...

    [ 1 , 1 , 1 ]] >>> Y = [[ 1 , 0 , 0 ], [ 1 , 1 , 0 ]] >>>...additive_chi2_kernel ( X , Y ) array([[-1., -2.], [-2., -1.]]) On this page This...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise.additive_chi2_kernel.html
    Sat Aug 02 00:15:36 UTC 2025
      108.6K bytes
      Cache
     
  4. _safe_indexing — scikit-learn 1.7.1 documentation

    array([1, 2]) >>> _safe_indexing ( data , 0 , axis = 1 ) # select...integer are supported. If axis=1 : to select a single column, indices...
    scikit-learn.org/stable/modules/generated/sklearn.utils._safe_indexing.html
    Sat Aug 02 00:15:38 UTC 2025
      109.4K bytes
      Cache
     
  5. img_to_graph — scikit-learn 1.7.1 documentation

    1], [0, 0, 0, 1], [0, 1, 1, 1]]) On this page...np . array ([[ 0 , 0 ], [ 0 , 1 ]]) >>> img_to_graph ( img , return_as...
    scikit-learn.org/stable/modules/generated/sklearn.feature_extraction.image.img_to_graph.html
    Sat Aug 02 00:15:36 UTC 2025
      107.4K bytes
      Cache
     
  6. balanced_accuracy_score — scikit-learn 1.7.1 do...

    1 , 0 , 0 , 1 , 0 ] >>> y_pred = [ 0 , 1 , 0 , 0 ,...each class. The best value is 1 and the worst value is 0 when...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.balanced_accuracy_score.html
    Sat Aug 02 00:15:35 UTC 2025
      110.7K bytes
      Cache
     
  7. Ordinary Least Squares and Ridge Regression — s...

    1 ] . T y_train = [ 0.5 , 1 ] X_test = np . c_...this_X = 0.1 * np . random . normal ( size = ( 2 , 1 )) + X_train...
    scikit-learn.org/stable/auto_examples/linear_model/plot_ols_ridge.html
    Sat Aug 02 00:15:37 UTC 2025
      106.7K bytes
      Cache
     
  8. mean_tweedie_deviance — scikit-learn 1.7.1 docu...

    power = 1 ) 1.4260... Gallery examples # Tweedie...Either power <= 0 or power >= 1. The higher p the less weight...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.mean_tweedie_deviance.html
    Sat Aug 02 00:15:35 UTC 2025
      109.2K bytes
      Cache
     
  9. Gaussian Mixture Model Ellipsoids — scikit-lear...

    1 , 1 + index ) for i , ( mean , covar...= np . array ([[ 0.0 , - 0.1 ], [ 1.7 , 0.4 ]]) X = np . r_ [...
    scikit-learn.org/stable/auto_examples/mixture/plot_gmm.html
    Sat Aug 02 00:15:37 UTC 2025
      100.1K bytes
      Cache
     
  10. cohen_kappa_score — scikit-learn 1.7.1 document...

    which is a number between -1 and 1. The maximum value means complete...function computes Cohen’s kappa [1] , a score that expresses the...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.cohen_kappa_score.html
    Sat Aug 02 00:15:38 UTC 2025
      111K bytes
      Cache
     
Back to top