We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65fdf3d commit a4aa16eCopy full SHA for a4aa16e
stream_topic/NAM/NAM.py
@@ -323,6 +323,9 @@ def __init__(
323
columns=["text", "tokens"], errors="ignore"
324
)
325
326
+ if "predictions" in self.structured_data.columns:
327
+ self.structured_data = self.structured_data.drop(columns=["predictions"])
328
+
329
self.target_column = target_column
330
331
# Combine topic probabilities with structured data
0 commit comments