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
Analysing Polynominal Data
jeganathanvelu
Member Posts: 17 Contributor II
in Help
Hi ,
I am learning data analytics using Rapid Miner and am a novice. I need help with the below query.
I have around 800 project risks categorized by each project portfolio, date of risk identification, risk impact score (3 levels), risk probability score (3 levels), description (text), mitigation strategy (text),risk source (polynominal), risk category (ploynominal)
As an experiment i want to see if there are any association between each risk categories within each portfolio, so that if a risk of a particular category is identified for a project, then i can also suggest the project team to look carefully for potential risks in other categories associated with the identified risk.
Based on Data Mining for the masses by Mr North, I tried to do identify assocation rules. But learnt that FP, W-FP will work only with Binominal data. Hence how should i proceed on the above analysis ?
What other analysis can i do on the provided data.
I am sorry if the question is on very basics , but your reply will help me learn. Also if this is not the right forum for such questions, could you please point me to forums on internet where i can learn on such topics?
Thanks in Advance,
Jeganathan Velu.
I am learning data analytics using Rapid Miner and am a novice. I need help with the below query.
I have around 800 project risks categorized by each project portfolio, date of risk identification, risk impact score (3 levels), risk probability score (3 levels), description (text), mitigation strategy (text),risk source (polynominal), risk category (ploynominal)
As an experiment i want to see if there are any association between each risk categories within each portfolio, so that if a risk of a particular category is identified for a project, then i can also suggest the project team to look carefully for potential risks in other categories associated with the identified risk.
Based on Data Mining for the masses by Mr North, I tried to do identify assocation rules. But learnt that FP, W-FP will work only with Binominal data. Hence how should i proceed on the above analysis ?
What other analysis can i do on the provided data.
I am sorry if the question is on very basics , but your reply will help me learn. Also if this is not the right forum for such questions, could you please point me to forums on internet where i can learn on such topics?
Thanks in Advance,
Jeganathan Velu.
0
Answers
you may look into the help of operator "FP-Growth". There is an example process that
also has to ensure that the attributes are in an appropriate state for applying FP.
Maybe in your case "Discretize" is not neccessary.
In general, it is always wise to use the various charts provided within RapidMiner
to get an inside into data first.
-Frank