bio-learn / biolearn

Machine learning tools for biomarker analysis
Other
47 stars 17 forks source link

Added new caching mechanism #70

Closed sarudak closed 6 months ago

sarudak commented 6 months ago

This new cache implementation significantly increases load performance by using pickle and bypassing the slow performance of Pandas parsing large csv files. It also slightly reduces the space usage. Caching can now be configured by the end user setting the size and location of the cache.

Also fixes #60 and #61

image