From 0628713449b45b91e8d562846ffef539a00d0411 Mon Sep 17 00:00:00 2001 From: Peihong Shi <653337661@qq.com> Date: Sat, 18 Mar 2023 00:22:59 +0100 Subject: [PATCH] Delete README.md --- Python_files/ex4/README.md | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 Python_files/ex4/README.md diff --git a/Python_files/ex4/README.md b/Python_files/ex4/README.md deleted file mode 100644 index efdf6d1..0000000 --- a/Python_files/ex4/README.md +++ /dev/null @@ -1,10 +0,0 @@ -This file Contains the Cora and Citeseer datasets [1] for node classification and the Facebook [2] and PPI [3] datasets for link prediction. - - -References: - -[1] Sen, Prithviraj, et al. "Collective classification in network data." AI magazine 29.3 (2008): 93-93. - -[2] J. Leskovec and A. Krevl. SNAP Datasets: Stanford largenetwork dataset collection. http://snap.stanford.edu/data,June 2014. - -[3] Breitkreutz, Bobby-Joe, et al. "The BioGRID interaction database: 2008 update." Nucleic acids research 36.suppl_1 (2007): D637-D640. -- GitLab