Skip to content

Commit

Permalink
removing certainty
Browse files Browse the repository at this point in the history
  • Loading branch information
Shruti Agarwal committed Mar 14, 2024
1 parent 1f6d99e commit 1a7f5a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion feature_engine/utils/calculate_chat_level_features.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 1a7f5a9

Please sign in to comment.