import ".names" and ".data" file into rapidminer
hi every body,
i have a dataSet that has some nominal attributes and i need to convert them to numerical ones. the dataSet is from UCI Machine Learning repository (http://archive.ics.uci.edu/ml/) . it has two type of files( ".data" and ".names" file).
1) how should i import ".data" and ".names" file in rapidminer ?
2) how "nominal to numrical" operator must be used to convert data?
any help will be appreciated
0
Answers
the .data file is simply CSV like format comma separated.
So just download the file (you can rename it into something.csv) and use Read CSV operator.
I dont think you want to import .name one its just meta information about the datafile.
To make it even easier for you: just copy and paste this code into your rapidminer XML view(remove the previous xml code), click the green check symbol and switch back to the normal Process (diagram) view. If you click import wizard on the CSV read operator you can specify type and names of your variables as you please.
f