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
Organizing my data
hadel_ahmed
Member Posts: 2 Contributor I
i have a data about customers' ratings how can i organize my data to get a value which represents each product ?
i want to get one value represent each product? any recommendations about the algorithm i shall use ?
any help please!
Tagged:
0
Answers
Depending on how your raw data is structured, some combination of "Aggregate" or "Generate Aggregation" or "Pivot" should do the trick. If you post a sample of your data and your process, people here will probably be able to be more specific.
Lindon Ventures
Data Science Consulting from Certified RapidMiner Experts
What @Telcontar120 said. One of the best set of operators for tabulating and organizing data is the Aggregate, Generate Aggregate, Join, Append, and even the Generate Attribute operators.
Many thanks for your replies. How to write the avge() function in the function expressions area ?
You can use the expression editor to browse through all the functions that are available in "Generate Attributes". Just click on the little notepad icon on the function expressions bar. It's very helpful. The average function is AVG(numeric,numeric,etc.)
Lindon Ventures
Data Science Consulting from Certified RapidMiner Experts