NMTrainingData {needmining} | R Documentation |
Training dataset regarding the user needs for smart speakers
Description
A dataset containing 200 artificially generated messages in the Twitter format for the topic of smart speakers. These messages are inspired by real Tweets (rephrased, anonymized, all brand names removed). 100 rows contain user needs, 100 rows contain no user needs. The data is coded (0=no need,1=a need). The data can be used to train a classification algorithm.
Usage
data(NMTrainingData)
Format
A data frame with 200 rows and 2 variables:
- Tweets
Contains the message
- isNeed
Is a need described within the message? 0=no, 1=yes
[Package needmining version 0.1.1 Index]