tensorflow / adanet

Fast and flexible AutoML with learning guarantees.
https://adanet.readthedocs.io
Apache License 2.0
3.47k stars 529 forks source link

Add pytype type checking and annotations #138

Open cweill opened 4 years ago

cweill commented 4 years ago

https://github.com/google/pytype is a static analysis tool for detecting many issues at "compile" time. Several other TensorFlow projects use pytype, and we have seen some benefits on our other projects. So we should begin adding these type checks to the adanet codebase.