autogluon / tabrepo

Apache License 2.0
27 stars 7 forks source link

Add 2023_08_21 Large-scale Context, Add `from_paths` support to TabularPicklePerTaskPredictions #23

Closed Innixma closed 9 months ago

Innixma commented 10 months ago

Add 2023_08_21 Large-scale Context

Add from_paths support to TabularPicklePerTaskPredictions.

This will enable low-memory creation of a TabularPicklePerTaskPredictions object, rather than needing to having all results in memory and converting from a TabularPicklePredictions object.

TODO: