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
Beg need help in importing data
inceptorfull
Member Posts: 44 Contributor II
Hello All,
I have the Excel file to be imported to Rapidminer and I know how to do it, but choosing the arttibutes types make it difficult for me.
the excel contains of :
Year, company, sales, ......... some other Ratios, and TA( which is the dependent Variable)
2012 1 222 500
whtever.
so I want to know what Right attributes to choose, additionally,
DO I need to Normalize data before putting to Neural network?
I have the Excel file to be imported to Rapidminer and I know how to do it, but choosing the arttibutes types make it difficult for me.
the excel contains of :
Year, company, sales, ......... some other Ratios, and TA( which is the dependent Variable)
2012 1 222 500
whtever.
so I want to know what Right attributes to choose, additionally,
DO I need to Normalize data before putting to Neural network?
0
Answers
And a neural net usually does not need normalization
Dortmund, Germany
No I mean by "Right" the suitable attribute for the company and year variables? will be id, or label or what?
others will be numeric
Do you mean roles? Like id, label, and other custom based roles?
Dortmund, Germany
so I want after regression or NN or wtvr analysis, I can know for what company in which year
The operator you want to go for is "Set Role"
Attributes can have different roles. Every role different from "regular" makes the attribute special. Special attributes are ignored in usual operators. You can specify custom roles by simply typing in a name at the "target role" field of the set role operator.
There are some roles which have a special meaning. For example there are:
Label - The "target variable", so the one the neural net will use to predict it.
id - an id attribute which is needed for some operations.
and some others.
I guess you just want to set the role label to the target variable and all others which should be ignored during learning to some custom role.
Cheers,
Martin
Dortmund, Germany
I have other question how to input five years, so I can train only three years and predict the last two?
If you really want to use it with a split you can use Filter Examples for this.
If you need help with this, i could post an example process later
Dortmund, Germany