Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue in newGreedyIC.py file #3

Open
khurshedmemon opened this issue Jul 14, 2016 · 3 comments
Open

Issue in newGreedyIC.py file #3

khurshedmemon opened this issue Jul 14, 2016 · 3 comments

Comments

@khurshedmemon
Copy link

Hi,
I'v been using code for Influence Maximization. I'm able to successfully run test.py to taste IC model but i couldn't execute newGreedyIC.py. It gives me following errors:

  1. couldn't import runIAC: i commented this line because runIAC lies under Arbitrary folder
  2. No such file or directory: 'Ep_hep_range1.txt'
@nd7141
Copy link
Owner

nd7141 commented Jul 14, 2016

Hey, this complains on the missing dataset. You have to provide correct dataset path to it.

I would not recommend using newGreedyIC.py, it was a test model.

@khurshedmemon
Copy link
Author

can you provide complete dataset? 'Ep-hep_range1.txt' and other propagation probabilities text files.

Did you successfully implement newGreedy algorithm proposed in mentioned paper?

@YingtongDou
Copy link

The same problem as above. It seems that the whole directory does not contain the edge probability data text.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants