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
"Clustering different models"
Hi,
I create classification models for about 1000 datasets. Now I want to find similarities or clusters in these models.
My models are decision trees. So I am looking for an operator that compares features and tresholds used in my trees to build some clusters out of my 1000 trees?!
Could anyone help me with telling if this is possible and what is the operator?
Greetz
Ozone
I create classification models for about 1000 datasets. Now I want to find similarities or clusters in these models.
My models are decision trees. So I am looking for an operator that compares features and tresholds used in my trees to build some clusters out of my 1000 trees?!
Could anyone help me with telling if this is possible and what is the operator?
Greetz
Ozone
Tagged:
0
Answers
may it be possible for you to log the threshold and features with the operator "Log"? Afterwards you could use the operator "Log to Data", create an exampleset and use every clustering method which rapidminer offers.
I hope my comment will support your project :-)
Greetz
Fabian
I totally understand your advice but I don't think that there is any possibility to log a model tree structure (features & tresholds)....
You could write the model out as a PMML or XML file then read it back in and use XPATH to query the nodes.
Not for the faint of heart.
regards
Andrew