- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 141 - 150 of 834 for tests (0.09 sec)
-
Ordinary Least Squares Example — scikit-learn 1...
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.html -
Post-tuning the decision threshold for cost-sen...
import train_test_split X_train , X_test , y_train , y_test = train_test_split...model , X_test , y_test ), scoring [ "tpr" ]( model , X_test , y_test...scikit-learn.org/stable/auto_examples/model_selection/plot_cost_sensitive_learning.html -
One-class SVM with non-linear kernel (RBF) — sc...
size n_error_test = y_pred_test [ y_pred_test == - 1 ] . size...X_train ) y_pred_test = clf . predict ( X_test ) y_pred_outliers...scikit-learn.org/stable/auto_examples/svm/plot_oneclass.html -
Introducing the set_output API — scikit-learn 1...
X_test , y_train , y_test = train_test_split ( X ,...X_train ) X_test_scaled = scaler . transform ( X_test ) X_test_scaled...scikit-learn.org/stable/auto_examples/miscellaneous/plot_set_output.html -
Developer’s Guide — scikit-learn 1.6.1 document...
on GitHub Actions Testing and improving test coverage Monitoring...Numbers Numerical assertions in tests Developers’ Tips and Tricks...scikit-learn.org/stable/developers/index.html -
Faces recognition example using eigenfaces and ...
X_test , y_train , y_test = train_test_split ( X , y , test_size...set and a test and keep 25% of the data for testing. X_train ,...scikit-learn.org/stable/auto_examples/applications/plot_face_recognition.html -
OpenTelemetry Bridge | APM .NET Agent Reference...
var src = new ActivitySource("Test"); using var activity1 = sr...var src = new ActivitySource("Test"); tracer.CaptureTransaction(...www.elastic.co/guide/en/apm/agent/dotnet/current/opentelemetry-bridge.html -
DBFlute Example (サンプル) | DBFlute
MySQL dbflute-test-dbms-mysql PostgreSQL dbflute-test-dbms-postgresql...Oracle dbflute-test-dbms-oracle DB2 dbflute-test-dbms-db2 SQLServer...dbflute.seasar.org/ja/manual/reference/example/index.html -
Face completion with a multi-output estimators ...
randint ( test . shape [ 0 ], size = ( n_faces ,)) test = test [ face_ids...2 :] X_test = test [:, : ( n_pixels + 1 ) // 2 ] y_test = test...scikit-learn.org/stable/auto_examples/miscellaneous/plot_multioutput_face_completion.html -
3.1. Cross-validation: evaluating estimator per...
available data as a test set X_test, y_test . Note that the word...X_train , X_test , y_train , y_test = train_test_split ( ......scikit-learn.org/stable/modules/cross_validation.html