File size: 612 Bytes
49f0c5b |
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 |
format-script:
cmd: python -m weasel run format-script
script:
- python3 python_Code/firstStep-format.py
deps: []
outs: []
classify-unlabeled-data:
cmd: python -m weasel run classify-unlabeled-data
script:
- python3 python_Code/thirdStep-label.py
deps: []
outs: []
train-text-classification-model:
cmd: python -m weasel run train-text-classification-model
script:
- python3 python_Code/secondStep-score.py
deps: []
outs: []
format-labeled-data:
cmd: python -m weasel run format-labeled-data
script:
- python3 python_Code/finalStep-formatLabel.py
deps: []
outs: []
|