Hello Everyone!
I'm using Databricks for my MLOps learning, and I'm following the tutorial, and I got an error while serving the endpoint. I need help in this.
Problem Overview:
I have created a basic LightGBM model and logged it in the Unity Catalog. Then, I created a custom PyFunc wrapper for the model. Now, I need to serve an endpoint for my PyFunc wrapper model, which in this case is my custom model.
Unfortunately, I’m encountering the following error:
OSError: No such file or directory: '/model/artifacts'
I need help resolving this issue. I have double-checked everything, including the artifacts, and everything seems normal to me.
Code Files
https://github.com/musabanees/marvel-characters_mlops/blob/main/notebooks/lecture6.deploy_model_serv...
https://github.com/musabanees/marvel-characters_mlops/blob/main/src/marvel_characters/serving/model_...
Thank you