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

[Feature] add two fraud datasets #2908

Merged
merged 8 commits into from May 28, 2021
Merged

[Feature] add two fraud datasets #2908

merged 8 commits into from May 28, 2021

Conversation

kayzliu
Copy link
Contributor

@kayzliu kayzliu commented May 13, 2021

Description

Added two fraud datasets, Yelp and Amazon. #2876
@zhjwy9343

Checklist

Please feel free to remove inapplicable items for your PR.

  • The PR title starts with [$CATEGORY] (such as [NN], [Model], [Doc], [Feature]])
  • Changes are complete (i.e. I finished coding on this PR)
  • All changes have test coverage
  • Code is well-documented
  • To the my best knowledge, examples are either not affected by this change,
    or have been fixed to be compatible with this change
  • Related issue is referred in this PR
  • If the PR is for a new model/paper, I've updated the example index here.

@dgl-bot
Copy link
Collaborator

dgl-bot commented May 13, 2021

To trigger regression tests:

  • @dgl-bot run [instance-type] [which tests] [compare-with-branch];
    For example: @dgl-bot run g4dn.4xlarge all dmlc/master or @dgl-bot run c5.9xlarge kernel,api dmlc/master

@kayzliu kayzliu changed the title [Feature] add two fraud dataset #2876 [Feature] add two fraud datasets May 13, 2021
python/dgl/data/fraud.py Show resolved Hide resolved
python/dgl/data/fraud.py Show resolved Hide resolved
Copy link
Contributor

@classicsong classicsong left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In general, I do not catch the point why you store dataset as a list of graphs other than a DGL heterogeneous graph.

python/dgl/data/fraud.py Outdated Show resolved Hide resolved
python/dgl/data/fraud.py Outdated Show resolved Hide resolved
python/dgl/data/fraud.py Outdated Show resolved Hide resolved
python/dgl/data/fraud.py Outdated Show resolved Hide resolved
python/dgl/data/fraud.py Show resolved Hide resolved
@kayzliu kayzliu requested a review from zhjwy9343 May 20, 2021 02:53
python/dgl/data/fraud.py Outdated Show resolved Hide resolved
python/dgl/data/fraud.py Show resolved Hide resolved
python/dgl/data/fraud.py Show resolved Hide resolved
python/dgl/data/fraud.py Outdated Show resolved Hide resolved
python/dgl/data/fraud.py Outdated Show resolved Hide resolved
python/dgl/data/fraud.py Outdated Show resolved Hide resolved
python/dgl/data/fraud.py Outdated Show resolved Hide resolved
python/dgl/data/fraud.py Outdated Show resolved Hide resolved
python/dgl/data/fraud.py Show resolved Hide resolved
Copy link
Collaborator

@zhjwy9343 zhjwy9343 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@zhjwy9343 zhjwy9343 merged commit b8b0fd2 into dmlc:master May 28, 2021
@kayzliu kayzliu deleted the dev branch May 28, 2021 08:11
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

Successfully merging this pull request may close these issues.

None yet

4 participants