Commit a9f765f7 authored by Asya Pentina's avatar Asya Pentina
Browse files

renku run papermill notebooks/02_model.ipynb notebooks/02_model_run.ipynb -p...

renku run papermill notebooks/02_model.ipynb notebooks/02_model_run.ipynb -p features_pickle_file_path data/outputs/features.pkl -p pred_template_file_path templates/prediction_template.csv -p pred_output_file_path data/outputs/predictions.csv
parent 3820bc65
Pipeline #109 passed with stage
in 1 minute and 12 seconds
arguments: []
baseCommand:
- papermill
class: CommandLineTool
cwlVersion: v1.0
hints: []
inputs:
input_1:
default:
class: File
path: ../../notebooks/02_model.ipynb
inputBinding:
position: 1
separate: true
shellQuote: true
streamable: false
type: File
input_2:
default: notebooks/02_model_run.ipynb
inputBinding:
position: 2
separate: true
shellQuote: true
streamable: false
type: string
input_3:
default: features_pickle_file_path
inputBinding:
position: 3
prefix: -p
separate: true
shellQuote: true
streamable: false
type: string
input_4:
default:
class: File
path: ../../data/outputs/features.pkl
inputBinding:
position: 4
separate: true
shellQuote: true
streamable: false
type: File
input_5:
default: pred_template_file_path
inputBinding:
position: 5
prefix: -p
separate: true
shellQuote: true
streamable: false
type: string
input_6:
default:
class: File
path: ../../templates/prediction_template.csv
inputBinding:
position: 6
separate: true
shellQuote: true
streamable: false
type: File
input_7:
default: pred_output_file_path
inputBinding:
position: 7
prefix: -p
separate: true
shellQuote: true
streamable: false
type: string
input_8:
default: data/outputs/predictions.csv
inputBinding:
position: 8
separate: true
shellQuote: true
streamable: false
type: string
outputs:
output_0:
outputBinding:
glob: $(inputs.input_2)
streamable: false
type: File
output_1:
outputBinding:
glob: $(inputs.input_8)
streamable: false
type: File
permanentFailCodes: []
requirements: []
successCodes: []
temporaryFailCodes: []
This diff is collapsed.
This diff is collapsed.
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment