kochlisGit / ProphitBet-Soccer-Bets-Predictor

ProphitBet is a Machine Learning Soccer Bet prediction application. It analyzes the form of teams, computes match statistics and predicts the outcomes of a match using Advanced Machine Learning (ML) methods. The supported algorithms in this application are Neural Networks, Random Forests & Ensembl Models.
MIT License
286 stars 104 forks source link

Error when running the main.py #5

Closed deperto closed 1 year ago

deperto commented 1 year ago

Hello, this a great work and i am really trying to test but i encouter an error, below are the lines:

(testbet) C:\Bet-Predictor\ProphitBet-Soccer-Bets-Predictor-main>python main.py Traceback (most recent call last): File "C:\Bet-Predictor\ProphitBet-Soccer-Bets-Predictor-main\main.py", line 2, in from database.repositories.model import ModelRepository File "C:\Bet-Predictor\ProphitBet-Soccer-Bets-Predictor-main\database\repositories\model.py", line 3, in from models.model import Model File "C:\Bet-Predictor\ProphitBet-Soccer-Bets-Predictor-main\models\model.py", line 3, in from imblearn.over_sampling import SVMSMOTE ModuleNotFoundError: No module named 'imblearn'

deperto commented 1 year ago

Because i installed the packages from the requirements.txt i see a few are not there, so i installed them manually.

Now is running :)