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

ConnectionError: Error connecting to server #72

Open
ginganinja04 opened this issue Mar 11, 2024 · 4 comments
Open

ConnectionError: Error connecting to server #72

ginganinja04 opened this issue Mar 11, 2024 · 4 comments

Comments

@ginganinja04
Copy link

Cannot connect to server using Jupyter Notebook
Screen Shot 2024-03-11 at 12 18 04 PM

@ptruong0
Copy link

Hi, could you give more details for reproducing this error?

@YTushar18
Copy link

Hello Team
Is this resolved? as I'm facing this same issue...

This is coming up when we I use fetch_ucirepo()
image

@ptruong0
Copy link

I tried fixing it with this: https://stackoverflow.com/questions/27835619/urllib-and-ssl-certificate-verify-failed-error/42334357#42334357

I haven't been able to reproduce this error, so please let me know if it works with the newest version (0.0.6).

@ginganinja04
Copy link
Author

All I did was use the given code for using the heart health data as instructed in https://archive.ics.uci.edu/dataset/45/heart+disease using the code :

install the ucimlrepo package

pip install ucimlrepo

from ucimlrepo import fetch_ucirepo

heart_disease = fetch_ucirepo(id=45)

X = heart_disease.data.features
y = heart_disease.data.targets

print(heart_disease.metadata)

print(heart_disease.variables)

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

3 participants