Add a ReprMixin class (in openml/utils.py) that provides: * `__repr__` which calls `self._get_repr_body_fields()` * `_apply_repr_template` to produce the formatted string Refer Discussion #1567
Add a ReprMixin class (in openml/utils.py) that provides:
__repr__which callsself._get_repr_body_fields()_apply_repr_templateto produce the formatted stringRefer Discussion
#1567