-
DataPerf Source Source code and dataset stored as a branch dataperf_src
-
Airflow DAG
clean_dir- Clean's the working directorydownload_code- Download's the source code along with dataset from dataperf_src branchgenerate_template- Generates thetask_setup.ymlfile from thetemplate.ymlfile replacing the user input.run_python_script- Runs the computation script namelycreate_baselines.py,main.pyandplotter.pysend_report_email- Send an email along with the generated report imagesend_failure_email- Send an email informing the failure of jobsend_ack_email- Send an email acknowledging the job run and for for further update email
2. Template file - link
paths:
embedding_folder: embeddings/
groundtruth_folder: data/
submission_folder: submissions/
results_folder: results/
tasks:
- data_id: {{ data_id }}
train_size: {{ train_size }}
noise_level: {{ noise_level }}
test_size: {{ test_size }}
val_size: {{ val_size }}
baselines:
{% for element in baselines %}
- name: {{ element }}
{% endfor %}Snoopy Observation recorded here
- airflow - Airflow Setup and DAG
- dataperf_src - DataPerf Source Code and Dataset
- Snoopy - Snoopy observation
- Streamlit - Streamlit User Interface






