I was wondering how is ExampleGen used in production? I understand that their outputs can be feeded into the TFDV components of TFX to validate schema, skews, and others.
But I get lost since ExampleGen generates a train & eval split, and I don’t find why you would split the data in production into train & eval.
As far as I know, TFX is more suitable for deploying models into production, if I'm going to make a non-productive model maybe just using Tensorflow could work.
So ym questions are:
Is TFX are used for the modeling/dev part? i.e. before deploying your model.
Is it suitable to develop a model in Tensorflow and then migrate it to TFX for the production part?
Thanks!