"graphbolt/git@developer.sourcefind.cn:OpenDAS/dgl.git" did not exist on "70af8f0d85b8de972a8ce6e424ca2d95f25a5f2f"
Unverified Commit 23772ee1 authored by Chang Liu's avatar Chang Liu Committed by GitHub
Browse files

[Example][Minor] Update README/requirements from sklearn -> scikit-learn (#5792)

parent a1051f00
tqdm
numpy
sklearn
scikit-learn
networkx
gensim
requests
--pre dgl-cu101
\ No newline at end of file
--pre dgl-cu101
......@@ -12,7 +12,7 @@ This example was implemented by [Kounianhua Du](https://github.com/KounianhuaDu)
Dependencies
----------------------
- numpy 1.19.4
- sklearn 0.22.1
- scikit-learn 0.22.1
- pytorch 1.4.0
- dgl 0.5.3
......
......@@ -10,7 +10,7 @@ Dependencies
----------------------
- pytorch 1.7.1
- dgl 0.6.0
- sklearn 0.22.1
- scikit-learn 0.22.1
Datasets
---------------------------------------
......
......@@ -9,7 +9,7 @@ Dependencies
------------
- Python 3.7+(for string formatting features)
- PyTorch 1.9.0+
- sklearn
- scikit-learn
- TorchMetrics 0.11.4
## Run Experiments
......
......@@ -9,7 +9,7 @@ Dependencies
------------
- torch
- requests
- sklearn
- scikit-learn
How to run
----------
......@@ -37,4 +37,4 @@ Results
| Citeseer | 70.00 |
| Pubmed | 77.2 |
* All the accuracy numbers are obtained after 200 epochs.
\ No newline at end of file
* All the accuracy numbers are obtained after 200 epochs.
......@@ -6,11 +6,11 @@ Graph Isomorphism Network (GIN)
Dependencies
------------
- sklearn
- scikit-learn
Install as follows:
```bash
pip install sklearn
pip install scikit-learn
```
How to run
......
......@@ -12,7 +12,7 @@ This example was implemented by [Hengrui Zhang](https://github.com/hengruizhang9
- Python 3.7
- PyTorch 1.7.1
- dgl 0.6.0
- sklearn 0.22.1
- scikit-learn 0.22.1
## Datasets
......
......@@ -6,7 +6,7 @@ This is an example of implementing [SEAL](https://arxiv.org/pdf/2010.16103.pdf)
Requirements
------------
[PyTorch](https://pytorch.org/), [DGL](https://www.dgl.ai/), [OGB](https://ogb.stanford.edu/docs/home/), and other python libraries: numpy, scipy, tqdm, sklearn, etc.
[PyTorch](https://pytorch.org/), [DGL](https://www.dgl.ai/), [OGB](https://ogb.stanford.edu/docs/home/), and other python libraries: numpy, scipy, tqdm, scikit-learn, etc.
Usages
------
......@@ -76,4 +76,4 @@ Reference
booktitle={Advances in Neural Information Processing Systems},
pages={5165--5175},
year={2018}
}
\ No newline at end of file
}
......@@ -6,7 +6,7 @@ Spatio-Temporal Graph Convolutional Networks
- See [this blog](https://towardsdatascience.com/build-your-first-graph-neural-network-model-to-predict-traffic-speed-in-20-minutes-b593f8f838e5) for more details about running the code.
- Dependencies
- PyTorch 1.1.0+
- sklearn
- scikit-learn
- dgl
- tables
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment