autogluon / tabrepo

Apache License 2.0
27 stars 7 forks source link

Make experiments deterministic #44

Closed Innixma closed 8 months ago

Innixma commented 8 months ago

In mainline the experiments will generate different portfolios and scores every run due to non-fixed seeds when shuffling the configs.

This PR adds fixed seeds so that each run is identical.