Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 821 - 830 of over 10,000 for 2 (0.18 seconds)

Filter
  1. 3.4. Metrics and scoring: quantifying the quali...

    y_true = [ - 2 , - 2 , - 2 ] >>> y_pred = [ - 2 , - 2 , - 2 ] >>> r2_score...y_true = [ - 2 , - 2 , - 2 ] >>> y_pred = [ - 2 , - 2 , - 2 + 1e-8...
    scikit-learn.org/stable/modules/model_evaluation.html
    Mon Mar 23 20:39:21 UTC 2026
      62.7K bytes
      Cache
     
  2. Scheduler API

    hours 0 0 2 * * MON Execute every Monday at 2 AM 0 0 2 1 * ? Execute...Expression Description 0 0 2 * * ? Execute daily at 2 AM 0 0 0/6 * * ?...
    fess.codelibs.org/15.5/api/admin/api-admin-scheduler.html
    Mon Mar 23 02:47:57 UTC 2026
      50.4K bytes
      Cache
     
  3. make_friedman1 — scikit-learn 1.8.0 documentation

    2 ] - 0.5 ) ** 2 + 10 * X [:, 3 ] + 5 *...in Friedman [1] and Breiman [2]. Inputs X are independent features...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.make_friedman1.html
    Mon Mar 23 20:39:21 UTC 2026
      13.7K bytes
      Cache
     
  4. Matern — scikit-learn 1.8.0 documentation

    \frac{1}{\Gamma(\nu)2^{\nu-1}}\Bigg( \frac{\sqrt{2\nu}}{l} d(x_i ,...the RBF kernel. When \(\nu = 1/2\) , the Matérn kernel becomes...
    scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.kernels.Matern.html
    Mon Mar 23 20:39:21 UTC 2026
      16.2K bytes
      Cache
     
  5. MultiTaskElasticNet — scikit-learn 1.8.0 docume...

    [ 2 , 2 ]], [[ 0 , 0 ], [ 1 , 1 ], [ 2 , 2 ]]) Multi...is: ( 1 / ( 2 * n_samples )) * || Y - XW || _Fro ^ 2 + alpha *...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.MultiTaskElasticNet.html
    Mon Mar 23 20:39:20 UTC 2026
      19.6K bytes
      Cache
     
  6. mutual_info_classif — scikit-learn 1.8.0 docume...

    [ 2 ] ( 1 , 2 ) A. Kraskov, H. Stogbauer...neighbors distances as described in [2] and [3] . Both methods are based...
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.mutual_info_classif.html
    Mon Mar 23 20:39:21 UTC 2026
      15.2K bytes
      Cache
     
  7. smacof — scikit-learn 1.8.0 documentation

    2 ], [ 1 , 0 , 3 ], [ 2 , 3 , 0 ]]) >>> dissimilarities...metric = True , n_components = 2 , init = None , n_init = 'warn'...
    scikit-learn.org/stable/modules/generated/sklearn.manifold.smacof.html
    Mon Mar 23 20:39:20 UTC 2026
      15.2K bytes
      Cache
     
  8. Beginner's guide to Python

    then try the following: >>> 2 + 2 Copy code You should get the...1 , 2 , 3 , 4 , 5 , 6 ] evens = [n for n in nums if n % 2 == 0...
    developer.ibm.com/tutorials/python-beginners-guide/
    Tue Mar 17 04:25:44 UTC 2026
      25K bytes
      1 views
      Cache
     
  9. 8.3. Generated datasets — scikit-learn 1.8.0 do...

    "n_clusters_per_class" : 2 , "n_classes" : 2 }, { "n_informative" : 2 , "n_clusters_per_class"...1 , "n_classes" : 2 }, { "n_informative" : 2 , "n_clusters_per_class"...
    scikit-learn.org/stable/datasets/sample_generators.html
    Mon Mar 23 20:39:20 UTC 2026
      9.9K bytes
      Cache
     
  10. SVC — scikit-learn 1.8.0 documentation

    [ - 2 , - 1 ], [ 1 , 1 ], [ 2 , 1 ]]) >>> y = np...np . array ([ 1 , 1 , 2 , 2 ]) >>> from sklearn.svm import SVC...
    scikit-learn.org/stable/modules/generated/sklearn.svm.SVC.html
    Mon Mar 23 20:39:20 UTC 2026
      24.1K bytes
      Cache
     
Back to Top