Why is Amazon Sagemaker custom sklearn model upload & endpoint creation failing due to ModuleNotFoundError?
I trained a sklearn model and stored it as a .joblib file. This is a large model, about 13.5 gb big. You can download it here This is my script to train the model: import os import pickle import pandas…