Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 421 - 430 of 1,752 for test (0.07 sec)

  1. Nearest Neighbors regression — scikit-learn 1.6...

    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
    Fri Dec 20 11:14:14 UTC 2024
      91.9K bytes
      Cache
     
  2. SVM Exercise — scikit-learn 1.6.0 documentation

    out the test data plt . scatter ( X_test [:, 0 ], X_test [:, 1...n_sample )] X_test = X [ int ( 0.9 * n_sample ) :] y_test = y [ int...
    scikit-learn.org/stable/auto_examples/exercises/plot_iris_exercise.html
    Fri Dec 20 11:14:14 UTC 2024
      96K bytes
      Cache
     
  3. ElasticNet — scikit-learn 1.6.0 documentation

    n_features) Test samples. For some estimators...regularization on training and test error Effect of model regularization...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.ElasticNet.html
    Fri Dec 20 11:14:16 UTC 2024
      167.9K bytes
      Cache
     
  4. ハンズオンセクション 11 | DBFlute

    その会員に紐づく支払済み購入のデータも取得する 対応テストメソッド test_selectPurchaseMember_会員と購入が検索されていること()...で含んでいる会員名称の会員を検索する 対応テストメソッド test_selectUnpaidMemberLi_未払い購入がある会員が検索されていること()...
    dbflute.seasar.org/ja/tutorial/handson/section11.html
    Tue Nov 12 15:10:59 UTC 2024
      19.7K bytes
      Cache
     
  5. LarsCV — scikit-learn 1.6.0 documentation

    test) splits as arrays of indices....shape (n_samples, n_features) Test samples. For some estimators...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.LarsCV.html
    Fri Dec 20 11:14:16 UTC 2024
      142.2K bytes
      Cache
     
  6. Isotonic Regression — scikit-learn 1.6.0 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
    Fri Dec 20 11:14:14 UTC 2024
      109.2K bytes
      Cache
     
  7. Utilities for Developers — scikit-learn 1.7.dev...

    repeatability issues in unit tests. Instead, a numpy.random.RandomState...from graph_shortest_path . Testing Functions # discovery.all_estimators...
    scikit-learn.org/dev/developers/utilities.html
    Fri Dec 20 11:14:19 UTC 2024
      51K bytes
      Cache
     
  8. 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
    Fri Dec 20 11:14:18 UTC 2024
      112.8K bytes
      Cache
     
  9. Swaggerの環境セットアップ | LastaFlute

    実際には、UTFluteが依存していますが、UTFlute自体はtestスコープなので、そのままだとアプリ実行環境で使えないので...を [App]LastaDocTest に追加します。 test_swaggerJson() を追加し、さらに prepareMockContextPa()...
    dbflute.seasar.org/ja/lastaflute/howto/structure/swaggerenv.html
    Tue Nov 12 15:10:59 UTC 2024
      30.5K bytes
      Cache
     
  10. 6.4. Imputation of missing values — scikit-lear...

    X_test , y_train , _ = train_test_split ( X , y , test_size...SimpleImputer(missing_values=-1) >>> X_test = sp . csc_matrix ([[ - 1 ,...
    scikit-learn.org/stable/modules/impute.html
    Fri Dec 20 11:14:16 UTC 2024
      83.8K bytes
      Cache
     
Back to top