Hello , The reports of bothe the tasks have been found here:
- Task 1 ( Comparative Analysis of two different shows).
- Task2 Popularity Analysis of Ayush and Barkha in PFA Season 2.
Below is the brief disscussion that how to use this repository:
- Use Dataset Cleaning code For cleaning the data.
- USe for Model Making code making the model
df = pd.read_csv('Dataset file path')
Add your dataset like this in the .ipynb. Here are the dataset folder for using the datasets: For making the plots these have been used :
An eample of making the plots:
sns.lineplot(x="hour", y="empath_score", data=YOUR_DATA)
plt.show()
Output:
random forest model has been used for future prediction and there lots of things can be updated.