Skip to content

IceCereal/Reddit_DataMine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reddit_DataMine

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

About

A Data Mining/Analysis Program for Reddit Data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages