Fake_News_Detection
Fake_News_Detection copied to clipboard
Fake News Detection in Python
ModuleNotFoundError: No module named 'sklearn.linear_model.logistic' giving error but sklearn is already installed .these are my installed packages: certifi==2021.10.8 chardet==4.0.0 charset-normalizer==2.0.12 click==8.1.3 colorama==0.4.4 cycler==0.11.0 fonttools==4.34.4 idna==3.3 joblib==1.1.0 kiwisolver==1.4.4 logistics==0.0.7 matplotlib==3.5.2 nltk==3.7...
```console Traceback (most recent call last): File "prediction.py", line 28, in detecting_fake_news(var) File "prediction.py", line 19, in detecting_fake_news load_model = pickle.load(open('final_model.sav', 'rb')) ModuleNotFoundError: No module named 'sklearn' ``` ```bash Package...
seaborn is already installed but still saying module not error
The module called DataPrep in the feature extraction section seems to be not found. I tried installing it using pip, but then also error occurs. Hopefully waiting for help and...
i have suffer with lots of error and after that i marge 3 file classifer,dataprep and feature selection and now its looking good and work properly
i am unable to see the code of final_model.sav . can u please tell me how to edit the final_model.sav
while running the classifier.py file it shows "pipeline is not defined" error
whatever news I put IT shows true only, no news is considered as false