How to handle Nominal Data

+1 vote
I have data which has colours as a column how should I handle such kind of data to do predictive modelling?
Jul 24, 2018 in Data Analytics by Anmol
• 1,780 points
471 views

1 answer to this question.

+1 vote
Best answer

Nominal data is basically data which can be neither ordered nor measured it's merely different categories, for example, color - all are similar they don't have any hierarchical order. 

There are many ways to deal with nominal data for predictive modeling - which approach to choose is based on the scenario and the kind of predictive modeling/visualization you would like to do.

Various approaches can be found on the following link: https://bit.ly/2mHCt6m

answered Jul 24, 2018 by Abhi
• 3,720 points

selected Jul 24, 2018 by Anmol

Related Questions In Data Analytics

0 votes
1 answer
+1 vote
1 answer

How to convert a list of vectors with various length into a Data.Frame?

We can easily use this command as.data.frame(lapply(d1, "length< ...READ MORE

answered Apr 4, 2018 in Data Analytics by DeepCoder786
• 1,720 points
1,270 views
0 votes
2 answers

In data frame how to spilt strings into values?

You can do this using dplyr and ...READ MORE

answered Dec 5, 2018 in Data Analytics by Kalgi
• 52,360 points
779 views
0 votes
1 answer
0 votes
2 answers

Why should anyone learn Python instead of R for machine learning?

Machine learning is the latest technology everyone ...READ MORE

answered Apr 13, 2019 in Data Analytics by SA
• 1,090 points
723 views
0 votes
2 answers
+1 vote
2 answers

how can i count the items in a list?

Syntax :            list. count(value) Code: colors = ['red', 'green', ...READ MORE

answered Jul 7, 2019 in Python by Neha
• 330 points

edited Jul 8, 2019 by Kalgi 4,060 views
0 votes
1 answer
0 votes
2 answers

What is nominal data and how to deal with it?

Nominal Data: Nominal values represent discrete units and ...READ MORE

answered Sep 4, 2018 in Data Analytics by shams
• 3,670 points
1,338 views
+2 votes
2 answers

How to handle outliers

There are multiple ways to handle outliers ...READ MORE

answered Jul 24, 2018 in Data Analytics by Abhi
• 3,720 points
722 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP