david-thrower / cerebros-core-algorithm-alpha

The Cerebros package is an ultra-precise Neural Architecture Search (NAS) / AutoML that is intended to much more closely mimic biological neurons than conventional neural network architecture strategies.
Other
27 stars 4 forks source link

Re-visit MLflow integration #75

Open david-thrower opened 1 year ago

david-thrower commented 1 year ago

Challenges:

  1. Making sure that if this is run in the same environment, it will not conflict the existing DB, e.g. overwriting instead of appending.
  2. race condition #74