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
The SDGym library currently allows you to list the available datasets for benchmarking purposes. However, it does not offer any abilities to inspect these datasets -- users may want to do this in order to see what the columns, data types, or values look like before they apply them to the benchmarking run.
Expected behavior
Add a download_demo method that is similar to the one in the SDV library. This method would return the data and metadata so that SDGym users can inspect the dataset.
Workaround
The SDV library is a prerequisite of SDGym. So as a workaround, you can access the demo datasets through it.
Problem Description
The SDGym library currently allows you to list the available datasets for benchmarking purposes. However, it does not offer any abilities to inspect these datasets -- users may want to do this in order to see what the columns, data types, or values look like before they apply them to the benchmarking run.
Expected behavior
Add a
download_demo
method that is similar to the one in the SDV library. This method would return the data and metadata so that SDGym users can inspect the dataset.Workaround
The SDV library is a prerequisite of SDGym. So as a workaround, you can access the demo datasets through it.
The text was updated successfully, but these errors were encountered: