Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1791 - 1800 of 2,529 for = (0.07 sec)

  1. auc — scikit-learn 1.5.2 documentation

    metrics >>> y = np . array ([ 1 , 1 , 2 , 2 ]) >>> pred = np . array...thresholds = metrics . roc_curve ( y , pred , pos_label = 2 ) >>>...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.auc.html
    Sat Nov 23 04:49:15 UTC 2024
      112.5K bytes
      Cache
     
  2. paired_distances — scikit-learn 1.5.2 documenta...

    paired_distances >>> X = [[ 0 , 1 ], [ 1 , 1 ]] >>> Y = [[ 0 , 1 ], [...paired_distances ( X , Y , * , metric = 'euclidean' , ** kwds ) [source]...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise.paired_distances.html
    Sat Nov 23 04:49:14 UTC 2024
      107.2K bytes
      Cache
     
  3. LastaFluteのパッケージ構成 | LastaFlute

    CachedFwAssistantDir { // ========== // Attribute // ========= @Resource protected...maihamaConfig ; // ========== // Assist // ====== @Override protected...
    dbflute.seasar.org/ja/lastaflute/howto/structure/pkgstructure.html
    Tue Nov 12 15:10:59 UTC 2024
      30.3K bytes
      Cache
     
  4. Built-in instrumentation modules | APM Go Agent...

    Handler = ... tracedHandler := apmhttp.Wrap(myHandler)...fasthttp.RequestHandler = func(ctx *fasthttp.RequestCtx) { apmCtx := apm.Tra...
    www.elastic.co/guide/en/apm/agent/go/current/builtin-modules.html
    Wed Sep 25 07:54:44 UTC 2024
      66.9K bytes
      Cache
     
  5. r_regression — scikit-learn 1.5.2 documentation

    y = make_regression ( ... n_samples = 50 , n_features = 3 ,...n_informative = 1 , noise = 1e-4 , random_state = 42 ... ) >>>...
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.r_regression.html
    Sat Nov 23 04:49:16 UTC 2024
      110.5K bytes
      Cache
     
  6. Digits Classification Exercise — scikit-learn 1...

    y_digits = datasets . load_digits ( return_X_y = True ) X_digits...X_digits = X_digits / X_digits . max () n_samples = len ( X_digits...
    scikit-learn.org/stable/auto_examples/exercises/plot_digits_classification_exercise.html
    Sat Nov 23 04:49:16 UTC 2024
      81.9K bytes
      Cache
     
  7. ndcg_score — scikit-learn 1.5.2 documentation

    k = None , sample_weight = None , ignore_ties = False ).../ 2 = .75 >>> ndcg_score ( true_relevance , scores , k = 1 )...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.ndcg_score.html
    Sat Nov 23 04:49:16 UTC 2024
      112.7K bytes
      Cache
     
  8. MultiOutputClassifier — scikit-learn 1.5.2 docu...

    y = make_multilabel_classification ( n_classes = 3 , random_state...random_state = 0 ) >>> clf = MultiOutputClassifie ( LogisticRegression...
    scikit-learn.org/stable/modules/generated/sklearn.multioutput.MultiOutputClassifier.html
    Sat Nov 23 04:49:16 UTC 2024
      140.9K bytes
      Cache
     
  9. ParameterBeanのプロパティオプション | DBFlute

    SimpleMemberPmb pmb = new SimpleMemberPmb(); FromToOption option = new FromToOption()....の場所で決まる and FORMALIZED_DATETIME >= /*pmb.fromFormalizedDate: fromDate...
    dbflute.seasar.org/ja/manual/function/generator/task/sql2entity/pmbpropoption.html
    Tue Nov 12 15:10:59 UTC 2024
      46.8K bytes
      Cache
     
  10. 6.6. Random Projection — scikit-learn 1.5.2 doc...

    johnson_lindenstrauss_min_dim ( n_samples = 1e6 , eps = 0.5 ) 663 >>> johnson_l...johnson_lindenstrauss_min_dim ( n_samples = 1e6 , eps = [ 0.5 , 0.1 , 0.01 ]) array([...
    scikit-learn.org/stable/modules/random_projection.html
    Sat Nov 23 04:49:14 UTC 2024
      48.4K bytes
      Cache
     
Back to top