You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Users have been asking for an easier way to start a new algorithm. I enabled the github Template option to make it easier for users to start from this code on their own projects.
What's already covered:
env via conda yaml
build script that calls conda yaml
passing an argument in the DPS call to the shell script then to the actual script $1
However, this repo is short a few things:
The Readme doesn't show how to update/register an algorithm with code
There is no "driver" notebook for submitting jobs
(Optional) and Rscript/R env example
Reference back to the tutorial in the docs that explains how to monitor your job and check results
Users have been asking for an easier way to start a new algorithm. I enabled the github Template option to make it easier for users to start from this code on their own projects.
What's already covered:
$1However, this repo is short a few things: