I have a trained model using TPOT. When I tried loading the model to ml-engine it says:
No module named tpot.builtins.stacking_estimator
The error makes sense since TPOT is an external package, not included in Cloud ML Engine runtime versions. Is there any way to get around it?