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

Additional Kaggle Tabular Datasets #1230

Merged
merged 6 commits into from
Jul 16, 2021

Conversation

ANarayan
Copy link
Collaborator

This PR adds four additional Kaggle Tabular Datasets to the ludwig.datasets module.

The four datasets included in this PR are:

  1. IEEE-CIS Fraud Detection
  2. Santander Customer Transaction Prediction
  3. Walmart Recruiting: Trip Type Classification
  4. Otto Group Product Classification Challenge

train_transaction: train_transaction.csv
test_identity: test_identity.csv
test_transaction: test_transaction.csv
csv_filename: ieee-fraud.csv
Copy link
Collaborator

Choose a reason for hiding this comment

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

use _ instead of -, just for consistency with the other datasets

download_func(self.competition_name, path=self.raw_temp_path)

archive_zip = os.path.join(self.raw_temp_path, self.archive_filename)
print(archive_zip)
Copy link
Collaborator

Choose a reason for hiding this comment

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

not needed i guess

@w4nderlust w4nderlust merged commit dc55655 into ludwig-ai:master Jul 16, 2021
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

2 participants