|
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: [] |
|
|