Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 881 - 890 of over 10,000 for 2 (0.94 seconds)

Filter
  1. Theil-Sen Regression — scikit-learn 1.8.0 docum...

    Linear model y = 3*x + N(2, 0.1**2) x = np . random . randn (...Linear model y = 3*x + N(2, 0.1**2) x = np . random . randn (...
    scikit-learn.org/stable/auto_examples/linear_model/plot_theilsen.html
    Mon Mar 23 20:39:20 UTC 2026
      16.9K bytes
      Cache
     
  2. DistanceMetric — scikit-learn 1.8.0 documentation

    HaversineDistance 2 arcsin(sqrt(sin^2(0.5*dx) + cos(x1)cos(x2)sin^2(0.5*dy)))...'euclidean' ) >>> X = [[ 1 , 2 ], [ 3 , 4 ], [ 5 , 6 ]] >>> Y...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.DistanceMetric.html
    Mon Mar 23 20:39:20 UTC 2026
      14.9K bytes
      Cache
     
  3. mean_tweedie_deviance — scikit-learn 1.8.0 docu...

    y_true = [ 2 , 0 , 1 , 4 ] >>> y_pred = [ 0.5 , 0.5 , 2. , 2. ] >>>...>= 0 and y_pred > 0. 1 < p < 2 : Compound Poisson distribution....
    scikit-learn.org/stable/modules/generated/sklearn.metrics.mean_tweedie_deviance.html
    Mon Mar 23 20:39:20 UTC 2026
      13.6K bytes
      Cache
     
  4. 3.1. Cross-validation: evaluating estimator per...

    2 , 2 , 2 , 2 ] >>> groups = [ 1 , 1 , 2 , 2 , 3 , 3...)) [2 3] [0 1] [1 3] [0 2] [1 2] [0 3] [0 3] [1 2] [0 2] [1 3]...
    scikit-learn.org/stable/modules/cross_validation.html
    Mon Mar 23 20:39:23 UTC 2026
      26.1K bytes
      Cache
     
  5. RepeatedStratifiedKFold — scikit-learn 1.8.0 do...

    index=[1 2] Fold 2: Train: index=[1 3] Test: index=[0 2] Fold 3:...np . array ([[ 1 , 2 ], [ 3 , 4 ], [ 1 , 2 ], [ 3 , 4 ]]) >>>...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.RepeatedStratifiedKFold.html
    Mon Mar 23 20:39:23 UTC 2026
      15.2K bytes
      Cache
     
  6. IBM AIX SR-IOV access control list (ACL) suppor...

    PCIe4 2-port 100 GbE RoCE x16 adapter EC75 and EC76 PCIe4 2-port...SR‑IOV By Swetha Venkannagari Like 2 Save On this page Access control...
    developer.ibm.com/articles/aix-sriov-acl-nvidia-device-drivers/
    Tue Mar 24 02:17:06 UTC 2026
      18.7K bytes
      Cache
     
  7. unique_labels &#8212; scikit-learn 1.8.0 docume...

    2 , 3 , 4 ], [ 2 , 2 , 3 , 4 ]) array([1, 2, 3, 4]) &gt;&gt;&gt;...unique_labels ([ 1 , 2 , 10 ], [ 5 , 11 ]) array([ 1, 2, 5, 10, 11])...
    scikit-learn.org/stable/modules/generated/sklearn.utils.multiclass.unique_labels.html
    Mon Feb 02 09:23:44 UTC 2026
      107.2K bytes
      Cache
     
  8. d2_tweedie_score — scikit-learn 1.8.0 documenta...

    Like R^2, D^2 score may be negative (it need..., power = 0 ) [source] # \(D^2\) regression score function, fraction...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.d2_tweedie_score.html
    Mon Mar 23 20:39:21 UTC 2026
      13.9K bytes
      Cache
     
  9. LabelEncoder — scikit-learn 1.8.0 documentation

    array([2, 2, 1]...) >>> list ( le . inverse_transform ([ 2 , 2 ,...LabelEncoder () >>> le . fit ([ 1 , 2 , 2 , 6 ]) LabelEncoder() >>> le...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.LabelEncoder.html
    Mon Mar 23 20:39:20 UTC 2026
      14.7K bytes
      Cache
     
  10. RepeatedKFold — scikit-learn 1.8.0 documentation

    2 ], [ 3 , 4 ], [ 1 , 2 ], [ 3 , 4 ]]) >>>...RepeatedKFold ( n_splits = 2 , n_repeats = 2 , random_state = 2652124...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.RepeatedKFold.html
    Mon Mar 23 20:39:23 UTC 2026
      14.8K bytes
      Cache
     
Back to Top