Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 461 - 480 of 1,271 for test (0.48 sec)

  1. decomposition.rst.txt

    ||X-UV||_{\text{Fro}}^2+\alpha||V||_{1,1} \\ \text{subject to...||X-UV||_{\text{Fro}}^2+\alpha||U||_{1,1} \\ \text{subject to...
    scikit-learn.org/stable/_sources/modules/decomposition.rst.txt
    Tue Nov 04 06:34:51 UTC 2025
      45.8K bytes
      6 views
     
  2. GraphicalLasso — scikit-learn 1.7.2 documentation

    : X_test array-like of shape (n_samples, n_features) Test data...the observations. score ( X_test , y = None ) [source] # Compute...
    scikit-learn.org/stable/modules/generated/sklearn.covariance.GraphicalLasso.html
    Wed Nov 05 14:36:36 UTC 2025
      132.4K bytes
      Cache
     
  3. Caching nearest neighbors — scikit-learn 1.7.2 ...

    cv_results_ [ "mean_test_score" ], yerr = grid_model...grid_model . cv_results_ [ "std_test_score" ], ) axes [ 0 ] . set ( xlabel...
    scikit-learn.org/stable/auto_examples/neighbors/plot_caching_nearest_neighbors.html
    Wed Nov 05 14:36:32 UTC 2025
      93.5K bytes
      Cache
     
  4. Confusion matrix — scikit-learn 1.7.2 documenta...

    set and a test set X_train , X_test , y_train , y_test = train_test_split...from_estimator ( classifier , X_test , y_test , display_labels = class_names...
    scikit-learn.org/stable/auto_examples/model_selection/plot_confusion_matrix.html
    Wed Nov 05 14:36:33 UTC 2025
      88.9K bytes
      Cache
     
  5. UTFluteのセットアップ | DBFlute

    @Java /** * The test case with container for unit test. * @author...PlainTestCase { public void test_demo() { // メソッド名が test で始まること markHere(...
    dbflute.seasar.org/ja/manual/function/helper/utflute/setup.html
    Mon Sep 15 10:51:17 UTC 2025
      23.5K bytes
      2 views
      Cache
     
  6. Feature importances with a forest of trees — sc...

    X_test , y_train , y_test = train_test_split ( X ,...permutation_importance ( forest , X_test , y_test , n_repeats = 10 , random_state...
    scikit-learn.org/stable/auto_examples/ensemble/plot_forest_importances.html
    Wed Nov 05 14:36:33 UTC 2025
      123.2K bytes
      Cache
     
  7. Swaggerの環境セットアップ | LastaFlute

    実際には、UTFluteが依存していますが、UTFlute自体はtestスコープなので、そのままだとアプリ実行環境で使えないので...を [App]LastaDocTest に追加します。 test_swaggerJson() を追加し、さらに prepareMockContextPa()...
    dbflute.seasar.org/ja/lastaflute/howto/structure/swaggerenv.html
    Mon Sep 15 10:51:17 UTC 2025
      30.5K bytes
      Cache
     
  8. Regularization path of L1- Logistic Regression ...

    regularization on training and test error Effect of model regularization...regularization on training and test error MNIST classification using...
    scikit-learn.org/stable/auto_examples/linear_model/plot_logistic_path.html
    Wed Nov 05 14:36:33 UTC 2025
      97K bytes
      Cache
     
  9. Nearest Neighbors regression — scikit-learn 1.7...

    axis = 0 ) X_test = np . linspace ( 0 , 5 , 500...X_train , y ) . predict ( X_test ) plt . subplot ( 2 , 1 , i...
    scikit-learn.org/stable/auto_examples/neighbors/plot_regression.html
    Wed Nov 05 14:36:33 UTC 2025
      91.4K bytes
      Cache
     
  10. Post-hoc tuning the cut-off point of decision f...

    Series ( [ est . best_threshold_ for est in cv_results_tuned_model...value_counts () class tested_negative 500 tested_positive 268 Name:...
    scikit-learn.org/stable/auto_examples/model_selection/plot_tuned_decision_threshold.html
    Wed Nov 05 14:36:35 UTC 2025
      136.2K bytes
      Cache
     
  11. Release Highlights for scikit-learn 1.4 — sciki...

    import train_test_split X_train , X_test , y_train , y_test = train_test_split...( "cv error on test sets:" , results [ "test_mse" ]) # Setting...
    scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_1_4_0.html
    Wed Nov 05 14:36:33 UTC 2025
      176.2K bytes
      Cache
     
  12. ハンズオンニュース | DBFlute

    -- Testing --> <!-- = = = = --> <!-- unit test --> <dependency>...With - Text Editor" で開いて修正します。ただし、その後ダブルクリックしても Text Editor ...
    dbflute.seasar.org/ja/tutorial/handson/news.html
    Mon Sep 15 10:51:18 UTC 2025
      21.3K bytes
      1 views
      Cache
     
  13. ハンズオンセクション 9 | DBFlute

    引数の値で null は許されない 対応テストメソッド test_letsOutside_会員が検索されること() 会員名称が...(区分値メソッドを使う、select句にカラムを追加してもOK) test_letsOutside_条件値なしで全件検索されること()...
    dbflute.seasar.org/ja/tutorial/handson/section09.html
    Mon Sep 15 10:51:18 UTC 2025
      33.3K bytes
      Cache
     
  14. Successive Halving Iterations — scikit-learn 1....

    The best candidate is the candidate that has the best score..."params_str" , values = "mean_test_score" ) ax = mean_scores ....
    scikit-learn.org/stable/auto_examples/model_selection/plot_successive_halving_iterations.html
    Wed Nov 05 14:36:32 UTC 2025
      127.1K bytes
      Cache
     
  15. Version 0.18 — scikit-learn 1.7.2 documentation

    'split0_test_score' ), as well as their mean ( 'mean_test_score'...sklearn.model_selection.train_test_split raised an error when stratify...
    scikit-learn.org/stable/whats_new/v0.18.html
    Tue Nov 04 06:34:51 UTC 2025
      134.3K bytes
      Cache
     
  16. Pipeline ANOVA SVM — scikit-learn 1.7.2 documen...

    X_test , y_train , y_test = train_test_split ( X ,...predict ( X_test ) print ( classification_report ( y_test , y_pred...
    scikit-learn.org/stable/auto_examples/feature_selection/plot_feature_selection_pipeline.html
    Wed Nov 05 14:36:35 UTC 2025
      116.5K bytes
      Cache
     
  17. Isotonic Regression — scikit-learn 1.7.2 docume...

    plot ( x_test , ir . predict ( x_test ), "C1-" ) ax1 ....noisy data (n= %d )" % n ) x_test = np . linspace ( - 10 , 110...
    scikit-learn.org/stable/auto_examples/miscellaneous/plot_isotonic_regression.html
    Wed Nov 05 14:36:32 UTC 2025
      114.1K bytes
      Cache
     
  18. Partial Dependence and Individual Conditional E...

    ( f "Test R2 score: { mlp_model . score ( X_test , y_test ) :...f "Test R2 score: { hgbdt_model . score ( X_test , y_test ) :...
    scikit-learn.org/stable/auto_examples/inspection/plot_partial_dependence.html
    Wed Nov 05 14:36:35 UTC 2025
      228.7K bytes
      Cache
     
  19. Tweedie regression on insurance claims — scikit...

    ( "test" , X_test , df_test ), ]: y , _weights...train_test_split df_train , df_test , X_train , X_test = train_test_split...
    scikit-learn.org/stable/auto_examples/linear_model/plot_tweedie_regression_insurance_claims.html
    Wed Nov 05 14:36:32 UTC 2025
      181.8K bytes
      Cache
     
  20. Ordinary Least Squares and Ridge Regression — s...

    X_test , y_train , y_test = train_test_split ( X ,...] . scatter ( X_test , y_test , label = "Test data points" ) ax...
    scikit-learn.org/stable/auto_examples/linear_model/plot_ols_ridge.html
    Wed Nov 05 14:36:35 UTC 2025
      106.7K bytes
      Cache
     
Back to top