Fake_News_Detection icon indicating copy to clipboard operation
Fake_News_Detection copied to clipboard

Fake News Detection in Python

Results 16 Fake_News_Detection issues
Sort by recently updated
recently updated
newest added
trafficstars

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'

![Screenshot 2023-05-28 134711](https://github.com/nishitpatel01/Fake_News_Detection/assets/83349205/44f1e7d3-cdef-478d-86d2-deab421e0383)

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