Cannot import sklearn.
I am trying to run a (already-trained) ml model to classify tweets as either fake. Ignoring the numerous errors in it, I can not get it to run on my repl. https://repl.it/@CaptainAnon/NNfakenews?language=python3
Voters
I am trying to run a (already-trained) ml model to classify tweets as either fake. Ignoring the numerous errors in it, I can not get it to run on my repl. https://repl.it/@CaptainAnon/NNfakenews?language=python3
I can't view your repl and sklearn imports fine for me. Did you put it in your
requirements.txt
file?