I have a trained scikit-learn model pipeline (including a SimpleImputer) that I'm trying to put into production. However, I get the following error when running it in the production environment.
SimpleImputer object has no attribute _fit_dtype
How do I solve this?