sdvillal / whatami

Easily provide python objects with self-identification
Other
9 stars 1 forks source link

Track the evolution of sklearn API #24

Open sdvillal opened 6 years ago

sdvillal commented 6 years ago

This would be a POC, maybe useful for other important libs. Perhaps just save a pickle (but then document what needs not to change) + something less faithful but more durable, like a yaml. With these historical infos, write a "differences of API between versions" report as sketched here:

https://github.com/sdvillal/whatami/blob/fcb58c366b49c0e3c8ac0857d3383e8b48cf24cc/whatami/wrappers/what_sklearn.py#L697-L704