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
Regularized discriminant analysis
Hi there !
I have a dataset (csv format) on which I want to run the Regularized discriminant analysis but I am getting this error mesage;
"The operator RDA 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 (csv format) on which I want to run the Regularized discriminant analysis but I am getting this error mesage;
"The operator RDA does not have sufficient capabilities for the given data set; polynomial attributes not supported"
Can anyone help me with this?
Thanks!
0
Answers
The error implies that this particular operator cannot handle categorical variables (polynomial type). Each operator (algorithm) has some restrictions on what kind of data they can handle. I see that you need to provide only "Numerical attributes" (Predictors/variables) for this model.
To check what kind of data types you can use. You just need to right-click on the operator and click "Show Operator info".
Let us know if you need more information.
Varun
https://www.varunmandalapu.com/
Be Safe. Follow precautions and Maintain Social Distancing
There can be multiple reasons an algorithm cannot perform well on data. You need to do data preprocessing (Feature selection, class imbalances, etc.) before applying your model, optimize model by tuning hyperparameters and the type of validation you are using is also important. Also, this algorithm might not be good for the data you are trying to fit.
If you are looking for some resources that help you understand modeling, you can check the academy.rapidminer.com
Varun
https://www.varunmandalapu.com/
Be Safe. Follow precautions and Maintain Social Distancing