With nkululeko since version 0.66.3, a report document formatted in Latex and compiled as a PDF file can automatically be generated, basically as a compilation of the images that are generated.
There is a dedicated REPORT section in the config file for this, here is an example:
[REPORT]
# should the report be shown in the terminal at the end?
show = False
# should a latex/pdf file be printed? if so, state the filename
latex = emodb_report
# name of the experiment author (default "anon")
author = Felix
# title of the report (default "report")
title = EmoDB
NOTE:
with each run of a nkululeko module in the same experiment environment, the details of the report will be added.
So a typical use would be, to first run the general module and than more specialized ones:
# first run a segmentation
python -m nkululeko.segment --config myconf.ini
# then rename the data-file in the config.ini and
# run some data exploration
python -m nkululeko.explore --config myconf.ini
# then run a machine learning experiment
python -m nkululeko.nkululeko --config myconf.ini
Each run will add some contents to the report