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
......
......@@ -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
----------
......
......@@ -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
------
......
......@@ -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