Skip to content
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

Refactor Train to use Azure ML Pipelines #78

Open
stevehadd opened this issue Aug 5, 2022 · 1 comment
Open

Refactor Train to use Azure ML Pipelines #78

stevehadd opened this issue Aug 5, 2022 · 1 comment

Comments

@stevehadd
Copy link
Member

As part of scaling up our machine learning training, we are going to use AzureML compute clusters. The current preferred way to send jobs to an AzureML compute cluster is to create an Azure ML pipeline. This allows the code to be broken up into modular units, such as scaling, train/test split, training, evaluation, plotting etc. which are portable and reusable.

@stevehadd
Copy link
Member Author

Definitely something to explore, maybe in conjunction with other projects

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant