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

Relational Data Mining

aryan_hosseinzaaryan_hosseinza Member Posts: 74 Contributor II
Hi everbody ,

I'd like to know how to apply data mining algorithms implemented in rapidminer on relational data sets ! I mean the dataset that I have is not a simple flat file , they are number of files  related to each other by primary and foreign keys !
Is there any way to handle this in rapidminer ?


Thanks ,

-Arian

Answers

  • BalazsBaranyBalazsBarany Administrator, Moderator, Employee-RapidMiner, RapidMiner Certified Analyst, RapidMiner Certified Expert Posts: 955 Unicorn
    Hi!

    That's not a problem at all. RapidMiner is a full-featured ETL tool.

    Just read your files with the appropriate operators (e. g. CSV), mark the ID fields with the role ID, and use the Join operator to created joined datasets just like in a relational database.

    The resulting dataset can be used with the data mining algorithms.

    Regards

    Balázs
Sign In or Register to comment.