Tag Archive for: pipelines
Passing named arguments to Ruby Rake tasks using docopt for data science pipelines
CDPIntroduction
Ever considered using rake for running tasks, but got stuck with the unnatural way that rake tasks pass in the arguments? Or have you seen the fancy argument parsing docopt and alikes can do for you? This article describes how…