Skip to content

Commit 0826065

Browse files
committed
change readme
1 parent eb81d81 commit 0826065

File tree

3 files changed

+4
-12
lines changed

3 files changed

+4
-12
lines changed

.DS_Store

0 Bytes
Binary file not shown.

README.md

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,9 @@ The library itself has already included a set of popular methods and datasets re
2020
| [EU air-traffic](https://github.com/leoribeiro/struc2vec/tree/master/graph) | 399 | 5,995 |
2121
| [US air-traffic](https://github.com/leoribeiro/struc2vec/tree/master/graph) | 1,190 | 13,599 |
2222
| [DD6](https://ls11-www.cs.tu-dortmund.de/staff/morris/graphkerneldatasets) | 4,152 | 20,640 |
23+
| Synthetic Datasets | | |
2324

24-
The library requires *Python 3.7+*.
25+
The library requires *Python 3.7* for best usage. In *Python 3.8*, the Tensorflow 1.14.0 used in DRNE might not be successfully installed.
2526

2627
## Installation and Usage
2728

@@ -88,22 +89,13 @@ Currently, SEMB only supports embedding and evaluation on *undirected* and *unwe
8889
- Within the package root directory, make sure `__init__.py` is present
8990
- Create a ` method.py` and make a `Method` class that inherits from `from semb.methods import BaseMethod` and implement the required methods. See `semb/methods/node2vec/method.py` for more details.
9091
- Please make sure that your implemented method accepts `networkx.classes.graph.Graph` as input.
91-
- Please make sure that when `train()` is called, the `self.embeddings` should be a Python built-in `dict()` with key as `<Node_id (int)>` and value(embedding) as `<List(float)>`.
92+
- Please make sure that when `train()` is called, the `self.embeddings` should be a Python built-in `dict()` with key as `<Node_id (int)>` and value(embedding) as `<List (float)>`.
9293
- Install the package via `setup.py` or pip.
9394
- Now the method is load-able by the main client program that uses `semb`!
9495

9596
### Note
9697
For both `dataset` and `method` extensions, make sure the `get_id()` to be overridden and returns the same id as your chosen id in your package name.
9798

98-
99-
100-
### Malicious
99+
### Contact
101100

102101
If you encounter any question using our SEMB library, feel free to raise an issue or send an email to [kinmark@umich.edu](kinmark@umich.edu). Go Blue!
103-
104-
105-
106-
107-
108-
109-

semb/.DS_Store

-12 KB
Binary file not shown.

0 commit comments

Comments
 (0)