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
Fill Data Gaps
I am trying to figure out how to use "Fill Data Gaps".
I am entering data in the form of
1,5
3,15
7,35
8,40
and expect to get something like
1,5
2,?
3,15
4,?
5,?
6,?
7,35
8,40
Instead, I get an error.
com.rapidminer.example.set.SortedExampleSet cannot be cast to com.rapidminer.operator.Model
The process is as simple as that. One "Read CSV" reading the above values, integer id for first column, real attribute for second.
I am entering data in the form of
1,5
3,15
7,35
8,40
and expect to get something like
1,5
2,?
3,15
4,?
5,?
6,?
7,35
8,40
Instead, I get an error.
com.rapidminer.example.set.SortedExampleSet cannot be cast to com.rapidminer.operator.Model
The process is as simple as that. One "Read CSV" reading the above values, integer id for first column, real attribute for second.
0
Answers
If you still have problems, please post your whole process setup (go to the xml view of the process and copy the text into this forum, using the "add code" button above).