GithubHelp home page GithubHelp logo

kingabzpro / consumer-engagement-popularity Goto Github PK

View Code? Open in Web Editor NEW
2.0 1.0 2.0 734 KB

We will be using Internet News and Consumer Engagement dataset from Kaggle to predict top article and popularity score.

Home Page: https://deepnote.com/project/Internet-News-and-Consumer-Engagement-bahkGYxiTn2VtN5Jc-SeTA

License: Apache License 2.0

Jupyter Notebook 100.00%
classification regression customer data-visualization data-science

consumer-engagement-popularity's Introduction

Analyzing and Predicting Consumer Engagement

In this project, we will be using Internet News and Consumer Engagement dataset from Kaggle to predict top article and popularity score. We will be exploring our data to discover patterns, such as correlation, distribution, mean, and time series analysis. We will use both text regression and text classification models to predict engagement score and top article based on the title.

View in Deepnote

news

Photo by Obi Onyeador on Unsplash

Introduction

Text classification is common among the application that we use on daily basis. For example, email providers use text classification to filter out spam emails from your inbox. The other most common use of text classification is in customer care where they use sentimental analysis to differentiate bad reviews from good reviews ADDI AI 2050. We are going to train our model on titles so that it can predict where the article is top or not. Text Regression is similar where we take text vectorized data and predict popularity score which is a decimal value.

Our key focus will be on an article title and how it affects other features.

DataSet

image.png

This dataset (source) consists of data about news articles collected from Sept. 3, 2019 until Oct. 4, 2019. Afterwards, it is enriched by Facebook engagement data, such as number of shares, comments and reactions.

  • Sourceid column value indicates publisher unique identifier usually presented as lowercase sourcename with spaces replaced with underscore symbol.
  • Source_name column value indicates publisher name.
  • Author column value indicates article author. Some publishers do not share information about authors of their news, in this case usually source_name replaces that information.
  • Title column value indicates headline of an article.
  • Description column value indicates short article description usually visible in popups or recommendation boxes on the publisher's website. This field is shortened to a few sentences content column.
  • Url column value indicates URL (Uniform Resource Locator) for article located on the publisher website.
  • Urltoimage column value indicates a URL to the main image associated with the article.
  • Published_at column value indicates the exact date and time of publishing the article. Date and time are presented in UTC (+000) time format.
  • Content column value indicates the unformatted content of the article. This field is truncated to 260 characters.
  • Top_article column value indicates article listed as a top article on publisher website. This field can have only two values, 1 when the article is contained in the popular/top articles group and 0 otherwise.

This Notebook is Part of the DataCamp Competition.

banner

consumer-engagement-popularity's People

Contributors

kingabzpro avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.