- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 141 - 150 of 931 for tests (0.07 sec)
-
Statistical comparison of models using grid sea...
"rank_test_score" , "mean_test_score" , "std_test_score" ]]...params rank_test_score mean_test_score std_test_score kernel...scikit-learn.org/stable/auto_examples/model_selection/plot_grid_search_stats.html -
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 -
Pipeline ANOVA SVM — scikit-learn 1.6.1 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 -
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 -
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 -
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 -
DummyClassifier — scikit-learn 1.6.1 documentation
n_features) Test samples. Passing None as test samples gives...# Perform classification on test vectors X. Parameters : X array-like...scikit-learn.org/stable/modules/generated/sklearn.dummy.DummyClassifier.html -
Overview of multiclass training meta-estimators...
"DecisionTreeClassifi" : cv_results_tree [ "test_score" ], "OneVsOneClassifier"..."OneVsOneClassifier" : cv_results_ovo [ "test_score" ], "OneVsRestClassifier"...scikit-learn.org/stable/auto_examples/multiclass/plot_multiclass_overview.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