Kedro: A Python lib for data and ML pipelines
A Python library that implements software engineering best-practice for data and ML pipelines. - quantumblacklabs/kedro... (more…)
Read more »
When one thinks of ways of customizing classes at creation time, people probably typically think of metaclasses and class decorators. Metaclasses are at typically viewed as the beginning of class creation while class decorators are at the end. But what yo… Read more