Update BERTopic/my_topic_modeling.py
Browse files
BERTopic/my_topic_modeling.py
CHANGED
|
@@ -587,7 +587,7 @@ def working(args: argparse.Namespace, name_dataset: str):
|
|
| 587 |
|
| 588 |
fandc_logger.log(logging.INFO, f'Save topics reduce and topic over time for {name_dataset} dataset successfully!')
|
| 589 |
###################################
|
| 590 |
-
|
| 591 |
|
| 592 |
|
| 593 |
|
|
|
|
| 587 |
|
| 588 |
fandc_logger.log(logging.INFO, f'Save topics reduce and topic over time for {name_dataset} dataset successfully!')
|
| 589 |
###################################
|
| 590 |
+
fandc_logger.log(logging.INFO, f'ENDING TRAINING TOPIC MODELING {name_dataset} dataset\n')
|
| 591 |
|
| 592 |
|
| 593 |
|