2

i want to insert data in 2nd picture into database. what should i do? home page process

result of performance operator

Loka
  • 41
  • 5
  • As a hint for sharing RapidMiner processes: On the menu go to View-> show panel -> XML. This shows you the XML representation of your process, which can be more easily shared with your peers. – David Jan 03 '20 at 09:36

1 Answers1

2

you need to transform the output of the performance operator into a regular example set. For this you can use the Performance to Data operator, then you can simply store the data in the database (it can normally only handle regular tabular data)

David
  • 792
  • 5
  • 17
  • 1
    If i use performance to data, it will only show the accumulate value right? how about i want to show all the (prediction and true yes no value )? – Loka Jan 03 '20 at 09:42
  • In this case, you can simply store the example set after the 'Apply Model' operator in the data base as well. – David Jan 03 '20 at 09:57