cavalab / srbench

A living benchmark framework for symbolic regression
https://cavalab.org/srbench/
GNU General Public License v3.0
203 stars 75 forks source link

Webpage with dynamic plots of the results #46

Closed folivetti closed 2 years ago

folivetti commented 2 years ago

This pull request adds:

Whenever you generate a new results just run both python scripts and commit the CSV files in docs/csv, the plots will be then be updated.

folivetti commented 2 years ago

Hi @lacava

folivetti commented 2 years ago

Hi @lacava , I don't know if the pull request needs an action from me, but I think the above requests are already commited to this PR (anything I commit any change, it's automatically incorporated into the PR)

lacava commented 2 years ago

hi @folivetti sorry for the delay. these look great. The only thing that looks off is the https://folivetti.github.io/srbench/datasets/ page. The feynman datasets in PMLB should all be 100,000 samples and the strogatz problems have 400 samples. I think datasets_info.csv may be incorrect; check https://epistasislab.github.io/pmlb/

folivetti commented 2 years ago

@lacava found the issue, I was using npoints instead of nsamples. It should be fixed now!