🎉 🎉. RAPIDMINER 9.8 IS OUT!!! 🎉 🎉
RapidMiner 9.8 continues to innovate in data science collaboration, connectivity and governance
CLICK HERE TO DOWNLOAD
Converting Example Set to Example set (Data Table)
I'm using the Extract Entities operator by Aylien and it outputs an Example Set. I want to select only a few attributes using the Select Attribute operator, but it won't take the output from the Extract Entites because it is not an Example Set (Data Table). How can I convert this Example Set output from my Extract to an Example Set (Data Table)?
Best Answer
-
agb019 Member Posts: 2
Contributor I
I was able to get an Example Set (Data Table) by taking the output from Extract Entity and running it through a Data to Document operator then a Domcument to Data operator to get an Example Set (Data Table) that I could use with Select Attribute like I wanted
0