equinor / flownet

FlowNet - Data-Driven Reservoir Predictions
GNU General Public License v3.0
63 stars 29 forks source link

Add experiment tracking using mlflow #234

Closed wouterjdb closed 3 years ago

wouterjdb commented 3 years ago

This PR adds the possibility to run multiple flownet configuration files and do experiment tracking using mlflow.


Contributor checklist

wouterjdb commented 3 years ago

Tested now with the Egg CI Model. The workflow is working using hyperopt and visualization/tracking with MLFlow:

image

I track however a metric of "1" at the moment. Still a todo. Let's look at this tomorrow @edubarrosTNO.

wouterjdb commented 3 years ago

Added metrics and parameters. Exposed hyperopt options in config. image