scienxlab / redflag

Safety net for machine learning pipelines. Plays nice with sklearn and pandas.
https://scienxlab.org/redflag
Apache License 2.0
22 stars 6 forks source link

[issue-83] - Fixed utils.docstring_from() decorator #85

Closed YellowFoxH4XOR closed 1 year ago

YellowFoxH4XOR commented 1 year ago

This Pull Request Fixes the issue with utils.docstring_from() decorator by copying the doc string to the the wrapper object.

This helps in fixing this test

kwinkunks commented 1 year ago

@YellowFoxH4XOR Genius! Thank you so much 🙏