Analytics community is relatively small but very vocal on the web world. We subscribe to various Linkedin groups, Facebook groups and other websites to be aware of all that is going on in the industry. For instance, Stack overflow has more than 8 million questions asked till date. (Source: http://data.stackexchange.com/) .
The problem statement we are going to provide in this article is a good combination of data extraction and unsupervised modeling algorithms and will not only make you understand how to fetch data from forum websites but also make you understand what is the analytics industry wondering about.
Analytics Vidhya was built with a vision of creating a strong analytics community ready to share knowledge and best practices. With such aspirations, Kunal and Tavish wish to answer questions on which people in the industry are either confused or need guidance. Now, answering more than a million questions posted till date on stack overflow is next to impossible.
It’s your turn to help Analytics Vidhya recognize the popular topics of discussions & have oodles of fun during the process.
Find the most popular forum questions (related to data-science) across stack overflow network. Now, as mentioned – this can be huge! So, here are some guidelines to identify relevant questions for your task:
Please note that these are guidelines and not a definition to use. Like all open problems, there might be pockets, these guidelines are missing.
Also, in order to keep the analysis relevant, you should include questions posted after Jan 2012.
All the questions posted after 1st January 2012 (included) on stack overflow network can be used to train the model. You can use all the fields which can be obtained directly from the API of stack overflow. This can include topic of discussion, number of views, date of publish, author of the question etc.
Help : Text Mining tools on R and Clustering algorithms will come very handy to build the solution.
The total popularity (views) of the top fifty questions found will be used as the evaluation metric. For instance, if the first question category found is “merging tables in SAS” and the number of views for the following questions are:
“How to merge two tables in SAS?” : 50
“Joining tables in SAS?” : 100
” Problem while finding linked rows between 2 datasets in SAS” : 200
The total number of views counted for the first question category is the total of all the linked questions (i.e. 350 in this case).
We expect following three parts for the submission :
1. Codes built to do this analysis
2. Top 50 question category found
3. Mapping file, which should include all the linked questions to the question categories. We will do a search on these questions to calculate the total number of views. Note that all the questions put in the same category should have the same answer.
All submissions should reach us latest by 15th October 2014 on [email protected]
Lorem ipsum dolor sit amet, consectetur adipiscing elit,
how to extract the data using api if u have the material in above said point please share with me