Aditya

Results 2 issues of Aditya

I am using the following code to use `seed_topic_list` ```{python} embedding_model = 'all-mpnet-base-v2' word_list = ["Bullion",'market','price','commodity',"precious", "metal",'gilt','carat','aurum','world', 'gold', 'council','mine','mining','bitcoin','forecast','bank','liquidity','ingot','stocks','delivery','settlement','ETF'] word_lists = [[word.lower()] for word in word_list] model = BERTopic( verbose=True,...

## Describe the bug ## Library not installing, while installing with ```pip install auto-sklearn``` ## To Reproduce ## Steps to reproduce the behavior: - Execute command `pip install auto-sklearn` (python...