The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
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