Skip to content

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