Skip to content

Latest commit

 

History

History
37 lines (30 loc) · 1.69 KB

File metadata and controls

37 lines (30 loc) · 1.69 KB

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.