-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make it easier to work with datasets locally #2
Comments
To make this work, first of all I started working with a ScriptRunConfig object instead of an SKLearn object such that I can parse my own virtualenv to the script. This improvement, I have also suggested in #12. Furthermore, I introduced the possibility to change the compute_target argument that is parsed to the ScriptRunConfig object to 'local'. I realize that my solution does not suffice completely for the current template, but we could use it as an example for further development. Please see my code below:
|
Currently, we force the user to use a dataset on Azure. This isn't ideal for debugging. I think we can introduce a switch based on context so we have a local dataset when training locally and a remote dataset when training on Azure ML.
The text was updated successfully, but these errors were encountered: