- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 191 - 200 of 931 for tests (0.1 sec)
-
Cross-validation on diabetes Dataset Exercise —...
score ( X [ test ], y [ test ]) ) ) print () print...= clf . cv_results_ [ "mean_test_score" ] scores_std = clf ....scikit-learn.org/stable/auto_examples/exercises/plot_cv_diabetes.html -
javatry (じゃゔぁとらい) | DBFlute
public void test_length_basic() { } ↓↓↓ public void test_length_basic()...(メソッド終了時の変数 sea の中身は?) */ public void test_variable_reassigned_basic()...dbflute.seasar.org/ja/tutorial/javatry/index.html -
Developers’ Tips and Tricks — scikit-learn 1.7....
sklearn/linear_model/tests/test_logistic.py::test_sparsify or use...instance,: pytest sklearn/tests/test_common.py -v -k LogisticRegression...scikit-learn.org/dev/developers/tips.html -
11.1. Array API support (experimental) — scikit...
train_test_split Coverage is expected to...checks as part of the common tests to verify that the estimators...scikit-learn.org/stable/modules/array_api.html -
7.4. Loading other datasets — scikit-learn 1.6....
X_test , y_test = load_svmlight_files (...number of features: >>> X_test , y_test = load_svmlight_file ( ......scikit-learn.org/stable/datasets/loading_other_datasets.html -
CalibrationDisplay — scikit-learn 1.6.1 documen...
X_test , y_train , y_test = train_test_split ( ......X_train , X_test , y_train , y_test = train_test_split ( ......scikit-learn.org/stable/modules/generated/sklearn.calibration.CalibrationDisplay.html -
feed
0ej585/search-labs-import-testing/ad95f4cc68bc37761939-1200x...0ej585/search-labs-import-testing/ed423767d274aea1d6d8-1280x...www.elastic.co/search-labs/rss/feed -
Time-related feature engineering — scikit-learn...
test_0 = all_splits [ 0 ] X . iloc [ test_0 ] season...train_4 , test_4 = all_splits [ 4 ] X . iloc [ test_4 ] season...scikit-learn.org/stable/auto_examples/applications/plot_cyclical_feature_engineering.html -
Plotting Learning Curves and Checking Models’ S...
[ test_scores_nb , test_scores_svm ], [ naive_bayes...axis = 1 ), test_scores . mean ( axis = 1 ) - test_scores . std...scikit-learn.org/stable/auto_examples/model_selection/plot_learning_curve.html -
Nearest Neighbors Classification — scikit-learn...
X_test , y_train , y_test = train_test_split ( X ,...split the data into a train and test dataset. from sklearn.datasets...scikit-learn.org/stable/auto_examples/neighbors/plot_classification.html