autogluon / autogluon-fair

Apache License 2.0
1 stars 4 forks source link

Add logic to save fair predictor to disk and load it back #20

Open Innixma opened 1 year ago

Innixma commented 1 year ago

Users should be able to save their fair predictor to disk and load it back. Without this, they would need to fit a fair predictor every time they want to use one in a new python session, which isn't ideal since it also requires data to fit.

Note that in order to be portable, this needs to be implemented in a smart way, similar to how TabularPredictor's save/load logic works. This would add code complexity to do it right, but it is important for usability.

Sanity tests that should be done when implementing the logic: