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
YAGGA - attribute constructions
danjeharry
Member Posts: 20 Contributor II
Hey,
How do I recreate the attribute constructions generated by YAGGA onto a new test dataset if some of the attribute constructions are based on generated attributes which are no longer in the original example set? (e.g. gensym100 = Attribute1 + gensym99, but gensym99 is not defined in the attribute construction data).
Thanks.
How do I recreate the attribute constructions generated by YAGGA onto a new test dataset if some of the attribute constructions are based on generated attributes which are no longer in the original example set? (e.g. gensym100 = Attribute1 + gensym99, but gensym99 is not defined in the attribute construction data).
Thanks.
0
Answers
below there is a small sample process which first generates some attributes, then stores their constructions to a file, rereads them and applies them to another dataset. Please be sure to adjust the paths in the Read/Write Constructions operators.