Slackbot
07/08/2022, 6:01 PMEduardo
env.yaml
and env.prod.yaml
), then you can switch them at runtime. More in the docs. - does this solve the issue?Luke Murray
07/08/2022, 6:20 PMLuke Murray
07/08/2022, 6:20 PMLuke Murray
07/08/2022, 6:20 PMEduardo
Luke Murray
07/08/2022, 6:21 PMLuke Murray
07/08/2022, 6:22 PMEduardo
Luke Murray
07/08/2022, 6:33 PMEduardo
[[
]]
placeholders
tasks:
- source: random-forest.py
name: random-forest-
product: 'n_estimators=[[n_estimators]]/criterion=[[criterion]].html'
grid:
n_estimators: [5, 10, 20]
criterion: [gini, entropy]
Luke Murray
07/08/2022, 6:41 PMLuke Murray
07/08/2022, 6:42 PMLuke Murray
07/08/2022, 6:42 PMEduardo
Luke Murray
07/08/2022, 6:43 PM