Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 1001 - 1010 of 8,150 for 2 (0.14 seconds)

Filter
  1. 개발 워크플로우

    Issue 확인·작성 ↓ 2. 브랜치 생성 ↓ 3. 코딩 ↓ 4. 로컬 테스트 실행...버그에 대한 간결한 설명 ## 재현 절차 1. ... 2. ... 3. ... ## 예상되는 동작 본래 어떻게...
    fess.codelibs.org/ko/dev/workflow.html
    Mon Mar 23 02:59:01 UTC 2026
      58.8K bytes
      Cache
     
  2. chi2 — scikit-learn 1.8.0 documentation

    2 , 2 ]) >>> chi2_stats , p_values...[ 5 , 4 , 1 ], ... [ 6 , 6 , 2 ], ... [ 1 , 4 , 0 ], ... [ 0...
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.chi2.html
    Mon Mar 23 20:39:23 UTC 2026
      14K bytes
      Cache
     
  3. dict_learning — scikit-learn 1.8.0 documentation

    X_hat - X ) ** 2 , axis = 1 ) / np . sum ( X ** 2 , axis = 1 ))...argmin 0.5 || X - U V || _Fro ^ 2 + alpha * || U || _1 , 1 ( U ,...
    scikit-learn.org/stable/modules/generated/sklearn.decomposition.dict_learning.html
    Mon Mar 23 20:39:21 UTC 2026
      15K bytes
      Cache
     
  4. Comparison between grid search and successive h...

    1e-2 , 1e-3 , 1e-4 , 1e-5 , 1e-6 ,...param_grid = param_grid , factor = 2 , random_state = rng ) gsh . fit...
    scikit-learn.org/stable/auto_examples/model_selection/plot_successive_halving_heatmap.html
    Mon Mar 23 20:39:22 UTC 2026
      17K bytes
      Cache
     
  5. FeatureUnion — scikit-learn 1.8.0 documentation

    n_components = 2 ))]) >>> X = [[ 0. , 1. , 3 ], [ 2. , 2. , 5 ]] >>>...parameters. Added in version 1.2. n_features_in_ int Number of...
    scikit-learn.org/stable/modules/generated/sklearn.pipeline.FeatureUnion.html
    Mon Mar 23 20:39:20 UTC 2026
      16.7K bytes
      Cache
     
  6. Label Propagation digits: Demonstrating perform...

    RandomState ( 2 ) indices = np . arange ( len...1.00 1.00 27 1 0.82 1.00 0.90 37 2 1.00 0.86 0.92 28 3 1.00 0.80...
    scikit-learn.org/stable/auto_examples/semi_supervised/plot_label_propagation_digits.html
    Mon Mar 23 20:39:20 UTC 2026
      16.7K bytes
      Cache
     
  7. DecisionTreeClassifier — scikit-learn 1.8.0 doc...

    min_samples_split = 2 , min_samples_leaf = 1 , min_...min_samples_split int or float, default=2 The minimum number of samples...
    scikit-learn.org/stable/modules/generated/sklearn.tree.DecisionTreeClassifier.html
    Mon Mar 23 20:39:20 UTC 2026
      22.3K bytes
      Cache
     
  8. Kernel — scikit-learn 1.8.0 documentation

    length_scale = 2.0 ) >>> X = np . array ([[ 1 , 2 ], [ 3 , 4 ]])..., X if Y is None else Y ) ** 2 ... def diag ( self , X ): ......
    scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.kernels.Kernel.html
    Mon Mar 23 20:39:23 UTC 2026
      14.8K bytes
      Cache
     
  9. Programador de Tareas

    configuración de rastreo web son 1 y 2, y el ID de configuración de rastreo..."info" ) . webConfigIds ([ "1" , "2" ] as String []) . fileConfigIds...
    fess.codelibs.org/es/15.5/admin/scheduler-guide.html
    Mon Mar 23 02:52:36 UTC 2026
      36.2K bytes
      Cache
     
  10. DictVectorizer — scikit-learn 1.8.0 documentation

    'bar' : 2 }, { 'foo' : 3 , 'baz' : 1 }]...fit_transform ( D ) >>> X array([[2., 0., 1.], [0., 1., 3.]]) >>>...
    scikit-learn.org/stable/modules/generated/sklearn.feature_extraction.DictVectorizer.html
    Mon Mar 23 20:39:21 UTC 2026
      16.9K bytes
      Cache
     
Back to Top