/Football-player-price-prediction

Price Prediction with Lasso, Ridge, Random Forest, SVR, Gradient Boosting, KNN, Linear Regression, Logistic Regression

Primary LanguagePython

To train the models

  • run the train.py

To deploy the best model

  • It is the Random Forest according to our implementation
  • tweak the BEST_MODEL variable in the main.py file and run it.