Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 771 - 780 of 2,446 for 2 (0.07 sec)

  1. check_X_y — scikit-learn 1.7.2 documentation

    2 ], [ 3 , 4 ], [ 5 , 6 ]] >>> y = [ 1 , 2 , 3 ] >>>...array([[1, 2], [3, 4], [5, 6]]) >>> y array([1, 2, 3]) On this...
    scikit-learn.org/stable/modules/generated/sklearn.utils.check_X_y.html
    Sat Nov 01 09:15:33 UTC 2025
      115.6K bytes
      Cache
     
  2. スケジューラ

    ように記述します(前提としてウェブクロール設定のIDを1と2としファイルシステムクロール設定のIDを1とします)。 return..."info" ) . webConfigIds ([ "1" , "2" ] as String []) . fileConfigIds...
    fess.codelibs.org/ja/15.3/admin/scheduler-guide.html
    Mon Nov 03 02:40:33 UTC 2025
      33.4K bytes
      Cache
      Similar Results (1)
     
  3. Principal Component Regression vs Partial Least...

    n_samples ) / 2 fig , axes = plt . subplots ( 1 , 2 , figsize =...target. pca_2 = make_pipeline ( PCA ( n_components = 2 ), LinearRegression...
    scikit-learn.org/stable/auto_examples/cross_decomposition/plot_pcr_vs_pls.html
    Mon Nov 03 14:20:04 UTC 2025
      112.9K bytes
      Cache
     
  4. sort_graph_by_row_values — scikit-learn 1.7.2 d...

    2. ], ... [ 1. , 2. , 0. ]]) >>> X . data...data array([3., 1., 3., 2., 1., 2.]) >>> X_ = sort_graph_by_row_values...
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.sort_graph_by_row_values.html
    Mon Nov 03 14:20:04 UTC 2025
      108.1K bytes
      Cache
     
  5. top_k_accuracy_score — scikit-learn 1.7.2 docum...

    2 , 2 ]) >>> y_score = np . array ([[ 0.5 , 0.2 , 0.2 ], #...top 2 ... [ 0.3 , 0.4 , 0.2 ], # 1 is in top 2 ... [ 0.2 , 0.4...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.top_k_accuracy_score.html
    Mon Nov 03 14:20:04 UTC 2025
      112.5K bytes
      1 views
      Cache
     
  6. dict_learning — scikit-learn 1.7.2 documentation

    _Fro ^ 2 + alpha * || U || _1 , 1 ( U , V ) with || V_k || _2 = 1...X_hat - X ) ** 2 , axis = 1 ) / np . sum ( X ** 2 , axis = 1 ))...
    scikit-learn.org/stable/modules/generated/sklearn.decomposition.dict_learning.html
    Mon Nov 03 14:20:04 UTC 2025
      120.1K bytes
      Cache
     
  7. APM Server version 6.2 | APM Server Reference [...

    2.3 APM Server version 6.2.2 APM Server version 6.2.1 APM...Server version 6.2 View commits APM Server version 6.2.4 APM Server...
    www.elastic.co/guide/en/apm/server/current/release-notes-6.2.html
    Tue Nov 21 23:15:48 UTC 2023
      22.5K bytes
      Cache
     
  8. euclidean_distances — scikit-learn 1.7.2 docume...

    x ) - 2 * dot ( x , y ) + dot ( y , y...dot-products of vectors in Y (e.g., (Y**2).sum(axis=1) ) May be ignored...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise.euclidean_distances.html
    Mon Nov 03 14:20:05 UTC 2025
      111.5K bytes
      Cache
     
  9. Plot the decision surfaces of ensembles of tree...

    2 , w_pad = 0.2 , pad = 2.5 ) plt . show ()...pair in ([ 0 , 1 ], [ 0 , 2 ], [ 2 , 3 ]): for model in models...
    scikit-learn.org/stable/auto_examples/ensemble/plot_forest_iris.html
    Mon Nov 03 14:20:05 UTC 2025
      113.9K bytes
      Cache
     
  10. 7.5. Unsupervised dimensionality reduction — sc...

    2. Random projections # The module:...
    scikit-learn.org/stable/modules/unsupervised_reduction.html
    Mon Nov 03 14:20:03 UTC 2025
      35.9K bytes
      Cache
     
Back to top