google / yggdrasil-decision-forests

A library to train, evaluate, interpret, and productionize decision forest models such as Random Forest and Gradient Boosted Decision Trees.
https://ydf.readthedocs.io/
Apache License 2.0
447 stars 49 forks source link

in which file you read all data sets from your paper #49

Closed Sandy4321 closed 1 year ago

Sandy4321 commented 1 year ago

in which file you read all data sets from your paper https://arxiv.org/pdf/2212.02934.pdf page 18 image

rstz commented 1 year ago

Question is unclear

Sandy4321 commented 1 year ago

pls share python code to download all data sets from paper my guess you do have some python code to automate for to download all data sets from paper

rstz commented 12 months ago

Hi, the datasets are taken from the OpenML repository, as explained in the paper. They can be found on the website (see reference) in the paper and downloaded through any standard method. We are not planning on publishing specific code to download these datasets.