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

Can't get the dataset "Lung cancer (Ontario)". #5

Open
Sier-xyt opened this issue Jun 20, 2017 · 3 comments
Open

Can't get the dataset "Lung cancer (Ontario)". #5

Sier-xyt opened this issue Jun 20, 2017 · 3 comments

Comments

@Sier-xyt
Copy link

Sier-xyt commented Jun 20, 2017

it has an error when running the example.py

urllib2.HTTPError: HTTP Error 404: Dataset 'lung-cancer-ontario' not found on mldata.org.

@shubhamjn1
Copy link

Yes, I also encountered a similar error. You can try using another dataset for example "heart".

@sxy77
Copy link

sxy77 commented Oct 15, 2017

Since the lung-cancer-ontario are not found, I use colon-cancer instead. But I found the following error. I thought it might cause by size of data-set but I don't know how to fix it. Any suggestions please?
Traceback (most recent call last):
File "D:/semisup-learn-master/examples/example.py", line 23, in
random_labeled_points = random.sample(np.where(ytrue == 0)[0], labeled_N/2)+
File "C:\Python27\lib\random.py", line 325, in sample
raise ValueError("sample larger than population")
ValueError: sample larger than population

@tongliuTL
Copy link

tongliuTL commented Jun 18, 2018

Same issue here. Would like to have any help, or workaround to get the data. Thanks!

Follow-up question: HDF5 format is available at http://mldata.org/repository/data/viewslug/lung-cancer-ontario/ though. Is there any way to convert it to the expected .mat format?

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

4 participants