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

[WIP] Add datasets from "Encoding high-cardinality string categorical variables" paper #4

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Conversation

TwsThomas
Copy link

@TwsThomas TwsThomas commented Sep 13, 2019

Adding the 24 datasets from "Encoding high-cardinality string categorical variables" paper.

Datasets active on OpenML:

  • building_permits
  • beer_reviews
  • colleges
  • crime_data (dead link :/)
  • drug_directory
  • employe_salaries
  • federal_election
  • journal_influence
  • kickstarter_projects
  • medical_charge
  • met_objects
  • midwest_survey
  • open_payment (dead link :/)
  • public_procurement
  • road_safety (dead link :/)
  • traffic_violations
  • vancouver_employee
  • wine_reviews
  • Adult (from UCI, https://www.openml.org/d/1590)
  • cacao_flavor
  • california_housing (https://www.openml.org/d/537)
  • dating_profile
  • house_prices
  • house_sales
  • intrusion_detection (https://www.openml.org/d/1113)

I've drop few rows (in colleges and la_crime) when label was missing. (It seems it was required from openml).
In public_procurement, I replace nan by -1 in the label award_value_euro

@GaelVaroquaux
Copy link
Member

Would the code here be simplified once those datasets make it to openML?

@TwsThomas
Copy link
Author

TwsThomas commented Sep 16, 2019

Would the code here be simplified once those datasets make it to openML?

Yes!
This code is just to record the upload process.
Once in openML, this will be a one line like:
sklearn.datasets.fetch_openml(data_id=xxx)

@GaelVaroquaux
Copy link
Member

GaelVaroquaux commented Sep 16, 2019 via email

@GaelVaroquaux
Copy link
Member

Should we merge this with what you have, and we open another PR?

@TwsThomas
Copy link
Author

TwsThomas commented Oct 1, 2019

Should we merge this with what you have, and we open another PR?

Yes. I'll open a new one to upload the last datasets.

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.

2 participants