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
NeuralNet Polynomial not supported
yanika1716
Member Posts: 3 Contributor I
Hi there !
I have a dataset (excel format) on which I want to run the neural net algorithm but I am getting this error mesage;
"The operator NeuralNet does not have sufficient capabilities for the given data set; polynomial attributes not supported"
Can anyone help me with this?
Thanks!
I have a dataset (excel format) on which I want to run the neural net algorithm but I am getting this error mesage;
"The operator NeuralNet does not have sufficient capabilities for the given data set; polynomial attributes not supported"
Can anyone help me with this?
Thanks!
0
Answers
The Neural Net operator can only work on numerical values. So usually you convert the polynominal values to numerical values just including 1's and 0's
Before you had something like
MyCategory
Cat1
Cat2
Afterwards you have
MyCategory=Cat1 MyCategory=Cat2
1 0
0 1
The converting operator is Nominal to Numerical. Be careful using it. You might get hundrets of attributes
Here is an example process:
Dortmund, Germany
have you seend our additional ressources? http://docs.rapidminer.com/resources/ The book "Data Mining for the Masses" might be good for you.
Dortmund, Germany