Fake_News_Detection
Fake_News_Detection copied to clipboard
Fake News Detection in Python
receiving syntax error in prediction.py LINE18
i am not able to get confusion matrix of all the classification algorithm we have used in this project. please help. Also want to know if you have any research...
ValueError: Unable to convert array of bytes/strings into decimal numbers with dtype='numeric'

In the readme the prompt for downloading the scikit learn package using anaconda is mentioned wrong conda install -c scikit-learn It should be : conda install -c anaconda scikit-learn