-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpytest.ini
More file actions
40 lines (39 loc) · 1.88 KB
/
Copy pathpytest.ini
File metadata and controls
40 lines (39 loc) · 1.88 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
; Copyright 2024 IBM Corp.
;
; Licensed under the Apache License, Version 2.0 (the "License");
; you may not use this file except in compliance with the License.
; You may obtain a copy of the License at
;
; http://www.apache.org/licenses/LICENSE-2.0
;
; Unless required by applicable law or agreed to in writing, software
; distributed under the License is distributed on an "AS IS" BASIS,
; WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
; See the License for the specific language governing permissions and
; limitations under the License.
[pytest]
markers =
synthetic : test uses synthetic data
container : test is run using against the built autoxai4omics container
modes : test is running a main mode
training : test is related to training
holdout : test is related to testing the test holdout
plotting : test is related to the plotting
prediction : test is related to the prediction functionality
regression : test is related to a regression problem
classification : test is related to a classification problem
multi : test is related to a multi-class classification problem
binary : test is related to a binary class classification problem
slow : is a slow/long running test
data_processing : test is related to the data processing
transform : test is related to transformation of the data
output : test is to verify the output of the models
omics : test relates to testing omic datasets
gene : test relates to gene expression data
metabolomic : test relates to metabolomic data
microbiome : test relates to microbiome data
tabular : test relates to tabulare data
feature : test relates to performing feature selection
metrics : tests relating to testing metrics being used
raw : tests that use data that need to be preprocessed
ready : tests that use data that is ready to be go and trained on