- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 331 - 340 of 1,752 for test (0.06 sec)
-
Prediction Latency — scikit-learn 1.6.0 documen...
X_test , y_train , y_test = train_test_split ( X ,..., X_test , y_test = generate_dataset ( n_train , n_test , n )...scikit-learn.org/stable/auto_examples/applications/plot_prediction_latency.html -
Multi-class AdaBoosted Decision Trees — scikit-...
import train_test_split X_train , X_test , y_train , y_test = train_test_split...the remaining 30 percent for testing. from sklearn.model_selection...scikit-learn.org/stable/auto_examples/ensemble/plot_adaboost_multiclass.html -
Visualizations with Display Objects — scikit-le...
X_test , y_train , y_test = train_test_split ( X ,...predict ( X_test ) cm = confusion_matrix ( y_test , y_pred ) cm_display...scikit-learn.org/stable/auto_examples/miscellaneous/plot_display_object_visualization.html -
外だしSQLのタイトル (OutsideSqlTitle) | DBFlute
[df-outside-sql-test] [df-outside-sql-test] [Advice] [df-outside-sql-test]...[df-outside-sql-test] /* [df-outside-sql-test] [Simple Member...dbflute.seasar.org/ja/manual/function/genbafit/dbflutefit/outsidesqltitle/index.html -
Version 0.18 — scikit-learn 1.6.0 documentation
'split0_test_score' ), as well as their mean ( 'mean_test_score'...sklearn.model_selection.train_test_split raised an error when stratify...scikit-learn.org/stable/whats_new/v0.18.html -
Logistic function — scikit-learn 1.6.0 document...
plot ( X_test , ols . coef_ * X_test + ols . intercept_...= "black" , zorder = 20 ) X_test = np . linspace ( - 5 , 10 ,...scikit-learn.org/stable/auto_examples/linear_model/plot_logistic.html -
load_svmlight_files — scikit-learn 1.6.0 docume...
target_test X_train , y_train , X_test , y_test = get_data ()...matrix X_test, it is essential that X_train and X_test have the...scikit-learn.org/stable/modules/generated/sklearn.datasets.load_svmlight_files.html -
Tweedie regression on insurance claims — scikit...
( "test" , X_test , df_test ), ]: y , _weights...train_test_split df_train , df_test , X_train , X_test = train_test_split...scikit-learn.org/stable/auto_examples/linear_model/plot_tweedie_regression_insurance_claims.html -
MultinomialNB — scikit-learn 1.6.0 documentation
classification of text documents Out-of-core classification of text documents...classification on an array of test vectors X. Parameters : X array-like...scikit-learn.org/stable/modules/generated/sklearn.naive_bayes.MultinomialNB.html -
plot_classifier_comparison.zip
and test part X, y = ds X_train, X_test, y_train, y_test = train_test_split(...Plot the testing points ax.scatter( X_test[:, 0], X_test[:, 1],...scikit-learn.org/stable/_downloads/ce35bcc69acbd491cf7ac77fa17889d5/plot_classifier_comparison.zip