Problem Description
Spam filtering is currently applied in a Jupyter notebook but it doesn't have threading capabilities, so the clustering for some methods may take up to two whole days.
Solution
Moving the code to a py file and adding a dialog may solve the issue.
Problem Description
Spam filtering is currently applied in a Jupyter notebook but it doesn't have threading capabilities, so the clustering for some methods may take up to two whole days.
Solution
Moving the code to a py file and adding a dialog may solve the issue.