Build Functioning ML Package

I have an issue with the ML package. I made the .ZIP file and uploaded to orchestrator but it always fails to get ready. Something about the preprocessor.joblib. it is required that the preprocessor.joblib exists? My build is correct?
ML.zip (1.9 KB)

Hi @EduardoPimentel
In main.py you are trying to loaf a file called propocessor.joblib but this file doesn’t exist in your package. I think what you are trying to do is load precolinear.joblib which is only file in models. You should correct this and retry.

3 Likes

Thanks, my mistake. It worked!

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.