Model YAML:
1 2 3 4 | models:
- name: python_model
language: python # Runs the python script using default Python
args: ./src/gs_lesson1.py
|
Model YAML:
1 2 3 4 | models:
- name: python_model
language: python # Runs the python script using default Python
args: ./src/gs_lesson1.py
|