* Feature Selection methods: Spearman's Corelation coefficeint and ANOVA
* Model : Decision Tree Regressor and RandomForest Regressor , with max_depth 7.
* Accuracy in both models is coming approximately 60%.
pandas = 1.1.4
numpy = 1.18.5
matplotlib = 3.3.2
seaborn = 0.11.0
sklearn = 0.23.2
statsmodels = 0.12.1