Skip to content

Configuraion file

In FOWT-ML, you can use a configuration file to set up your experiment. The configuration file is typically written in YAML format and allows you to specify various settings such as data path, model parameters, and simulation options.This allows you to share and reproduce experiments easily.

An example configuration file is available at [FOWT-ML/src/example_config.yml] (https://github.com/hybridlabs-nl/FOWT-ML/blob/main/src/example_config.yml). See the example notebooks on how to use it.

Training a model

We provide an example notebook showing how to train and test a model using FOWT-ML. To get familiar with the concepts and implementation, check out Introduction in the documentation.

Access the source View the notebook
Access the source code here

Comparing different models

We provide an example notebook showing how to compare different models using FOWT-ML pipline.

Access the source View the notebook
Access the source code here