Metadata-Version: 2.1
Name: minipipe
Version: 0.1.6
Summary: A machine learning mini-batch pipeline for out-of-memory training
Home-page: https://minipipe.readthedocs.io
Author: James D. Pearce
Author-email: jdp.pearce@gmail.com
License: MIT
Description: 
        MiniPipe is a mini-batch pipeline designed for training machine learning models on very large datasets in a streaming 
        fashion, written in pure python. MiniPipe is designed for situations where the data are too large to fit into memory, 
        or when doing so would discourage experiment iterations due to prohibitively long loading and/or processing times.
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
