You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
first of all, great Code/Paper!
I wanted to run a simple model to compare it with your results. Is there an easy way to for example run a simple sklearn model such that I can directly compare to the results reported in your paper?
The text was updated successfully, but these errors were encountered:
Hi! I'm glad to hear that you are interested in the benchmark!
We plan to add a more streamlined way to setup and process the datasets.
Until then the steps to use TabReD are as follows:
Create an env (following readme instruction)
Run mkdir data
Run python preprocessing/<dataset-name>.py for each dataset (it should be quick, longest parts are the downloads)
Modify any of the bin scripts appropriate. I suggest looking at the bin/xgboost.py and switching the model for the one you would like to test (as the GBDT implementations are sklearn-api compatible).
I'll keep the issue open for now, until we make a more streamlined setup for dataset preparation
Hi,
first of all, great Code/Paper!
I wanted to run a simple model to compare it with your results. Is there an easy way to for example run a simple sklearn model such that I can directly compare to the results reported in your paper?
The text was updated successfully, but these errors were encountered: