mtreinish / ciml

a machine learning pipeline for analyzing CI results.
Apache License 2.0
5 stars 4 forks source link

Use tensorflow v1 compat API #68

Closed afrittoli closed 4 years ago

afrittoli commented 4 years ago

Tensorflow provides a v1 compat API that can be used to run v1 APIs with a TF2 installed. Switch all of our import to those makes it possible to lift the tensorflow pin while having CIML code still working.

There is no TF<2 for python 3.8, so this allows running CIML on latest versions of python.