-
Notifications
You must be signed in to change notification settings - Fork 6
Interfaces
Matt Hall edited this page Nov 10, 2022
·
2 revisions
Ways to use redflag
:
- As a Python library. This works now.
- As a
scikit-learn
pipeline component. This is available now. - To generate a report from code (e.g. in a script). Reporting tools include: ReportLab, PDFtron, something with Mercury? There are quite a few.
- As a command-line tool, e.g. to generate a report from the command line.
- In
greatexpectations
? Not sure what this would look like. - In
pandas-profiling
? Not certain how this would work, but I think you can just pass in functions? See #12. - As a web app?? Probably on local, but maybe there's an interesting way to put it on the web.
Code interfaces should work on NumPy arrays or on Pandas DataFrames.