The Data Mining Program for the Bot_REGOD-new which collected Reddit Data for one day. The program tries to look for patterns in the collected data.
Modules:
readSubredditData.py
- Data Preprocessing
from readSubredditData import Reader
subreddit = Reader('todayilearned')
(X, y) = subreddit.getData(type)
type
(str
):
'high'
: returns the highest score in the list (DEFAULT)
'mean'
: returns the mean of the values in the list
'sigma'
: returns the sum of all the values of the list