- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 941 - 950 of 1,835 for text (0.12 sec)
-
Image denoising using kernel PCA — scikit-learn...
X_test , y_train , y_test = train_test_split ( X ,...0.25 , size = X_test . shape ) X_test_noisy = X_test + noise noise...scikit-learn.org/stable/auto_examples/applications/plot_digits_denoising.html -
システムユーザでの実行 | DBFlute
VENDOR_NEXT_SCHEMA to /*$dfprop.mainUser*/;...SELECT on /*$nextSchema*/.VENDOR_NEXT_SCHEMA_STATUS to /*$dfprop.mainUser*/;...dbflute.seasar.org/ja/manual/function/generator/task/replaceschema/systemuser.html -
MultiTaskLassoCV — scikit-learn 1.7.0 documenta...
default=None Values of alphas to test along the regularization path....An iterable yielding (train, test) splits as arrays of indices....scikit-learn.org/stable/modules/generated/sklearn.linear_model.MultiTaskLassoCV.html -
9.3. Parallelism, resource management, and conf...
sure that test results are independent of the test execution...run all tests with different seeds while keeping the test duration...scikit-learn.org/stable/computing/parallelism.html -
Gradient Boosting Out-of-Bag estimates — scikit...
X_test , y_train , y_test = train_test_split ( X ,...for test data test_score = heldout_score ( clf , X_test , y_test...scikit-learn.org/stable/auto_examples/ensemble/plot_gradient_boosting_oob.html -
TimeSeriesSplit — scikit-learn 1.7.0 documentation
test_size=None) >>> for i , ( train_index , test_index..." ) ... print ( f " Test: index= { test_index } " ) Fold 0: Train:...scikit-learn.org/stable/modules/generated/sklearn.model_selection.TimeSeriesSplit.html -
LeavePOut — scikit-learn 1.7.0 documentation
Provides train/test indices to split data in train/test sets. This..." ) ... print ( f " Test: index= { test_index } " ) Fold 0: Train:...scikit-learn.org/stable/modules/generated/sklearn.model_selection.LeavePOut.html -
ShuffleSplit — scikit-learn 1.7.0 documentation
print ( f " Test: index= { test_index } " ) Fold 0: Train:...4] Test: index=[5 2] Fold 1: Train: index=[4 0 2 5] Test: index=[1...scikit-learn.org/stable/modules/generated/sklearn.model_selection.ShuffleSplit.html -
Developer’s Guide — scikit-learn 1.7.0 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 -
SelectFpr — scikit-learn 1.7.0 documentation
a FPR test. FPR test stands for False Positive Rate test. It controls...scikit-learn.org/stable/modules/generated/sklearn.feature_selection.SelectFpr.html