Is it possible to perform AutoML using TFX on local environment. I know with kubeflow and GCP we can perform AutoML on the cloud, but I want to do all of these steps locally and deploy the model to a local directory.
Asked
Active
Viewed 27 times
1 Answers
0
You can try this example notebook to setup TFX with local orchestrator. Also, you can also use interactive notebook to run TFX pipeline using interactive orchestrator on Google Colab notebook.
Thank you!