Relative Content

Tag Archive for machine-learninggoogle-cloud-platformscikit-learngoogle-cloud-vertex-ai

Importing a Model with Scikit Learn on Vertex

I’m trying to import a model from my local but everytime I get the same error from gcp logs. The framework is scikit-learn
AttributeError: Can't get attribute 'preprocess_text' on <module 'model_server' from '/usr/app/model_server.py'>
The code snippet with this problem is