diff options
| author | Bobby <[email protected]> | 2022-10-17 19:46:53 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-10-17 19:46:53 -0400 |
| commit | daf8b148eef5eb88d72f30be673417bbb049d8d3 (patch) | |
| tree | 847156035eff07c3ce4c48412c929f6e82fae064 /README.md | |
| parent | 29970657539d7e5368ce9c741896220cd10369cc (diff) | |
| download | RedditEngagementPrediction-daf8b148eef5eb88d72f30be673417bbb049d8d3.tar.xz RedditEngagementPrediction-daf8b148eef5eb88d72f30be673417bbb049d8d3.zip | |
Update README.md
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 42 |
1 files changed, 21 insertions, 21 deletions
@@ -1,30 +1,30 @@ -EAS 4/587 -- Data Intensive Computing +### EAS 4/587 -- Data Intensive Computing -1. Motivation +1. **Motivation** -1.1. Reddit is a social media website where users can post links to -articles, images, videos, etc. and other users can comment on them. -Authors of the posts, generally look to drive maximum engagement from -their posts. + 1. Reddit is a social media website where users can post links to + articles, images, videos, etc. and other users can comment on them. + Authors of the posts, generally look to drive maximum engagement from + their posts. -1.2. Unlike other social media websites, Reddit has a unique feature of -upvoting and downvoting the posts. Also, since the posts are publicly -visible, factors like the time of posting, the number of upvotes, the -number of comments, etc. matter a lot. + 2. Unlike other social media websites, Reddit has a unique feature of + upvoting and downvoting the posts. Also, since the posts are publicly + visible, factors like the time of posting, the number of upvotes, the + number of comments, etc. matter a lot. -1.3. Since there are a lot of posts being made every minute, significant -posts can get lost in the crowd. Also, the posts that are made at a -particular time of the day, may not be visible to the users who are -active at a different time of the day. + 3. Since there are a lot of posts being made every minute, significant + posts can get lost in the crowd. Also, the posts that are made at a + particular time of the day, may not be visible to the users who are + active at a different time of the day. -2. Problem Statement +2. **Problem Statement** -2.1 Fetch the data using the Reddit Developer API from different -programming related subreddits (communities). Since, there are a lot -of subreddits on Reddit; we will keep the scope of the project -limited. + 1. Fetch the data using the Reddit Developer API from different + programming related subreddits (communities). Since, there are a lot + of subreddits on Reddit; we will keep the scope of the project + limited. -2.2 Analyze the data and find relevant insights after cleaning and -preprocessing the data. + 2. Analyze the data and find relevant insights after cleaning and + preprocessing the data. Further report is available in the report folder (https://github.com/ritudimr/EAS_504/blob/main/Report/report.pdf). |
