autogluon / tabrepo

Apache License 2.0
36 stars 9 forks source link

Add PredictionsOpt, fixed restrict_models bug, code cleanup #47

Closed Innixma closed 11 months ago

Innixma commented 11 months ago

Add PredictionsOpt, fixed restrict_models bug, code cleanup

Innixma commented 11 months ago

Added benchmark_repo.py to show a comparison of runtime. Note that for longer zeroshot simulations, the gap will increase and eventually be larger than the gap of load time. Regardless, both memmap and memopt are close in speed while being much faster than mem. I think it is good to support both, with memmap being the default in most cases.