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
how to do
Best Answer
-
varunm1 Member Posts: 1,207 UnicornHello @JoeJoe
Yes, you will have two options, it is your choice to perform none of these or any one of these or both. PCA is used for dimensionality reduction, in case you have many attributes (features/columns) and you want to reduce the total features for low complexity or better run times of algorithm then PCA is a useful method. PCA will create new features (Principal components) from existing features, one issue with using PCA is to understand what these features (Principal components) represent in the real world.
The second option normalization is useful in case of features (attributes/columns) with highly varying ranges. For example, you have an age column with 1 to 100 years and income column in 10000 to 100000 then normalization is suggested as the numeric ranges in columns are highly varying and these variations will have an impact on the algorithm.
Hope this helpsRegards,
Varun
https://www.varunmandalapu.com/Be Safe. Follow precautions and Maintain Social Distancing
6