• Complain

Thomas W. Miller [Thomas W. Miller] - Marketing Data Science: Modeling Techniques in Predictive Analytics with R and Python

Here you can read online Thomas W. Miller [Thomas W. Miller] - Marketing Data Science: Modeling Techniques in Predictive Analytics with R and Python full text of the book (entire story) in english for free. Download pdf and epub, get meaning, cover and reviews about this ebook. year: 2015, publisher: PH Professional Business, genre: Home and family. Description of the work, (preface) as well as reviews are available. Best literature library LitArk.com created for fans of good reading and offers a wide selection of genres:

Romance novel Science fiction Adventure Detective Science History Home and family Prose Art Politics Computer Non-fiction Religion Business Children Humor

Choose a favorite category and find really read worthwhile books. Enjoy immersion in the world of imagination, feel the emotions of the characters or learn something new for yourself, make an fascinating discovery.

Thomas W. Miller [Thomas W. Miller] Marketing Data Science: Modeling Techniques in Predictive Analytics with R and Python
  • Book:
    Marketing Data Science: Modeling Techniques in Predictive Analytics with R and Python
  • Author:
  • Publisher:
    PH Professional Business
  • Genre:
  • Year:
    2015
  • Rating:
    3 / 5
  • Favourites:
    Add to favourites
  • Your mark:
    • 60
    • 1
    • 2
    • 3
    • 4
    • 5

Marketing Data Science: Modeling Techniques in Predictive Analytics with R and Python: summary, description and annotation

We offer to read an annotation, description, summary or preface (depends on what the author of the book "Marketing Data Science: Modeling Techniques in Predictive Analytics with R and Python" wrote himself). If you haven't found the necessary information about the book — write in the comments, we will try to find it.

Now, a leader of NorthwesternUniversitys prestigious analytics program presents afully-integrated treatment of both the business and academicelements of marketing applications in predictive analytics. Writingfor both managers and students, Thomas W. Miller explains essentialconcepts, principles, and theory in the context of real-worldapplications.

Building on Millers pioneering program,Marketing Data Science thoroughly addressessegmentation, target marketing, brand and product positioning, newproduct development, choice modeling, recommender systems, pricingresearch, retail site selection, demand estimation, salesforecasting, customer retention, and lifetime value analysis.

