Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 1151 - 1160 of over 10,000 for 2 (0.31 seconds)

Filter
  1. d2_pinball_score — scikit-learn 1.8.0 documenta...

    Notes Like \(R^2\) , \(D^2\) score may be negative (it...([[ 1 ], [ 2 ], [ 3 ], [ 4 ]]) >>> y = np . array ([ 2.5 , 0.0 ,...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.d2_pinball_score.html
    Mon Mar 23 20:39:20 UTC 2026
      14.7K bytes
      Cache
     
  2. Datenspeicher-Crawl

    2,タイトル 2,テスト2です。 3,タイトル 3,テスト3です。 4,タイトル...VALUES ( 'タイトル 2' , 'コンテンツ 2 です.' , '34.701909'...
    fess.codelibs.org/de/15.4/admin/dataconfig-guide.html
    Mon Feb 09 02:45:12 UTC 2026
      58.6K bytes
      Cache
     
  3. 1.17. Neural network models (supervised) — scik...

    predict ([[ 2. , 2. ], [ - 1. , - 2. ]]) array([1, 0])...coef in clf . coefs_ ] [(2, 5), (5, 2), (2, 1)] Currently, MLPClassifier...
    scikit-learn.org/stable/modules/neural_networks_supervised.html
    Mon Mar 23 20:39:21 UTC 2026
      13.9K bytes
      Cache
     
  4. feature_extraction.rst.txt

    2.0986]}{\sqrt{\big(3^2 + 0^2 + 2.0986^2\big)}} = [...(one_image, (2, 2)) >>> patches.shape (9, 2, 2, 3) >>> patches[4,...
    scikit-learn.org/stable/_sources/modules/feature_extraction.rst.txt
    Tue Mar 17 03:44:36 UTC 2026
      15.4K bytes
     
  5. dbscan — scikit-learn 1.8.0 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
    Mon Mar 23 20:39:23 UTC 2026
      15.8K bytes
      Cache
     
  6. 1.10. Decision Trees — scikit-learn 1.8.0 docum...

    [ 2 , 2 ]] >>> y = [ 0.5 , 2.5 ] >>> clf = tree...samples: >>> clf . predict ([[ 2. , 2. ]]) array([1]) In case that...
    scikit-learn.org/stable/modules/tree.html
    Mon Mar 23 20:39:23 UTC 2026
      19.9K bytes
      Cache
     
  7. TransformedTargetRegressor — scikit-learn 1.8.0...

    float \(R^2\) of self.predict(X) w.r.t. y . Notes The \(R^2\) score...The function needs to return a 2-dimensional array. inverse_func...
    scikit-learn.org/stable/modules/generated/sklearn.compose.TransformedTargetRegressor.html
    Mon Mar 23 20:39:23 UTC 2026
      18.1K bytes
      Cache
     
  8. Sparse coding with a precomputed dictionary — s...

    ) ** 2 / width ** 2 ) * np . exp ( - (( x - center ) ** 2 ) /.../ ( 2 * width ** 2 )) ) return x def ricker_matrix ( width , resolution...
    scikit-learn.org/stable/auto_examples/decomposition/plot_sparse_coding.html
    Mon Mar 23 20:39:20 UTC 2026
      17.1K bytes
      Cache
     
  9. LeaveOneGroupOut — scikit-learn 1.8.0 documenta...

    2 , 1 , 2 ]) >>> groups = np . array ([ 1 , 1 , 2 , 2 ]) >>>...Fold 0: Train: index=[2 3], group=[2 2] Test: index=[0 1], group=[1...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.LeaveOneGroupOut.html
    Mon Mar 23 20:39:21 UTC 2026
      15.1K bytes
      Cache
     
  10. LeavePGroupsOut — scikit-learn 1.8.0 documentation

    group=[2] Test: index=[0 2], group=[1 3] Fold 2: Train: index=[0],...array ([ 1 , 2 , 1 ]) >>> groups = np . array ([ 1 , 2 , 3 ]) >>>...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.LeavePGroupsOut.html
    Mon Mar 23 20:39:21 UTC 2026
      15.2K bytes
      Cache
     
Back to Top