modules
modules copied to clipboard
Make use of prefix and support gzipped input
- Unzip the input file if it has .gz extension
- Use the unzipped file for prediction
- Provide output according to the prefix of the input tuple
You should delete the unzipped file, just conditionally on whether you needed to unzip. Else it'll hang around and take up space
@gariem , why did you close this?