Due to recent updates, all users are required to create an Altair One account to login to the RapidMiner community. Click the Register button to create your account using the same email that you have previously used to login to the RapidMiner community. This will ensure that any previously created content will be synced to your Altair One account. Once you login, you will be asked to provide a username that identifies you to other Community users. Email us at Community with questions.
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