Skip to content
forked from b-shields/edbo

Experimental Design via Bayesian Optimization

License

Notifications You must be signed in to change notification settings

LingjieBao1998/edbo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

edbo

Experimental Design via Bayesian Optimization: edbo is a practical implementation of Bayesian optimization for chemical synthesis.

Reference: Shields, Benjamin J.; Stevens, Jason; Li, Jun; Parasram, Marvin; Damani, Farhan, Janey, Jacob; Adams, Ryan P.; Doyle, Abigail G. "Bayesian Reaction Optimization as A Tool for Chemical Synthesis" Manuscript Accepted.

Documentation: https://b-shields.github.io/edbo/index.html

Installation

(0) Create anaconda environment

conda create --name edbo python=3.7.5

(1) Install rdkit, Mordred, and PyTorch

conda activate edbo
conda install -c rdkit rdkit
conda install -c rdkit -c mordred-descriptor mordred
conda install -c pytorch pytorch=1.3.1

(2) Install EDBO

pip install edbo

Running Notebooks

conda install jupyterlab

About

Experimental Design via Bayesian Optimization

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Jupyter Notebook 84.9%
  • Python 15.1%