Auto-PyTorch icon indicating copy to clipboard operation
Auto-PyTorch copied to clipboard

Annotations for the dictionaries used in the project

Open ravinkohli opened this issue 4 years ago • 0 comments

Hey, if we plan to remove support for python 3.6 and even python 3.7, we should add type annotations to the dataset properties and the get_properties methods. This can be done using the dataclass feature in python 3.7. Currently, a lot of hacks are used to satisfy mypy.

ravinkohli avatar Jun 16 '21 14:06 ravinkohli