Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 1161 - 1170 of over 10,000 for 2 (2.61 seconds)

Filter
  1. Monotonic Constraints — scikit-learn 1.8.0 docu...

    2 Added support for feature names....versionadded:: 0.23 .. versionchanged:: 1.2 Accept dict of constraints with...
    scikit-learn.org/stable/auto_examples/ensemble/plot_monotonic_constraints.html
    Mon Mar 23 20:39:21 UTC 2026
      35K bytes
      Cache
     
  2. Simple 1D Kernel Density Estimation — scikit-le...

    subplots ( 2 , 2 , sharex = True , sharey = True...1.05 ) axi . set_xlim ( - 2.9 , 2.9 ) ax [ 0 , 1 ] . set_title...
    scikit-learn.org/stable/auto_examples/neighbors/plot_kde_1d.html
    Mon Mar 23 20:39:22 UTC 2026
      17.6K bytes
      Cache
     
  3. 문서

    단계 2: Fess 설치 단계 3: 시작 RPM 버전 설치 단계 1: OpenSearch 설치 단계 2: Fess...1: 파일을 개별적으로 다운로드 방법 2: Git으로 리포지토리 복제 단계 2: Docker Compose 파일...
    fess.codelibs.org/ko/documentation.html
    Mon Mar 23 02:57:26 UTC 2026
      441.2K bytes
      Cache
     
  4. ExpSineSquared — scikit-learn 1.8.0 documentation

    \text{exp}\left(- \frac{ 2\sin^2(\pi d(x_i, x_j)/p) }{ l^ 2} \right)\] where...0.0144 >>> gpr . predict ( X [: 2 ,:], return_std = True ) (array([425.6,...
    scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.kernels.ExpSineSquared.html
    Mon Mar 23 20:39:21 UTC 2026
      16K bytes
      Cache
     
  5. shuffle — scikit-learn 1.8.0 documentation

    2)> >>> X_sparse . toarray () array([[0., 0.], [2., 1.],...y array([2, 1, 0]) >>> shuffle ( y , n_samples = 2 , random_state...
    scikit-learn.org/stable/modules/generated/sklearn.utils.shuffle.html
    Mon Mar 23 20:39:23 UTC 2026
      14.6K bytes
      Cache
     
  6. DecisionTreeRegressor — scikit-learn 1.8.0 docu...

    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.tree.DecisionTreeRegressor.html
    Mon Mar 23 20:39:21 UTC 2026
      21.4K bytes
      Cache
     
  7. Reciprocal rank fusion | Reference

    _id: 2 = 1.0/(1+3) + 1.0/(1+2) = 0.5833 _id: 3 = 1.0/(1+2) + 1.0/(1+1)...from=2, size=2 would return documents [ 2 , 3 ] with ranks [3, 4]...
    www.elastic.co/docs/reference/elasticsearch/rest-apis/reciprocal-rank-fusion
    Fri Jan 30 17:46:17 UTC 2026
      2.1M bytes
      Cache
     
  8. StratifiedGroupKFold — scikit-learn 1.8.0 docum...

    index=[ 0 1 2 3 15 16] group=[1 1 2 2 8 8] Fold 2: Train: index=[...index=[ 0 1 2 3 7 8 9 10 11 15 16] group=[1 1 2 2 4 5 5 5 5 8...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.StratifiedGroupKFold.html
    Mon Mar 23 20:39:20 UTC 2026
      16.5K bytes
      Cache
     
  9. inplace_row_scale — scikit-learn 1.8.0 do...

    2 , 5 , 6 ]) >>> scale = np . array ([ 2 , 3 ,...>>> indptr = np . array ([ 0 , 2 , 3 , 4 , 5 ]) >>> indices...
    scikit-learn.org/stable/modules/generated/sklearn.utils.sparsefuncs.inplace_row_scale.html
    Mon Feb 02 09:23:44 UTC 2026
      109.1K bytes
      Cache
     
  10. top_k_accuracy_score — scikit-learn 1.8.0 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 Mar 23 20:39:20 UTC 2026
      14K bytes
      Cache
     
Back to Top