- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 421 - 430 of 1,752 for test (0.07 sec)
-
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 -
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 -
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 -
ハンズオンセクション 11 | DBFlute
その会員に紐づく支払済み購入のデータも取得する 対応テストメソッド test_selectPurchaseMember_会員と購入が検索されていること()...で含んでいる会員名称の会員を検索する 対応テストメソッド test_selectUnpaidMemberLi_未払い購入がある会員が検索されていること()...dbflute.seasar.org/ja/tutorial/handson/section11.html -
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 -
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 -
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 -
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 -
Swaggerの環境セットアップ | LastaFlute
実際には、UTFluteが依存していますが、UTFlute自体はtestスコープなので、そのままだとアプリ実行環境で使えないので...を [App]LastaDocTest に追加します。 test_swaggerJson() を追加し、さらに prepareMockContextPa()...dbflute.seasar.org/ja/lastaflute/howto/structure/swaggerenv.html -
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