From 2e03279b5156d250fc04fecab31df2b44432e1b6 Mon Sep 17 00:00:00 2001 From: Nina Menezes Date: Tue, 19 Mar 2024 23:41:26 +0000 Subject: [PATCH] tidy ML pipeline --- consultation_analyser/consultations/ml_pipeline.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/consultation_analyser/consultations/ml_pipeline.py b/consultation_analyser/consultations/ml_pipeline.py index 26c7ced0d..81289eae6 100644 --- a/consultation_analyser/consultations/ml_pipeline.py +++ b/consultation_analyser/consultations/ml_pipeline.py @@ -72,5 +72,8 @@ def get_themes_for_consultation(consultation_id: UUID) -> None: get_themes_for_question(question) -# TODO - what to do with topic -1 +# TODO - what to do with topic -1 (outliers) # https://github.com/MaartenGr/BERTopic + + +# TODO - Generate theme summaries using LLM