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
IndexOutOfBoundsException
Hello,
I am trying to select the ten most "important" variables out of 24. The goal is to use the first component of PCA analysis to find these ten variables. I have set "generations_without_improval" in the WeightGuidedFeatureSelection to 14 - so that ten variables are selection. I've tried various numbers and sometimes I get the following error and sometimes I do not. The error I keep getting is, "Process Failed IndexOutOfBoundException caught: Index:0, Size:0.
My process looks like this,
Root
>ExampleSource
>PCAWeighting
>WeightGuidedFeatureSelection
>>Xvalidation
>>>LinearRegression
>>>OperatorChain
>>>>ModelApplier
>>>>RegressionPerformance
Does anyone know what this error means? I've tried searching the documentation but cannot find it. Does anyone know possibly a different way to use PCA to select the ten most "important" variables (i.e. eliminating the redundant members)? Thanks for any help as it is greatly appreciated!!!
-Tyler
I am trying to select the ten most "important" variables out of 24. The goal is to use the first component of PCA analysis to find these ten variables. I have set "generations_without_improval" in the WeightGuidedFeatureSelection to 14 - so that ten variables are selection. I've tried various numbers and sometimes I get the following error and sometimes I do not. The error I keep getting is, "Process Failed IndexOutOfBoundException caught: Index:0, Size:0.
My process looks like this,
Root
>ExampleSource
>PCAWeighting
>WeightGuidedFeatureSelection
>>Xvalidation
>>>LinearRegression
>>>OperatorChain
>>>>ModelApplier
>>>>RegressionPerformance
Does anyone know what this error means? I've tried searching the documentation but cannot find it. Does anyone know possibly a different way to use PCA to select the ten most "important" variables (i.e. eliminating the redundant members)? Thanks for any help as it is greatly appreciated!!!
-Tyler
0
Answers
this might be caused due to a chromozome by an accident contain no attribute. Please set aslo the lowest possible number of attributes for your chromozomes.
Hope this help.
radone