mol2vec
Mol2vec - an unsupervised machine learning approach to learn vector representations of molecular substructures
File Explorer
Download Latest Version (.zip)- .gitignore
- conf.py
- index.rst
- make.bat
- Makefile
- requirements.txt
- ames.csv
- ames.sdf
- model_300dim.pkl
- README.md
- 01 - Basic concepts of Mol2vec.ipynb
- 02 - Supervised machine learning with Mol2vec.ipynb
- README.md
- __init__.py
- mol2vec.py
- __init__.py
- features.py
- helpers.py
- .gitignore
- azure-pipelines.yml
- LICENSE
- README.md
- requirements.txt
- setup.cfg
- setup.py
- TODO.md
# Installation Guide
1. Get the code
git clone https://github.com/samoturk/mol2vec
Downloads the entire project code from GitHub to your computer.
cd mol2vec
Moves into the project folder you just downloaded.
2. Python
Easy RecommendedPrerequisites
pip install -r requirements.txt
Installs the Python libraries listed in requirements.txt (or similar).
jupyter notebook
Launches Jupyter in your browser so you can open and run the notebook (.ipynb) files.
If it runs without errors and prints output in the terminal, it worked.
// repository documentation
Was this content helpful?
(0 ratings)
