Skip to content

bbyun28/docker-solubility

 
 

Repository files navigation

docker-solubility

Docker for reproducing machine learning solubility models.

Install Docker

To run model please install docker.

Install from Docker

docker run --rm -v /PATH/TO_FILE/YOU_WANT_TO_WORK_ON/:/data rodrigozepeda/docker-solubility

where:

  • /PATH/TO_FILE/YOU_WANT_TO_WORK_ON/ is substituted by path to the csv file conaining the Smiles you want to predict (see To_predict.csv on Github for an example).
  • Included models can be specified as:
    • GraphConv
    • Weave
    • MPNN
    • DAG
    • RandomForest Random forest model.
    • KRR
    • XGBoost
    • TextCNN WORKS BUT THROWS ERROR

As an example, assuming the files to predict are included in ~/Dropbox/predict_files and you want the Graph Convolution model you can:

sudo docker run --rm -v ~/Dropbox/predict_files:/data docker-solubility GraphConv

See manual for further instructions

About

Docker for reproducing solubility model

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 59.3%
  • Python 40.0%
  • Other 0.7%