From 1a7f5a9346e56de1314df518cae3e0149d1624f1 Mon Sep 17 00:00:00 2001 From: Shruti Agarwal Date: Wed, 13 Mar 2024 21:07:26 -0400 Subject: [PATCH] removing certainty --- feature_engine/utils/calculate_chat_level_features.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/feature_engine/utils/calculate_chat_level_features.py b/feature_engine/utils/calculate_chat_level_features.py index 24cd59e7..eeba000e 100644 --- a/feature_engine/utils/calculate_chat_level_features.py +++ b/feature_engine/utils/calculate_chat_level_features.py @@ -96,7 +96,7 @@ def calculate_chat_level_features(self) -> pd.DataFrame: # Forward Flow self.get_forward_flow() - self.get_certainty_score() + # self.get_certainty_score() # Reddit / online communication features self.get_reddit_features()