Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 291 - 300 of 2,642 for 2 (0.07 sec)

  1. mutual_info_regression — scikit-learn 1.5.2 doc...

    [ 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_regression.html
    Thu Sep 19 14:56:28 UTC 2024
      113.6K bytes
      Cache
     
  2. LabelEncoder — scikit-learn 1.5.2 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
    Thu Sep 19 14:56:27 UTC 2024
      122.5K bytes
      Cache
     
  3. johnson_lindenstrauss_min_dim — scikit-learn 1....

    ||u - v||^2 < ||p(u) - p(v)||^2 < (1 + eps) ||u - v||^2 Where u...>= 4 log(n_samples) / (eps^2 / 2 - eps^3 / 3) Note that the number...
    scikit-learn.org/stable/modules/generated/sklearn.random_projection.johnson_lindenstrauss_min_dim...
    Tue Sep 17 17:21:49 UTC 2024
      110.1K bytes
      Cache
     
  4. dbscan — scikit-learn 1.5.2 documentation

    2 ], [ 2 , 2 ], [ 2 , 3 ], [ 8 , 7 ], [ 8...min_samples = 2 ) >>> core_samples array([0, 1, 2, 3, 4]) >>> labels...
    scikit-learn.org/stable/modules/generated/dbscan-function.html
    Thu Sep 19 14:56:27 UTC 2024
      114.9K bytes
      Cache
     
  5. ClassifierChain — scikit-learn 1.5.2 documentation

    2 , ... , Y . shape [ 1 ] - 1 ]...length 5.: order = [ 1 , 3 , 2 , 4 , 0 ] means that the first...
    scikit-learn.org/stable/modules/generated/sklearn.multioutput.ClassifierChain.html
    Thu Sep 19 14:56:28 UTC 2024
      139.2K bytes
      Cache
     
  6. locally_linear_embedding — scikit-learn 1.5.2 d...

    (n_components + 1) / 2. see reference [2] modified use the modified...n_components = 2 ) >>> embedding . shape (100, 2) Gallery examples...
    scikit-learn.org/stable/modules/generated/sklearn.manifold.locally_linear_embedding.html
    Thu Sep 19 14:56:28 UTC 2024
      114.7K bytes
      Cache
     
  7. root_mean_squared_error — scikit-learn 1.5.2 do...

    2 , 7 ] >>> y_pred = [ 2.5 , 0.0 , 2 , 8 ] >>> r...]] >>> y_pred = [[ 0 , 2 ],[ - 1 , 2 ],[ 8 , - 5 ]] >>> root_mean_squared_error...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.root_mean_squared_error.html
    Thu Sep 19 14:56:27 UTC 2024
      110.3K bytes
      Cache
     
  8. Sum — scikit-learn 1.5.2 documentation

    takes two kernels \(k_1\) and \(k_2\) and combines them via \[k_{sum}(X,...\[k_{sum}(X, Y) = k_1(X, Y) + k_2(X, Y)\] Note that the __add__ magic...
    scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.kernels.Sum.html
    Thu Sep 19 14:56:27 UTC 2024
      121.4K bytes
      Cache
     
  9. ハンズオン セクション 2 | DBFlute

    Author's Blog (旧ページ)ハンズオン セクション 2 ページが移動しました ページが移動しました 絶賛ハンズオンリファクタリング中です。...絶賛ハンズオンリファクタリング中です。 ハンズオントレーニング Section 2 アーキテクトのチュートリアル 必要な知識 開発時にやるべきこと...
    dbflute.seasar.org/ja/tutorial/handson/phase1/hands-on02.html
    Tue Sep 17 12:05:06 UTC 2024
      6K bytes
      Cache
      Similar Results (11)
     
  10. median_absolute_error — scikit-learn 1.5.2 docu...

    2 , 7 ] >>> y_pred = [ 2.5 , 0.0 , 2 , 8 ] >>> m...]] >>> y_pred = [[ 0 , 2 ], [ - 1 , 2 ], [ 8 , - 5 ]] >>> median_absolute_error...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.median_absolute_error.html
    Thu Sep 19 14:56:27 UTC 2024
      111.7K bytes
      Cache
     
Back to top