Skip to content

aditimaurya/Popularity-Analysis-of-Web-Series

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pocket-Aces-Task

Hello , The reports of bothe the tasks have been found here:

  1. Task 1 ( Comparative Analysis of two different shows).
  2. Task2 Popularity Analysis of Ayush and Barkha in PFA Season 2.

Below is the brief disscussion that how to use this repository:

end to end process:

1212

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:

8xR5yt99AAAAAElFTkSuQmCC

Random forest model for classification

random forest model has been used for future prediction and there lots of things can be updated. index

Thank You.