A Machine Learning Project to predict the Price Class of a Mobile based on its Specifications
We studied the entire dataset we had for the topic on Kaggle found all the important information on the data we were going to work on
- The Data Preprocessing
- Description of Data
- Info about the data
- The Correlation between the attributes
- The attributes that are most correlated with the Price Range ( Our target )
- Outlier Analysis of Non-categorical Data
- Histogram of all the attributes
Next we tried a total of 9 Machine Learning Algorithms for each we made a confusion matrix and the most contributing features were found
- Logistic Regression
- Decision Tree(gini)
- Decision Tree(entropy)
- Random Forest
- KNN
- Naive Bayes
- SVM
- GBC
- XGB