Closed franckess closed 2 years ago
Hi @franckess thank you for reporting this. I will have a look today or tomorrow.
@jessieweiyi thanks for the prompt reply.
FYI, I am using vscode
as my development tool and BitBucket
as my repo for CI/CD.
Thanks
Hi Jessie thanks for putting this together, I'm working with Rene on it, we both get the same result, looks like a problem in sklearn repack step.
Hi @rdkls , @franckess,
Thank you for the update.
I confirmed that i can reproduce the same error in my side. Working on triaging the issue.
That's exactly what we found while debugging the error message.
model_data=Join(on='/', values=[step_process.properties.ProcessingOutputConfig.Outputs[
"model"].S3Output.S3Uri, "model.tar.gz"]),
@jessieweiyi thanks for fixing the issue.
Have a good one!
Hi @jessieweiyi
I tried to replicate your pipeline in AWS environment, however I get point of failure at
MLPipeline
step (see screenshoots below).Looking at the logs via CloudWatch, I can see this error message:
What am I missing here?
Thank you for you help