Baselight

Deodorant Instant Liking Data

Assessing if Deodorant is instantly likable or not using Logistic Reg

@kaggle.ramkumarr02_deodorant_instant_liking_data

Test Data
@kaggle.ramkumarr02_deodorant_instant_liking_data.test_data

  • 158.43 KB
  • 5105 rows
  • 58 columns
respondent_id

Respondent.ID

product_id

Product.ID

product

Product

q1_1_personal_opinion_of_this_deodorant

Q1–1.personal.opinion.of.this.Deodorant

q2_all_words

Q2 All.words

q3_1_strength_of_the_deodorant

Q3–1.strength.of.the.Deodorant

q4_1_artificial_chemical

Q4–1.artificial.chemical

q4_2_attractive

Q4–2.attractive

q4_3_bold

Q4–3.bold

q4_4_boring

Q4–4.boring

q4_5_casual

Q4–5.casual

q4_6_cheap

Q4–6.cheap

q4_7_clean

Q4–7.clean

q4_8_easy_to_wear

Q4–8.easy.to.wear

q4_9_elegant

Q4–9.elegant

q4_10_feminine

Q4–10.feminine

q4_11_for_someone_like_me

Q4–11.for.someone.like.me

q4_12_heavy

Q4–12.heavy

q4_13_high_quality

Q4–13.high.quality

q4_14_long_lasting

Q4–14.long.lasting

q4_15_masculine

Q4–15.masculine

q4_16_memorable

Q4–16.memorable

q4_17_natural

Q4–17.natural

q4_18_old_fashioned

Q4–18.old.fashioned

q4_19_ordinary

Q4–19.ordinary

q4_20_overpowering

Q4–20.overpowering

q4_21_sharp

Q4–21.sharp

q4_22_sophisticated

Q4–22.sophisticated

q4_23_upscale

Q4–23.upscale

q4_24_well_rounded

Q4–24.well.rounded

q5_1_deodorant_is_addictive

Q5–1.Deodorant.is.addictive

q7

Q7

q8_1

Q8.1

q8_2

Q8.2

q8_5

Q8.5

q8_6

Q8.6

q8_8

Q8.8

q8_11

Q8.11

q8_12

Q8.12

q8_13

Q8.13

q8_19

Q8.19

q8_20

Q8.20

q9_how_likely_would_you_be_to_purchase_this_deodorant

Q9.how.likely.would.you.be.to.purchase.this.Deodorant

q10_prefer_this_deodorant_or_your_usual_deodorant

Q10.prefer.this.Deodorant.or.your.usual.Deodorant

q11_time_of_day_would_this_deodorant_be_appropriate

Q11.time.of.day.would.this.Deodorant.be.appropriate

q12_which_occasions_would_this_deodorant_be_appropriate

Q12.which.occasions.would.this.Deodorant.be.appropriate

q13_liking_after_30_minutes

Q13 Liking.after.30.minutes

q14_deodorant_overall_on_a_scale_from_1_to_10

Q14.Deodorant.overall.on.a.scale.from.1.to.10

valsegb

ValSegb

s7_involved_in_the_selection_of_the_cosmetic_products

S7.involved.in.the.selection.of.the.cosmetic.products

s8_ethnic_background

S8.ethnic.background

s9_education

S9.education

s10_income

S10.income

s11_marital_status

S11.marital.status

s12_working_status

S12.working.status

s13_2

S13.2

s13a_b_most_often

S13a.b.most.often

s13b_bottles_of_deodorant_do_you_currently_own

S13b.bottles.of.Deodorant.do.you.currently.own

4300121Deodorant B7233142335215323514442323445141321574232214
4301121Deodorant B63242144553213541311514323421443331014144111
4302121Deodorant B61335335453555355154114535314153236164133116
4303121Deodorant B51534525245344555154442353441533368242310114
4304121Deodorant B6232431213455334315552444444325336454123314
4305121Deodorant B7432442514144553414321455525243314724232211
4306121Deodorant B542411233434343514543313435131334624237212
4307121Deodorant B6251443112545435315415344521-121116724144262
4308121Deodorant B51325534434545534111234355332134216874135113
4309121Deodorant B5132542215154344415531325535-153221874135113

CREATE TABLE test_data (
  "respondent_id" BIGINT,
  "product_id" BIGINT,
  "product" VARCHAR,
  "q1_1_personal_opinion_of_this_deodorant" BIGINT,
  "q2_all_words" BIGINT,
  "q3_1_strength_of_the_deodorant" BIGINT,
  "q4_1_artificial_chemical" BIGINT,
  "q4_2_attractive" BIGINT,
  "q4_3_bold" BIGINT,
  "q4_4_boring" BIGINT,
  "q4_5_casual" BIGINT,
  "q4_6_cheap" BIGINT,
  "q4_7_clean" BIGINT,
  "q4_8_easy_to_wear" BIGINT,
  "q4_9_elegant" BIGINT,
  "q4_10_feminine" BIGINT,
  "q4_11_for_someone_like_me" BIGINT,
  "q4_12_heavy" BIGINT,
  "q4_13_high_quality" BIGINT,
  "q4_14_long_lasting" BIGINT,
  "q4_15_masculine" BIGINT,
  "q4_16_memorable" BIGINT,
  "q4_17_natural" BIGINT,
  "q4_18_old_fashioned" BIGINT,
  "q4_19_ordinary" BIGINT,
  "q4_20_overpowering" BIGINT,
  "q4_21_sharp" BIGINT,
  "q4_22_sophisticated" BIGINT,
  "q4_23_upscale" BIGINT,
  "q4_24_well_rounded" BIGINT,
  "q5_1_deodorant_is_addictive" BIGINT,
  "q7" BIGINT,
  "q8_1" BIGINT,
  "q8_2" BIGINT,
  "q8_5" BIGINT,
  "q8_6" BIGINT,
  "q8_8" BIGINT,
  "q8_11" BIGINT,
  "q8_12" BIGINT,
  "q8_13" BIGINT,
  "q8_19" BIGINT,
  "q8_20" BIGINT,
  "q9_how_likely_would_you_be_to_purchase_this_deodorant" BIGINT,
  "q10_prefer_this_deodorant_or_your_usual_deodorant" BIGINT,
  "q11_time_of_day_would_this_deodorant_be_appropriate" BIGINT,
  "q12_which_occasions_would_this_deodorant_be_appropriate" BIGINT,
  "q13_liking_after_30_minutes" BIGINT,
  "q14_deodorant_overall_on_a_scale_from_1_to_10" BIGINT,
  "valsegb" BIGINT,
  "s7_involved_in_the_selection_of_the_cosmetic_products" BIGINT,
  "s8_ethnic_background" BIGINT,
  "s9_education" BIGINT,
  "s10_income" BIGINT,
  "s11_marital_status" BIGINT,
  "s12_working_status" BIGINT,
  "s13_2" DOUBLE,
  "s13a_b_most_often" BIGINT,
  "s13b_bottles_of_deodorant_do_you_currently_own" BIGINT
);

Share link

Anyone who has the link will be able to view this.