When I run: from UCI_ML_Functions import * import pandas as pd download_datasets_task(task='Classification', download_flag=False) I encounter the error: Could not open the UCI ML portal successfully. Could you please tell me what's wrong?
When I run:
from UCI_ML_Functions import *
import pandas as pd
download_datasets_task(task='Classification', download_flag=False)
I encounter the error:
Could not open the UCI ML portal successfully.
Could you please tell me what's wrong?