- Sort Score
 - Result 10 results
 - Languages All
 - Labels All
 
Results 271 - 280 of 816 for tests (0.15 sec)
- 
				
Lasta Di (DIコンテナ) | DBFlute
switch component 'mystic' in unit test @Directory |-src/main/resources...sea.xml // in production | |-src/test/resources |- sea+mystic.xml...dbflute.seasar.org/ja/lastaflute/lastadi/index.html - 
				
Use Synthetics with network security | Elastic ...
managed testing infrastructure If you’re running tests on Elastic’s...additional IP filters, the tests will run, but in the UI it will...www.elastic.co/docs/solutions/observability/synthetics/network-security - 
				
Custom filters | Elastic Docs
original field: { "email": "test@example.com", "password": "hunter2"..."ignore_failure": true } } ] } Test the pipeline Prior to enabling...www.elastic.co/docs/solutions/observability/apm/custom-filters - 
				
Permutation Importance with Multicollinear or C...
X_test , y_train , y_test = train_test_split ( X ,...accuracy on test data: { clf . score ( X_test , y_test ) : .2 }...scikit-learn.org/stable/auto_examples/inspection/plot_permutation_importance_multicollinear.html - 
				
fetch_rcv1 — scikit-learn 1.7.2 documentation
‘test’ for the test set (781265 samples),...subfolders. subset {‘train’, ‘test’, ‘all’}, default=’all’ Select...scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_rcv1.html - 
				
Gaussian processes on discrete data structures ...
) X_test = [ "AAA" , "ATAG" , "CTC" , "CT" , "C" ] Y_test = [...len ( X_test )), [ 1.0 if c else - 1.0 for c in Y_test ], s =...scikit-learn.org/stable/auto_examples/gaussian_process/plot_gpr_on_structured_data.html - 
				
Crafting a minimal reproducer for scikit-learn ...
the train_test_split X_train , X_test , y_train , y_test = train_test_split...( X_test , y_test ) other_score = gbdt . score ( X_test , y_test...scikit-learn.org/stable/developers/minimal_reproducer.html - 
				
RFECV — scikit-learn 1.7.2 documentation
test) splits as arrays of indices....the following keys: split(k)_test_score ndarray of shape (n_s...scikit-learn.org/stable/modules/generated/sklearn.feature_selection.RFECV.html - 
				
Elastic APM agent configuration API | Elastic Docs
nts { "service": { "name": "test-service", "environment": "all"...including the service name "test-service": curl -i http://12...www.elastic.co/docs/solutions/observability/apm/elastic-apm-agent-configuration-api - 
				
StratifiedKFold — scikit-learn 1.7.2 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.StratifiedKFold.html