-
Notifications
You must be signed in to change notification settings - Fork 135
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
AI Feynman datasets #184
Comments
Hi @aminravanbakhsh Two possible solutions:
from pmlb import fetch_data
name = "feynman_III_12_43_copy"
dataset = fetch_data(name, local_cache_dir=f"./datasets/")
dataset``` |
Hi @gAldeia pmlb==1.0.1.post3 |
@aminravanbakhsh Did you tried downloading the dataset locally and using the While this may be a workaround, ideally the PMLB should be updated at PyPI to its latest version. Right now I am trying to submit new datasets, and there is this github action issue that is keeping me from actually doing it. If the local cache works I think we can close this issue and open a new one to update PyPI package to its latest version. |
Hi Guilherme,
Thank you for your email.
I fixed problem with downloading the data on my local computer. I think we could end the issue as you want. Please let me know if anything else is needed.
Sincerely,
Amin
|
I am trying to fetch a dataset form AI Feynman but I receive the following error:
from pmlb import fetch_data
name = "feynman_III_12_43"
dataset = fetch_data(name)
ValueError: Dataset not found in PMLB.
The text was updated successfully, but these errors were encountered: