Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 221 - 230 of 3,409 for 1 (0.08 sec)

  1. 1.4. Support Vector Machines — scikit-learn 1.7...

    “0 vs 1”, “0 vs 2” , … “0 vs n”, “1 vs 2”, “1 vs 3”, “1 vs n”,...vectors \(v^{0}_1, v^{1}_1\) and \(v^{0}_2, v^{1}_2\) respectively....
    scikit-learn.org/stable/modules/svm.html
    Mon Oct 20 15:12:26 UTC 2025
      125.5K bytes
      Cache
     
  2. 移行 0.9.6 to 0.9.6.1 | DBFlute

    すが、 特にH2が1.1系から1.2系にアップしていることに注意です。 1.2系で作成したDBに1.1のJAR経由ではアクセスできないようです。...という類いの例外が発生しました。 (ちなみに、1.1で作成されているDBに1.2のJAR経由はOKでした) アプリの方でどうしても1.2系にアップできないのであれば、...
    dbflute.seasar.org/ja/environment/upgrade/migration/migrate0960to0961.html
    Mon Sep 15 10:51:17 UTC 2025
      7K bytes
      Cache
     
  3. Demo of affinity propagation clustering algorit...

    centers = [[ 1 , 1 ], [ - 1 , - 1 ], [ 1 , - 1 ]] X , labels_true...0 ]], [ cluster_center [ 1 ], x [ 1 ]], color = col [ "color"...
    scikit-learn.org/stable/auto_examples/cluster/plot_affinity_propagation.html
    Mon Oct 20 15:12:27 UTC 2025
      97.5K bytes
      Cache
     
  4. Comparison of kernel ridge regression and SVR —...

    1 ), param_grid = { "alpha" : [ 1e0 , 0.1 , 1e-2 , 1e-3...with params: {'C': 1.0, 'gamma': np.float64(0.1)} and R2 score:...
    scikit-learn.org/stable/auto_examples/miscellaneous/plot_kernel_ridge_regression.html
    Mon Oct 20 15:12:27 UTC 2025
      122.9K bytes
      Cache
     
  5. paired_manhattan_distances — scikit-learn 1.7.2...

    array ([[ 1 , 1 , 0 ], [ 0 , 1 , 0 ], [ 0 , 0 , 1 ]]) >>> Y =...calculated between (X[0], Y[0]), (X[1], Y[1]), …, (X[n_samples], Y[n_samples])....
    scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise.paired_manhattan_distances.html
    Mon Oct 20 15:12:26 UTC 2025
      107.8K bytes
      Cache
     
  6. Comparing Target Encoder with Other Encoders — ...

    scikit-learn 1.4 Release Highlights for scikit-learn 1.4 Gallery...points price province region_1 region_2 variety winery 0 US This...
    scikit-learn.org/stable/auto_examples/preprocessing/plot_target_encoder.html
    Mon Oct 20 15:12:27 UTC 2025
      156.8K bytes
      Cache
     
  7. Selecting dimensionality reduction with Pipelin...

    n_jobs=1, param_grid=[{'classify__C': [1, 10, 100, 1000],...= [ 2 , 4 , 8 ] C_OPTIONS = [ 1 , 10 , 100 , 1000 ] param_grid...
    scikit-learn.org/stable/auto_examples/compose/plot_compare_reduction.html
    Mon Oct 20 15:12:27 UTC 2025
      135.6K bytes
      Cache
     
  8. OrdinalEncoder — scikit-learn 1.7.2 documentation

    inverse_transform ([[ 1 , 0 ], [ 0 , 1 ]]) array([['Male', 1], ['Female',... =- 1 ) . fit_transform ( X ) array([[ 1., 0.], [ 0., 1.], [...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.OrdinalEncoder.html
    Mon Oct 20 15:12:25 UTC 2025
      149.4K bytes
      Cache
     
  9. d2_pinball_score — scikit-learn 1.7.2 documenta...

    Added in version 1.1. Parameters : y_true array-like...d2_pinball_score >>> y_true = [ 1 , 2 , 3 ] >>> y_pred = [ 1 , 3 , 3 ] >>> d2_pinball_score...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.d2_pinball_score.html
    Mon Oct 20 15:12:26 UTC 2025
      110.9K bytes
      Cache
     
  10. paired_euclidean_distances — scikit-learn 1.7.2...

    [ 1 , 1 , 1 ]] >>> Y = [[ 1 , 0 , 0 ], [ 1 , 1 , 0 ]] >>>...paired_euclidean_distances ( X , Y ) array([1., 1.]) On this page This Page...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise.paired_euclidean_distances.html
    Mon Oct 20 15:12:26 UTC 2025
      106.7K bytes
      Cache
     
Back to top