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

[help wanted] Best way to configure model for batch inference #127

Open
Dekermanjian opened this issue May 31, 2024 · 0 comments
Open

[help wanted] Best way to configure model for batch inference #127

Dekermanjian opened this issue May 31, 2024 · 0 comments

Comments

@Dekermanjian
Copy link

Hello, I have been using kedro-azureml specifically for online inference and it has been really nice. So first let me say thank you for all that you do.

For my question, I am having a hard time figuring out how to use kedro-azureml to create an azureml pipeline that is used for batch predictions.

What I am trying to achieve are the following:

  • Read data directly from Azure DataLake something like "adl://path"
  • Specify the location of the output to either adl or to blob storage
  • use azureml to schedule this job to run on scheduler

My specific use case is that I always need to retrain the model (A survival model written in PYMC) before producing predictions so ideally I just want a kedro pipeline to be converted to an azureml pipeline where I can specify the input and output.

Are these functions already something that are available in kedro-azureml?

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

No branches or pull requests

1 participant