Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 1051 - 1060 of over 10,000 for 2 (1.64 seconds)

Filter
  1. Compare cross decomposition methods — scikit-le...

    that: Y = XB + Err) [[1 1 1] [2 2 2] [0 0 0] [0 0 0] [0 0 0] [0..."X comp. 2" ) plt . title ( "X comp. 1 vs X comp. 2 (test corr...
    scikit-learn.org/stable/auto_examples/cross_decomposition/plot_compare_cross_decomposition.html
    Mon Mar 23 20:39:20 UTC 2026
      18.3K bytes
      Cache
     
  2. Concatenating multiple feature extraction metho...

    0s [CV 2/5; 2/18] START features__pca__n_components=1,...features__univ_select__k=1, svm__C=1 [CV 2/5; 2/18] END features__pca__n_components=1,...
    scikit-learn.org/stable/auto_examples/compose/plot_feature_union.html
    Mon Mar 23 20:39:20 UTC 2026
      16.8K bytes
      Cache
     
  3. ParameterSampler — scikit-learn 1.8.0 documenta...

    'a' : 2 }, ... { 'b' : 1.038159 , 'a' : 2 }] True On this...>>> param_grid = { 'a' :[ 1 , 2 ], 'b' : expon ()} >>> param_list...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.ParameterSampler.html
    Mon Mar 23 20:39:23 UTC 2026
      13.7K bytes
      Cache
     
  4. 1.12. Multiclass and multioutput algorithms — s...

    2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2,...1, 1, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2,...
    scikit-learn.org/stable/modules/multiclass.html
    Mon Mar 23 20:39:23 UTC 2026
      17.1K bytes
      1 views
      Cache
     
  5. RidgeCV — scikit-learn 1.8.0 documentation

    float \(R^2\) of self.predict(X) w.r.t. y . Notes The \(R^2\) score...coefficient of determination ( \(R^2\) ) otherwise. cv int, cross-validation...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.RidgeCV.html
    Mon Mar 23 20:39:23 UTC 2026
      19.5K bytes
      Cache
     
  6. Deploy a large installation | Elastic Docs

    with 256 GB RAM → 3 hosts total 2 hosts with 128 GB RAM each → 6...proxy role, as starting from ECE 2.4 the JVM proxy was replaced with...
    www.elastic.co/docs/deploy-manage/deploy/cloud-enterprise/deploy-large-installation
    Thu Mar 19 11:49:39 UTC 2026
      30.1K bytes
      Cache
     
  7. 로그 설정

    /^\d{4}-\d{2}-\d{2}/ format1 /^(?<time>\d{4}-\d{2}-\d{2} \d{...\d{2}:\d{2}:\d{2},\d{3}) \[(?<thread>.*?)\] (?<level&g...
    fess.codelibs.org/ko/15.4/config/admin-logging.html
    Mon Feb 09 02:52:16 UTC 2026
      70.3K bytes
      Cache
     
  8. SGD: convex loss functions — scikit-learn 1.8.0...

    ] = ( 1 - z [ z >= - 1 ]) ** 2 loss [ z >= 1.0 ] = 0 return loss...linspace ( xmin , xmax , 100 ) lw = 2 plt . plot ([ xmin , 0 , 0 , xmax...
    scikit-learn.org/stable/auto_examples/linear_model/plot_sgd_loss_functions.html
    Mon Mar 23 20:39:22 UTC 2026
      15.3K bytes
      Cache
     
  9. ShuffleSplit — scikit-learn 1.8.0 documentation

    2 , 1 , 2 , 1 , 2 ]) >>> rs = ShuffleSplit...Test: index=[5 2] Fold 1: Train: index=[4 0 2 5] Test: index=[1...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.ShuffleSplit.html
    Mon Mar 23 20:39:23 UTC 2026
      15.5K bytes
      Cache
     
  10. 3.4. Metrics and scoring: quantifying the quali...

    y_true = [ - 2 , - 2 , - 2 ] >>> y_pred = [ - 2 , - 2 , - 2 ] >>> r2_score...y_true = [ - 2 , - 2 , - 2 ] >>> y_pred = [ - 2 , - 2 , - 2 + 1e-8...
    scikit-learn.org/stable/modules/model_evaluation.html
    Mon Mar 23 20:39:21 UTC 2026
      62.7K bytes
      Cache
     
Back to Top