You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
it has an error when running the example.py
urllib2.HTTPError: HTTP Error 404: Dataset 'lung-cancer-ontario' not found on mldata.org.
The text was updated successfully, but these errors were encountered: