EvalNE
Source code for EvalNE, a Python library for evaluating Network Embedding methods.
File Explorer
Download Latest Version (.zip)- bug_report.md
- feature_request.md
- placeholder
- placeholder
- acknowledgements.rst
- api.rst
- conf.py
- contributing.rst
- description.rst
- diagram.png
- erc-logo.jpg
- EvalNE-logo.jpg
- evalne.evaluation.rst
- evalne.methods.rst
- evalne.rst
- evalne.tests.rst
- evalne.utils.rst
- fwo-logo.jpg
- help.rst
- index.rst
- installation.rst
- license.rst
- modules.rst
- quickstart.rst
- release.rst
- make.bat
- Makefile
- __init__.py
- edge_embeddings.py
- evaluator.py
- pipeline.py
- score.py
- split.py
- __init__.py
- katz.py
- similarity.py
- network.edgelist
- sig_network.edgelist
- test.csv
- test.pkl
- __init__.py
- test_baselines.py
- test_edgeembeds.py
- test_nr_sampling.py
- test_preprocess.py
- test_spantree.py
- test_visualize.py
- __init__.py
- preprocess.py
- split_train_test.py
- util.py
- viz_utils.py
- __init__.py
- __main__.py
- negTeE_0.csv
- negTeE_1.csv
- negTeE_2.csv
- negTeE_3.csv
- negTeE_4.csv
- negTrE_0.csv
- negTrE_1.csv
- negTrE_2.csv
- negTrE_3.csv
- negTrE_4.csv
- teE_0.csv
- teE_1.csv
- teE_2.csv
- teE_3.csv
- teE_4.csv
- trE_0.csv
- trE_1.csv
- trE_2.csv
- trE_3.csv
- trE_4.csv
- CN_test_test_PR.pdf
- CN_test_test_ROC.pdf
- CN_train_train_PR.pdf
- CN_train_train_ROC.pdf
- eval.pkl
- eval_output.txt
- network_prep.edgelist
- prep_graph.edgelist
- stats.txt
- evaluator_example.py
- functions_example.py
- simple-example.py
- conf_cne.ini
- conf_maxent.ini
- conf_maxent2.ini
- conf_maxentbig.ini
- conf_maxentNR.ini
- conf_node2vec.ini
- conf_cnev2.ini
- conf_opennetest.ini
- conf_parTest.ini
- conf_prune.ini
- prep_data_prune.py
- conf_sdne.ini
- conf.ini
- set_numpy_threads.sh
- .gitignore
- CODE_OF_CONDUCT.md
- CONTRIBUTING.md
- LICENSE
- README.md
- requirements.txt
- setup.py
# Installation Guide
git clone https://github.com/Dru-Mara/EvalNE
Downloads the entire project code from GitHub to your computer.
cd EvalNE
Moves into the project folder you just downloaded.
2. Official Install Script
Easy Recommended- APT (Debian/Ubuntu ๊ณ์ด) Built into Debian/Ubuntu-based Linux distributions.
- Python 3 Python is required to use pip.
sudo apt-get install python3-pip
Installs directly from the APT package repository (Debian/Ubuntu-based).
sudo apt-get install python3-tk
Installs directly from the APT package repository (Debian/Ubuntu-based).
pip install evalne
Installs the package published on PyPI directly โ no need to clone the source.
Pulled directly from this repo's README.
3. Python
Easysudo apt-get install python3-pip
Installs directly from the APT package repository (Debian/Ubuntu-based).
pip install evalne
Installs the package published on PyPI directly โ no need to clone the source.
python -m evalne ./examples/conf.ini
Runs the Python script (or module).
python -m evalne ./examples/node2vec/conf_node2vec.ini
Runs the Python script (or module).
'python -m openne --method node2vec --graph-format edgelist --p 1 --q 1',
Runs the Python script (or module).
Pulled directly from this repo's README.
