doubianimehdi

Results 13 comments of doubianimehdi

@MaartenGr Wow ! Thank you so much ! That's gonna be valuable !!! Side note, have you heard of doc2map package ? https://towardsdatascience.com/doc2map-travel-your-documents-like-a-walk-on-google-map-1e8b827fdc04 https://github.com/louisgeisler/Doc2Map I've tried it but it seems...

@MaartenGr Indeed for the first three visualization , you don't need additional package ! it works with matpotlib ! I think you should dig deeper into it because it's the...

![image](https://user-images.githubusercontent.com/33954127/175470459-54d9dd0f-7e2e-42de-a664-81b3fb8d1f62.png) I'm talking about this one ! It doesn't require the markleaflet applet JS

@MaartenGr I think it might be what i've been looking for ! Thank you so much !!! I'll tell you when it's finalised !

@behrica I have the same goal as you but I'm using BERTopic ... I would be interested in seeing what you did if you managed to use it

I have an hdbscan method with the clusters informations but I don't know how to use it in clustergram ...

Yes, I just trained it before !!! also I tried ditching .predict and still not working ... I didn't upload to hub because I don't want to ...

I'll post the code above this error tomorrow ...

here is the code : `#` takes a sentence-transformers model #clf = SetFitClassifier("malteos/scincl") model_id = `"sentence-transformers/allenai-specter"` `# fine-tunes embeddings + trains logistic regression head #clf.fit(docs, labels) #Trial 1 finished with...

Someone ? Please Help ! I'm stuck !!!