mihail911 / fake-news

Building a fake news detector from initial ideation to model deployment
GNU Affero General Public License v3.0
133 stars 55 forks source link

I am getting a lot of errors while running dvc repro especially for fake_news module not found #1

Open yashrtalele opened 2 years ago

mlsystemdesign-6490 commented 2 years ago

I think the folder locations have changed

yashrtalele commented 2 years ago

I think the folder locations have changed

I changed the folder locations in dvc.yaml file but now I'm getting the error of KeyError: None and NoneType instead of string and float and index 1 out of bound for axis 1

FernandoCarazoMelo commented 2 years ago

I got same errors

diordaemon commented 2 years ago

I also get the error "ModuleNotFoundError" No module named 'fake_news'. Anybody know how to solve this?

mihail911 commented 2 years ago

You should make sure that the path to the root level module directory is in your PYTHONPATH.

diordaemon commented 2 years ago

You should make sure that the path to the root level module directory is in your PYTHONPATH.

This worked thanks!