EpistasisLab / pmlb

PMLB: A large, curated repository of benchmark datasets for evaluating supervised machine learning algorithms.
https://epistasislab.github.io/pmlb/
MIT License
805 stars 135 forks source link

tries caching lfs #146

Closed lacava closed 3 years ago

lacava commented 3 years ago

should limit bandwith usage by actions. see https://github.com/actions/checkout/issues/165

lacava commented 3 years ago

addresses the bandwidth issue for issue #147 by caching git lfs. Pretty sure this still fetches and pulls all the git lfs files via git lfs pull as discussed here