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 tqdm
numpy numpy
sklearn scikit-learn
networkx networkx
gensim gensim
requests requests
--pre dgl-cu101 --pre dgl-cu101
\ No newline at end of file
...@@ -12,7 +12,7 @@ This example was implemented by [Kounianhua Du](https://github.com/KounianhuaDu) ...@@ -12,7 +12,7 @@ This example was implemented by [Kounianhua Du](https://github.com/KounianhuaDu)
Dependencies Dependencies
---------------------- ----------------------
- numpy 1.19.4 - numpy 1.19.4
- sklearn 0.22.1 - scikit-learn 0.22.1
- pytorch 1.4.0 - pytorch 1.4.0
- dgl 0.5.3 - dgl 0.5.3
......
...@@ -10,7 +10,7 @@ Dependencies ...@@ -10,7 +10,7 @@ Dependencies
---------------------- ----------------------
- pytorch 1.7.1 - pytorch 1.7.1
- dgl 0.6.0 - dgl 0.6.0
- sklearn 0.22.1 - scikit-learn 0.22.1
Datasets Datasets
--------------------------------------- ---------------------------------------
......
...@@ -9,7 +9,7 @@ Dependencies ...@@ -9,7 +9,7 @@ Dependencies
------------ ------------
- Python 3.7+(for string formatting features) - Python 3.7+(for string formatting features)
- PyTorch 1.9.0+ - PyTorch 1.9.0+
- sklearn - scikit-learn
- TorchMetrics 0.11.4 - TorchMetrics 0.11.4
## Run Experiments ## Run Experiments
......
...@@ -9,7 +9,7 @@ Dependencies ...@@ -9,7 +9,7 @@ Dependencies
------------ ------------
- torch - torch
- requests - requests
- sklearn - scikit-learn
How to run How to run
---------- ----------
...@@ -37,4 +37,4 @@ Results ...@@ -37,4 +37,4 @@ Results
| Citeseer | 70.00 | | Citeseer | 70.00 |
| Pubmed | 77.2 | | Pubmed | 77.2 |
* All the accuracy numbers are obtained after 200 epochs. * All the accuracy numbers are obtained after 200 epochs.
\ No newline at end of file
...@@ -6,11 +6,11 @@ Graph Isomorphism Network (GIN) ...@@ -6,11 +6,11 @@ Graph Isomorphism Network (GIN)
Dependencies Dependencies
------------ ------------
- sklearn - scikit-learn
Install as follows: Install as follows:
```bash ```bash
pip install sklearn pip install scikit-learn
``` ```
How to run How to run
......
...@@ -12,7 +12,7 @@ This example was implemented by [Hengrui Zhang](https://github.com/hengruizhang9 ...@@ -12,7 +12,7 @@ This example was implemented by [Hengrui Zhang](https://github.com/hengruizhang9
- Python 3.7 - Python 3.7
- PyTorch 1.7.1 - PyTorch 1.7.1
- dgl 0.6.0 - dgl 0.6.0
- sklearn 0.22.1 - scikit-learn 0.22.1
## Datasets ## Datasets
......
...@@ -6,7 +6,7 @@ This is an example of implementing [SEAL](https://arxiv.org/pdf/2010.16103.pdf) ...@@ -6,7 +6,7 @@ This is an example of implementing [SEAL](https://arxiv.org/pdf/2010.16103.pdf)
Requirements 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 Usages
------ ------
...@@ -76,4 +76,4 @@ Reference ...@@ -76,4 +76,4 @@ Reference
booktitle={Advances in Neural Information Processing Systems}, booktitle={Advances in Neural Information Processing Systems},
pages={5165--5175}, pages={5165--5175},
year={2018} year={2018}
} }
\ No newline at end of file
...@@ -6,7 +6,7 @@ Spatio-Temporal Graph Convolutional Networks ...@@ -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. - 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 - Dependencies
- PyTorch 1.1.0+ - PyTorch 1.1.0+
- sklearn - scikit-learn
- dgl - dgl
- tables - 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