KO
|
EN
gitlite — search
Search
#python
#javascript
#nodejs
#machine-learning
#flutter
#react
#vue
#dart
#game-development
#arduino
#rabbitmq
#elasticsearch
edbo
★ 180
Open GitHub ↗
Experimental Design via Bayesian Optimization
Download README (.md)
Explore Similar Repositories
stripe-sub
:
The EASY way to set up Stripe subscriptions
skywalking-php
:
Apache SkyWalking PHP Agent
envoybigbook
:
Envoy Proxy Big Book of Examples
angular-ngrx-socket-frontend
:
Angular Ngrx Socket.IO Example
Film-Simulator
:
Film Simulator KMM App
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
edbo
?
Download (.md)
# 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 ```