Model YAML:
1 2 3 4 5 6 7 8 | models:
- name: python_model1
language: python # Runs the python script using default Python
args: ./src/gs_lesson2.py
- name: python_model2
language: python
args: ./src/gs_lesson2.py
|
Model YAML:
1 2 3 4 5 6 7 8 | models:
- name: python_model1
language: python # Runs the python script using default Python
args: ./src/gs_lesson2.py
- name: python_model2
language: python
args: ./src/gs_lesson2.py
|