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

Requesting a "difficulty" column in the dataset characteristic table #169

Open
ziadloo opened this issue Feb 5, 2023 · 1 comment
Open

Comments

@ziadloo
Copy link

ziadloo commented Feb 5, 2023

First of all, thanks for the datasets. Secondly, this is a feature request/suggestion.

I think it would help a lot if this dataset collection came with a difficulty measure for each dataset. The candidate that comes to my mind is the best performance provided by any solution so far. Or the average and standard deviation of all the solutions.

I understand the problems with such measures (for one, how to make a fair judgment) but at any rate, I just wanted to say that as a user, I'm having a hard time choosing which dataset to use. Or knowing if the performance of my solution is any good.

Thanks

@gkronber
Copy link
Contributor

I like the idea, because several datasets could be marked as easy (expressions such as x*y or x/y from the Feynman problem instances come to mind).

It will however be difficult to come up with an objective measure of difficulty. As it depends on several factors:

  • Size and dimensionality of the dataset
  • Nonlinearity
  • Complexity of the model required to predict the target well.
  • Noise

If your main motivation is "knowing if the performance of my solution is any good" maybe it would be better to work with SRBench which is specifically focused on comparison to other SR implementations.

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

No branches or pull requests

2 participants