mol2vec
mol2vec copied to clipboard
Mol2vec - an unsupervised machine learning approach to learn vector representations of molecular substructures
In Gensim > 4 some of the APIs have changed. Confer with https://github.com/RaRe-Technologies/gensim/wiki/Migrating-from-Gensim-3.x-to-4. This leads to an error in the sentences2vec function. I've updated the Python code to detect which...
When running with Python 3.8, I get the following error message: Featurizing molecules. Traceback (most recent call last): File "/Users/dkazempour/opt/anaconda3/bin/mol2vec", line 8, in sys.exit(run()) File "/Users/dkazempour/opt/anaconda3/lib/python3.8/site-packages/mol2vec/app/mol2vec.py", line 165, in run...
``` def sentences2vec(sentences, model, unseen=None): """Generate vectors for each sentence (list) in a list of sentences. Vector is simply a sum of vectors for individual words. Parameters ---------- sentences :...
volume = {58}, number = {1}, pages = {27-35}, year = {2018},
Not fully tested, but I think it will work(Theoretically)