It looks like you're new here. Sign in or register to get started.
Hi,
Can you guys tell me about "optimize weight" operator. what is it for,?
Is it just to calculate the feature weight, or doing some optimize, or what.......
Thanks
in simple terms, based on the training set it tries to find relevance of the column and find appropriate weights.
As a side effect it also acts as a feature elimanation step
Depending which "Optimize weight" operator you use it has various strategies to figure which columns to use and how they shoudl be weighted
Answers
in simple terms, based on the training set it tries to find relevance of the column and find appropriate weights.
As a side effect it also acts as a feature elimanation step
Depending which "Optimize weight" operator you use it has various strategies to figure which columns to use and how they shoudl be weighted