Continuous-Adaptation-for-Machine-Learning-System-to-Data-Changes
Continuous-Adaptation-for-Machine-Learning-System-to-Data-Changes copied to clipboard
https://blog.tensorflow.org/2021/12/continuous-adaptation-for-machine.html
@rcrowe-google I have been thinking about ways to incorporate TFMA for the evaluation part. Currently, we run batch prediction in order to gather the results, and then we compare them...
Definitely include the following point from the blog post: * Purging training examples based on distribution shifts. * TFMA for model evaluation. Jiyai suggested trying out the Pusher component to...
In the original concept, `range_config` should work for `{SPAN}` in `ExampleGen`. However there is a bug in TFX < `1.4.0`. As of writing this issue, the bug fix has been...