Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/divelab/wsdmcup2022
wsdmcup2022
https://github.com/divelab/wsdmcup2022
Last synced: about 1 month ago
JSON representation
wsdmcup2022
- Host: GitHub
- URL: https://github.com/divelab/wsdmcup2022
- Owner: divelab
- License: apache-2.0
- Created: 2022-01-20T21:12:47.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-22T21:50:39.000Z (about 3 years ago)
- Last Synced: 2024-11-11T09:44:59.324Z (3 months ago)
- Language: Python
- Size: 28.3 KB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WSDM2022
DIVE@TAMU Solution for WSDM2022## Requirement
`pip install -r requirements.txt`
## Experiment
Put all the csv data in a directory. Rename the `data_path` in `reindex_A.py` as the target data directory. Then run `reindex_A.py`. This is a file that re-indexes the node of dataset A.
We provide two shell files: `runA.sh` and `runB.sh`, and to run experiment on dataset A and B, we need to additionally specify data directory `--dataset_path xxx` in each shell file first.
## Testing Results in Intermediate Testing Dataset
| | A | B |
| ---- | ---- | ---- |
| AUC | 0.58 | 0.86 |