- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1311 - 1320 of 2,219 for text (0.12 sec)
-
Prediction Intervals for Gradient Boosting Regr...
test datasets: X_train , X_test , y_train , y_test = train_test_split...( X_test , y_test , "b." , markersize = 10 , label = "Test observations"...scikit-learn.org/stable/auto_examples/ensemble/plot_gradient_boosting_quantile.html -
StratifiedGroupKFold — scikit-learn 1.5.2 docum...
print ( f " Test: index= { test_index } " ) ... print...indices for that split. test ndarray The testing set indices for that...scikit-learn.org/stable/modules/generated/sklearn.model_selection.StratifiedGroupKFold.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 -
Multiclass sparse logistic regression on 20newg...
X_test , y_train , y_test = train_test_split ( X ,...predict ( X_test ) accuracy = np . sum ( y_pred == y_test ) / y_test...scikit-learn.org/stable/auto_examples/linear_model/plot_sparse_logistic_regression_20newsgroups.html -
Action定義のテスト (ActionDefTest) | LastaFlute
src/main/resources // メインのリソース置き場 src/test/java // テストクラス置き場 |-org.docksidestage...UnitDocksideTestCase { public void test_component() throws Exception...dbflute.seasar.org/ja/lastaflute/howto/action/actiondeftest.html -
Monitor your Python data pipelines with OTEL — ...
Next, we create a rule of type custom...your project's requirements.txt file and install them with pip...www.elastic.co/observability-labs/blog/monitor-your-python-data-pipelines-with-otel -
Kernel PCA — scikit-learn 1.5.2 documentation
X_test , y_train , y_test = train_test_split ( X ,..."Training data" ) test_ax . scatter ( X_test [:, 0 ], X_test [:, 1 ],...scikit-learn.org/stable/auto_examples/decomposition/plot_kernel_pca.html -
DB2の取扱い | DBFlute
) plain ) ext where ext.rn > 80 and ext.rn <= 100 ConditionBean...plain ) ext where ext.rn > /*pmb.pageStartIndex*/ 80 and ext.rn <=...dbflute.seasar.org/ja/manual/reference/dbway/db2/ -
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 -
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