Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1271 - 1280 of 2,486 for 2 (0.07 sec)

  1. median_absolute_error — scikit-learn 1.6.0 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
    Tue Jan 07 00:36:17 UTC 2025
      112.7K bytes
      Cache
     
  2. LassoLars — scikit-learn 1.6.0 documentation

    is: ( 1 / ( 2 * n_samples )) * || y - Xw ||^ 2_2 + alpha * ||...float \(R^2\) of self.predict(X) w.r.t. y . Notes The \(R^2\) score...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.LassoLars.html
    Tue Jan 07 00:36:17 UTC 2025
      143.6K bytes
      Cache
     
  3. ハンズオンセクション 3 | DBFlute

    [2] 会員ステータスと会員セキュリティ情報も取得して会員を検索...※カージナリティを意識しましょう [3] 会員セキュリティ情報のリマインダ質問で2という文字が含まれている会員を検索 会員セキュリティ情報のデータ自体は要らない...
    dbflute.seasar.org/ja/tutorial/handson/section03.html
    Tue Nov 12 15:10:59 UTC 2024
      24.8K bytes
      Cache
     
  4. Sum — scikit-learn 1.6.0 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
    Tue Jan 07 00:36:17 UTC 2025
      122.3K bytes
      Cache
     
  5. Understanding the decision tree structure — sci...

    3] = 2.4) > 0.800000011920929) decision node 2 : (X_test[0,...0.800000011920929 else to node 2. node=1 is a leaf node with value=[[1....
    scikit-learn.org/stable/auto_examples/tree/plot_unveil_tree_structure.html
    Tue Jan 07 00:36:17 UTC 2025
      128.5K bytes
      Cache
     
  6. OrdinalEncoder — scikit-learn 1.6.0 documentation

    transform ( X_test ) array([[2.], [0.], [1.], [2.], [3.], [4.]]) fit (...scikit-learn 1.2 Release Highlights for scikit-learn 1.2 Categorical...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.OrdinalEncoder.html
    Tue Jan 07 00:36:17 UTC 2025
      150.5K bytes
      Cache
     
  7. VotingRegressor — scikit-learn 1.6.0 documentation

    float \(R^2\) of self.predict(X) w.r.t. y . Notes The \(R^2\) score...X = np . array ([[ 1 , 1 ], [ 2 , 4 ], [ 3 , 9 ], [ 4 , 16 ],...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.VotingRegressor.html
    Tue Jan 07 00:36:17 UTC 2025
      153.3K bytes
      Cache
     
  8. murmurhash3_32 — scikit-learn 1.6.0 documentation

    to a signed int from -(2 ** 31) to 2 ** 31 - 1 Examples >>> from...to an unsigned int from 0 to 2 ** 32 - 1 False: the results is...
    scikit-learn.org/stable/modules/generated/sklearn.utils.murmurhash3_32.html
    Sun Jan 05 21:19:34 UTC 2025
      106K bytes
      Cache
     
  9. PolynomialCountSketch — scikit-learn 1.6.0 docu...

    degree = 2 , coef0 = 0 , n_components = 100...approximated. degree int, default=2 Degree of the polynomial kernel...
    scikit-learn.org/stable/modules/generated/sklearn.kernel_approximation.PolynomialCountSketch.html
    Tue Jan 07 00:36:17 UTC 2025
      133.9K bytes
      1 views
      Cache
     
  10. AffinityPropagation — scikit-learn 1.6.0 docume...

    2 ], [ 1 , 4 ], [ 1 , 0 ], ... [ 4 , 2 ], [ 4 , 4...cluster_centers_ array([[1, 2], [4, 2]]) fit ( X , y = None ) [source]...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.AffinityPropagation.html
    Tue Jan 07 00:36:17 UTC 2025
      130.5K bytes
      1 views
      Cache
     
Back to top