AI Task Reports
AI Task Reports
This section contains reports generated from AI Task pipeline executions. These reports document the execution flow and results of various pipelines.
Understanding Reports
AI Task can generate detailed reports of pipeline executions. These reports show:
- The configuration of the pipeline
- The data flow through the pipeline
- The input and output of each task
- Visualizations of the pipeline execution
Reports are generated using Quarto and can be viewed in a web browser. They provide a comprehensive view of the pipeline execution and can be useful for debugging, documentation, and sharing results.
Generating Reports
To generate a report for a pipeline execution, use the --report flag when running the pipeline:
python -m ai_task.run_tasks example.ai --reportThis will create a report in the reports directory. The report will be named after the pipeline configuration file, with a .qmd extension.
Available Reports
Below is a list of available reports. Click on a report to view it.
This list is automatically generated from the reports in this directory.