This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # some convenience functions here, nothing new | |
| ''' | |
| # usage: | |
| from easypipe import easy_pipeline | |
| from easypipe import print_metrics | |
| data_folder = "data-hold/20news" | |
| p = easy_pipeline() | |
| print_metrics(p, data_folder) | |
| ''' |