Starting where Millers widely-praisedModeling Techniques in Predictive Analytics left off, heintegrates crucial information and insights that were previouslysegregated in texts on web analytics, network science, informationtechnology, and programming. Coverage includes:

  • The role of analytics in deliveringeffective messages on the web

  • Understanding the web by understanding itshidden structures

  • Being recognized on the web andwatching your own competitors

  • Visualizing networks and understandingcommunities within them

  • Measuring sentiment and makingrecommendations

  • Leveraging key data science methods:databases/data preparation, classical/Bayesian statistics,regression/classification, machine learning, and textanalytics

  • Six complete case studies addressexceptionally relevant issues such as: separating legitimate emailfrom spam; identifying legally-relevant information for lawsuitdiscovery; gleaning insights from anonymous web surfing data, andmore. This texts extensive set of web and network problems draw onrich public-domain data sources; many are accompanied by solutionsin Python and/or R.


    Marketing Data Science will be an invaluable resourcefor all students, faculty, and professional marketers who want touse business analytics to improve marketing performance.

    Thomas W. Miller [Thomas W. Miller]: author's other books


    Who wrote Marketing Data Science: Modeling Techniques in Predictive Analytics with R and Python? Find out the surname, the name of the author of the book and a list of all author's works by series.

    Marketing Data Science: Modeling Techniques in Predictive Analytics with R and Python — read online for free the complete book (whole text) full work

    Below is the text of the book, divided by pages. System saving the place of the last page read, allows you to conveniently read the book "Marketing Data Science: Modeling Techniques in Predictive Analytics with R and Python" online for free, without having to search again every time where you left off. Put a bookmark, and you can go to the page where you finished reading at any time.

    Light

    Font size:

    Reset

    Interval:

    Bookmark:

    Make
    A. Data Science Methods

    As marketing data scientists, we must speak the language of businessaccounting, finance, marketing, and management. We need to know about information technology, including data structures, algorithms, and object-oriented programming. We must understand statistical modeling, machine learning, mathematical programming, and simulation methods. These are the things that we do:

    Picture 1Information search. We begin by learning what others have done before, learning from the literature. We draw on the work of academics and practitioners in many fields of study, contributors to predictive analytics and data science.

    Picture 2Preparing text and data. Text is unstructured or partially structured data that must be prepared for analysis. We extract features from text. We define measures. Quantitative data are often messy or missing. They may require transformation prior to analysis. Data preparation consumes much of a data scientists time.

    Picture 3Looking at data. We do exploratory data analysis, data visualization for the purpose of discovery. We look for groups in data. We find outliers. We identify common dimensions, patterns, and trends.

    Picture 4Predicting how much. We are often asked to predict how many units or dollars of product will be sold, the price of financial securities or real estate. Regression techniques are useful for making these predictions.

    Picture 5Predicting yes or no. Many business problems are classification problems. We use classification methods to predict whether or not a person will buy a product, default on a loan, or access a web page.

    Picture 6Testing it out. We examine models with diagnostic graphics. We see how well a model developed on one data set works on other data sets. We employ a training-and-test regimen with data partitioning, cross-validation, or bootstrap methods.

    Picture 7Playing what-if. We manipulate key variables to see what happens to our predictions. We play what-if games in simulated marketplaces. We employ sensitivity or stress testing of mathematical programming models. We see how values of input variables affect outcomes, payoffs, and predictions. We assess uncertainty about forecasts.

    Picture 8Explaining it all. Data and models help us understand the world. We turn what we have learned into an explanation that others can understand. We present project results in a clear and concise manner.

    Prediction is distinct from explanation. We may not know why models work, but we need to know when they work and when to show others how they work. We identify the most critical components of models and focus on the things that make a difference.

    .

    Data scientists are methodological eclectics, drawing from many scientific disciplines and translating the results of empirical research into words and pictures that management can understand. These presentations benefit from well-constructed data visualizations. In communicating with management, data scientists need to go beyond formulas, numbers, definitions of terms, and the magic of algorithms. Data scientists convert the results of predictive models into simple, straightforward language that others can understand.

    Data scientists are knowledge workers par excellence. They are communicators playing a critical role in todays data-intensive world. Data scientists turn data into models and models into plans for action.

    The approach we have taken in this and other books in the Modeling Techniques series has been to employ both classical and Bayesian methods. And sometimes we dispense with traditional statistics entirely and rely on machine learning algorithms.

    Within the statistical literature, Seymour Geisser introduced an approach best described as Bayesian predictive inference (. In emphasizing the success of predictions in marketing data science, we are in agreement with Geisser. But our approach is purely empirical and in no way dependent on classical or Bayesian thinking. We do what works, following a simple premise:

    The value of a model lies in the quality of its predictions.

    We learn from statistics that we should quantify our uncertainty. On the one hand, we have confidence intervals, point estimates with associated standard errors, significance tests, and p-valuesthat is the classical way. On the other hand, we have posterior probability distributions, probability intervals, prediction intervals, Bayes factors, and subjective (perhaps diffuse) priorsthe path of Bayesian statistics.

    The role of data science in business has been discussed by many (.

    Doing data science means implementing flexible, scalable, extensible systems for data preparation, analysis, visualization, and modeling. We are empowered by the growth of open source. Whatever the modeling technique or application, there is likely a relevant package, module, or library that someone has written or is thinking of writing. Doing data science with open-source tools is discussed in .

    This appendix identifies classes of methods and reviews selected methods in databases and data preparation, statistics, machine learning, data visualization, and text analytics. We provide an overview of these methods and cite relevant sources for further reading.

    A.1 Database Systems and Data Preparation

    There have always been more data than we have time to analyze. What is new today is the ease of collecting data and the low cost of storing data. Data come from many sources. There are unstructured text data from online systems. There are pixels from sensors and cameras. There are data from mobile phones, tablets, and computers worldwide, located in space and time. Flexible, scalable, distributed systems are needed to accommodate these data.

    Relational databases have a row-and-column table structure, similar to a spreadsheet. We access and manipulate these data using structured query language (SQL). Because they are transaction-oriented with enforced data integrity, relational databases provide the foundation for sales order processing and financial accounting systems.

    It is easy to understand why non-relational (NoSQL) databases have received so much attention. Non-relational databases focus on availability and scalability. They may employ key-value, column-oriented, document-oriented, or graph structures. Some are designed for online or real-time applications, where fast response times are key. Others are well suited for massive storage and off-line analysis, with map-reduce providing a key data aggregation tool.

    Many firms are moving away from internally owned, centralized computing systems and toward distributed cloud-based services. Distributed hardware and software systems, including database systems, can be expanded more easily as the data management needs of organizations grow.

    Doing data science means being able to gather data from the full range of database systems, relational and non-relational, commercial and open source. We employ database query and analysis tools, gathering information across distributed systems, collating information, creating contingency tables, and computing indices of relationship across variables of interest. We use information technology and database systems as far as they can take us, and then we do more, applying what we know about statistical inference and the modeling techniques of predictive analytics.

    Next page
    Light

    Font size:

    Reset

    Interval:

    Bookmark:

    Make

    Similar books «Marketing Data Science: Modeling Techniques in Predictive Analytics with R and Python»

    Look at similar books to Marketing Data Science: Modeling Techniques in Predictive Analytics with R and Python. We have selected literature similar in name and meaning in the hope of providing readers with more options to find new, interesting, not yet read works.


    Reviews about «Marketing Data Science: Modeling Techniques in Predictive Analytics with R and Python»

    Discussion, reviews of the book Marketing Data Science: Modeling Techniques in Predictive Analytics with R and Python and just readers' own opinions. Leave your comments, write what you think about the work, its meaning or the main characters. Specify what exactly you liked and what you didn't like, and why you think so.