chore: raise misc threshold in topic classification

This commit is contained in:
2026-02-08 15:19:03 +00:00
parent a9d63c7041
commit 8db90b236a

View File

@@ -40,7 +40,7 @@ def add_topic_col(
title_col: str,
content_col: str,
domain_topics: dict,
confidence_threshold: float = 0.20
confidence_threshold: float = 0.3
) -> None:
topic_labels = list(domain_topics.keys())