Skip to content

Commit

Permalink
[LifeSci] Move to Independent Repo (dmlc#1592)
Browse files Browse the repository at this point in the history
* Move LifeSci

* Remove doc
  • Loading branch information
mufeili authored Jun 5, 2020
1 parent 94c6720 commit 36c7b77
Show file tree
Hide file tree
Showing 203 changed files with 3 additions and 36,752 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ DGL is an easy-to-use, high performance and scalable Python package for deep lea

## Using DGL

**A data scientist** may want to apply a pre-trained model to your data right away. For this you can use DGL's [Application packages, formally *Model Zoo*](https://github.com/dmlc/dgl/tree/master/apps). Application packages are developed for domain applications, as is the case for [DGL-LifeScience](https://github.com/dmlc/dgl/tree/master/apps/life_sci). We will soon add model zoo for knowledge graph embedding learning and recommender systems. Here's how you will use a pretrained model:
**A data scientist** may want to apply a pre-trained model to your data right away. For this you can use DGL's [Application packages, formally *Model Zoo*](https://github.com/dmlc/dgl/tree/master/apps). Application packages are developed for domain applications, as is the case for [DGL-LifeScience](https://github.com/awslabs/dgl-lifesci). We will soon add model zoo for knowledge graph embedding learning and recommender systems. Here's how you will use a pretrained model:
```python
from dgllife.data import Tox21
from dgllife.model import load_pretrained
Expand Down Expand Up @@ -148,7 +148,7 @@ Overall there are 30+ models implemented by using DGL:
- [TensorFlow](https://github.com/dmlc/dgl/tree/master/examples/tensorflow)

### DGL for domain applications
- [DGL-LifeSci](https://github.com/dmlc/dgl/tree/master/apps/life_sci), previously DGL-Chem
- [DGL-LifeSci](https://github.com/awslabs/dgl-lifesci), previously DGL-Chem
- [DGL-KE](https://github.com/awslabs/dgl-ke)
- DGL-RecSys(coming soon)

Expand Down
11 changes: 0 additions & 11 deletions apps/life_sci/CONTRIBUTORS.md

This file was deleted.

144 changes: 0 additions & 144 deletions apps/life_sci/Jenkinsfile

This file was deleted.

201 changes: 0 additions & 201 deletions apps/life_sci/LICENSE

This file was deleted.

Loading

0 comments on commit 36c7b77

Please sign in to comment.