Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 231 - 240 of 3,451 for 1 (0.08 sec)

  1. precision_score — scikit-learn 1.5.2 documentation

    [ 1 , 1 , 1 ], [ 0 , 1 , 1 ]] >>> y_pred = [[...[[ 0 , 0 , 0 ], [ 1 , 1 , 1 ], [ 1 , 1 , 0 ]] >>> precision_score...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.precision_score.html
    Thu Oct 31 11:00:32 UTC 2024
      124.4K bytes
      Cache
      Similar Results (1)
     
  2. 1.17. Neural network models (supervised) — scik...

    [ 1. , 1. ]] >>> y = [[ 0 , 1 ], [ 1 , 1 ]] >>> clf...= [[ 0. , 0. ], [ 1. , 1. ]] >>> y = [ 0 , 1 ] >>> clf = MLPClassifier...
    scikit-learn.org/stable/modules/neural_networks_supervised.html
    Thu Oct 31 11:00:32 UTC 2024
      67K bytes
      Cache
     
  3. completeness_score — scikit-learn 1.5.2 documen...

    1 , 1 ], [ 1 , 1 , 0 , 0 ]) np.float64(1.0) Non-perfect...completeness_score ([ 0 , 0 , 1 , 1 ], [ 0 , 1 , 0 , 1 ])) 0.0 >>> print...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.completeness_score.html
    Thu Oct 31 11:00:34 UTC 2024
      113.9K bytes
      Cache
     
  4. f1_score — scikit-learn 1.5.2 documentation

    [ 1 , 1 , 1 ], [ 0 , 1 , 1 ]] >>> y_pred = [[...[[ 0 , 0 , 0 ], [ 1 , 1 , 1 ], [ 1 , 1 , 0 ]] >>> f1_score ( y_true...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.f1_score.html
    Thu Oct 31 11:00:34 UTC 2024
      124.3K bytes
      Cache
     
  5. confusion_matrix — scikit-learn 1.5.2 documenta...

    1 , 0 , 1 ], [ 1 , 1 , 1 , 0 ]) . ravel ()...negatives is \(C_{1,0}\) , true positives is \(C_{1,1}\) and false...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.confusion_matrix.html
    Thu Oct 31 11:00:32 UTC 2024
      116.7K bytes
      Cache
     
  6. minmax_scale — scikit-learn 1.5.2 documentation

    1 , 2 ], [ - 1 , 0 , 1 ]] >>> minmax_scale...independently array([[0., 1., 1.], [1., 0., 0.]]) >>> minmax_scale...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.minmax_scale.html
    Wed Oct 30 00:20:47 UTC 2024
      114.7K bytes
      Cache
     
  7. 移行 1.1.0 to 1.1.0-sp4 | DBFlute

    SiteMap | Author's Blog 移行 1.1.0 to 1.1.0-sp4 お約束の注意点 環境上の注意点 な...互換モード、LambdaのselectEntity()の戻り値 1.0.x から 1.1.x に互換モードで移行した人だけが対象です。 ...
    dbflute.seasar.org/ja/environment/upgrade/migration/migrate110to110sp4.html
    Thu Oct 31 08:02:02 UTC 2024
      10.1K bytes
      Cache
     
  8. Demo of OPTICS clustering algorithm — scikit-le...

    subplot ( G [ 1 , 0 ]) ax3 = plt . subplot ( G [ 1 , 1 ]) ax4 = plt...labels_ == - 1 , 0 ], X [ clust . labels_ == - 1 , 1 ], "k+" , alpha...
    scikit-learn.org/stable/auto_examples/cluster/plot_optics.html
    Thu Oct 31 11:00:34 UTC 2024
      103.4K bytes
      1 views
      Cache
     
  9. Tweedie regression on insurance claims — scikit...

    tweedie_powers = [ 1.5 , 1.7 , 1.8 , 1.9 , 1.99 , 1.999 , 1.9999 ] scores_product_model...dev p=1.9990 1.914573e+03 1.914370e+03 1.914538e+03 1.914387e+03...
    scikit-learn.org/stable/auto_examples/linear_model/plot_tweedie_regression_insurance_claims.html
    Thu Oct 31 11:00:32 UTC 2024
      174.9K bytes
      Cache
     
  10. Version 0.13 — scikit-learn 1.6.dev0 documentation

    Jackman 1 Subhodeep Moitra 1 bob 1 dengemann 1 emanuele 1 x006 On...Coelho 1 Miroslav Batchkarov 1 Pavel 1 Sebastian Berg 1 Shaun...
    scikit-learn.org/dev/whats_new/v0.13.html
    Sat Oct 26 12:39:01 UTC 2024
      72.5K bytes
      Cache
      Similar Results (1)
     
Back to top