Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 951 - 960 of 2,296 for 2 (0.08 sec)

  1. DistanceMetric — scikit-learn 1.6.1 documentation

    HaversineDistance 2 arcsin(sqrt(sin^2(0.5*dx) + cos(x1)cos(x2)sin^2(0.5*dy)))...'euclidean' ) >>> X = [[ 1 , 2 ], [ 3 , 4 ], [ 5 , 6 ]] >>> Y...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.DistanceMetric.html
    Mon Apr 21 17:07:40 UTC 2025
      116.7K bytes
      Cache
     
  2. mean_squared_log_error — scikit-learn 1.6.1 doc...

    2 ], [ 7 , 6 ]] >>> y_pred = [[ 0.5 , 2 ], [ 1 , 2.5 ],...y_true = [ 3 , 5 , 2.5 , 7 ] >>> y_pred = [ 2.5 , 5 , 4 , 8 ] >>>...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.mean_squared_log_error.html
    Mon Apr 21 17:07:39 UTC 2025
      110K bytes
      Cache
     
  3. accuracy_score — scikit-learn 1.6.1 documentation

    2 , 1 , 3 ] >>> y_true = [ 0 , 1 , 2 , 3 ] >>> accuracy_score...], [ 1 , 1 ]]), np . ones (( 2 , 2 ))) 0.5 Gallery examples # Plot...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.accuracy_score.html
    Mon Apr 21 17:07:39 UTC 2025
      116.9K bytes
      Cache
     
  4. OnClause | DBFlute

    where 句 表示順が 2 のステータスに関連付く会員のみ検索対象 on 句 表示順が 2 のステータスのみが会員と結合される(会員は全て検索対象)....setDisplayOrder_Equal( 2 ); e.g. 会員ステータスの表示順が 2 のものだけを結合 @DisplaySql...
    dbflute.seasar.org/ja/manual/function/ormapper/conditionbean/query/onclause.html
    Fri Apr 18 17:54:32 UTC 2025
      14.7K bytes
      Cache
     
  5. auto_examples_python.zip

    - l / 2.0) ** 2 + (y - l / 2.0) ** 2 < (l / 2.0) ** 2 mask =...color=colors[y_pred]) plt.xlim(-2.5, 2.5) plt.ylim(-2.5, 2.5) plt.xticks(())...
    scikit-learn.org/stable/_downloads/07fcc19ba03226cd3d83d4e40ec44385/auto_examples_python.zip
    Sat Apr 19 00:31:21 UTC 2025
      1.6M bytes
      6 views
     
  6. Java - map() and flatMap() | DBFlute

    ----> | 1 | | {2, "land"} | mb.getMemberId() | 2 | | {3, "piary"}...flatMap() ----> | {103, 2, ...} | | {2, "land"} | mb.getPurchaseList()...
    dbflute.seasar.org/ja/manual/topic/programming/java/java8/mapandflat.html
    Fri Apr 18 17:54:33 UTC 2025
      21K bytes
      Cache
     
  7. RadiusNeighborsRegressor — scikit-learn 1.6.1 d...

    float \(R^2\) of self.predict(X) w.r.t. y . Notes The \(R^2\) score...'auto' , leaf_size = 30 , p = 2 , metric = 'minkowski' , metric_params...
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.RadiusNeighborsRegressor.html
    Mon Apr 21 17:07:39 UTC 2025
      150.9K bytes
      Cache
     
  8. PredefinedSplit — scikit-learn 1.6.1 documentation

    2 ], [ 3 , 4 ], [ 1 , 2 ], [ 3 , 4 ]]) >>>...index=[1 2 3] Test: index=[0] Fold 1: Train: index=[0 2] Test:...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.PredefinedSplit.html
    Mon Apr 21 17:07:40 UTC 2025
      116.1K bytes
      Cache
     
  9. Release Highlights for scikit-learn 1.5 — sciki...

    nothing; each false negative costs 2; each false positive costs 0.1...."all" ) . ravel () return tp - 2 * fn - 0.1 * fp print ( "Untuned...
    scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_1_5_0.html
    Mon Apr 21 17:07:38 UTC 2025
      122.6K bytes
      Cache
     
  10. ExtraTreesRegressor — scikit-learn 1.6.1 docume...

    float \(R^2\) of self.predict(X) w.r.t. y . Notes The \(R^2\) score...= None , min_samples_split = 2 , min_samples_leaf = 1 , min_...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.ExtraTreesRegressor.html
    Mon Apr 21 17:07:39 UTC 2025
      165.2K bytes
      Cache
     
Back to top