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

cannot fetch dataset #59

Closed
dkorenci opened this issue May 6, 2022 · 4 comments
Closed

cannot fetch dataset #59

dkorenci opened this issue May 6, 2022 · 4 comments

Comments

@dkorenci
Copy link

dkorenci commented May 6, 2022

Hello,

Dataset.fetch_dataset() leads to an error, due to lines 71-73 in octis/dataset/downloader.py
returning [404] responses. Root Dataset URL (line 69) seems incorrect.
Manual fetching through a browser also leads to 404.
downloader.py current version is the same as the local version in octis 1.10.0

thank you, Damir

  • OCTIS version: 1.10.0
  • Python version: 3.9.4
  • Operating System: Ubuntu 20.04
@silviatti
Copy link
Collaborator

Hello Damir,
sorry for the late answer. Can you please tell me the name of the dataset you were downloading? The argument of the method dataset.fetch_dataset() is the name of the dataset as a string. You can find the list of the names here: https://github.com/MIND-Lab/OCTIS/#available-datasets

For example:

dataset = Dataset()
dataset.fetch_dataset("20NewsGroup")

Thanks,

Silvia

@dkorenci
Copy link
Author

Hi Silvia, and thank you for the answer.
I rerun the downloader and I still cannot fetch the "BBC_News" dataset.

Damir

silviatti added a commit that referenced this issue May 20, 2022
@silviatti
Copy link
Collaborator

Hello,
it was a spelling mistake. Now it should work. Let me know if you have other issues.

Silvia

@dkorenci
Copy link
Author

Hello, it works, thank you.

Damir

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