Skip to content

Commit

Permalink
updated with inferences
Browse files Browse the repository at this point in the history
  • Loading branch information
adarshsankarrs committed Dec 23, 2023
1 parent 2f78ce5 commit a259740
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,16 @@
# Spotify-Data-Analysis---RF-vs-MLP-Study
The project involves using machine learning techniques, like RandomForestClassifier and MLP, to predict whether a song will be popular or not based on its acoustic features. The input consists of various acoustic and metadata features, while the output is a binary classification.


We evaluate the accuracy using ROC curves and Precision-Recall curves on both MLP and RF and come to certain conclusions ,they are as follows:


For Good Performance:

If we want accurate and well-rounded results, go for the Random Forest model. It excels in precision and overall effectiveness.

For Considering Interpretability and Efficiency:

If we prioritize understanding the model or need efficient computing, think about the MLP model. We also have to be cautious about potential instability during convergence needs attention.

Our choice should match what your task needs considering the trade-offs between accuracy, stability, and interpretability, especially in the Spotify dataset context.

0 comments on commit a259740

Please sign in to comment.