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
Exporting perfomance and images _optimizing
1-is there any oprators which export performances and accuracies and images directly into exel and jpg files recpectivley?
2-can optimizing oprators connect to modeling oprators directly and optimize their functions automaticly before they start oprating datas?
2-can optimizing oprators connect to modeling oprators directly and optimize their functions automaticly before they start oprating datas?
0
Answers
I have two short answers as a teaser, one hint and then the long answer: ;-)
Short answers:
1-performances yes, images partly
2-yes
Hint: next time, please open a new thread for each question, that keeps the forum structure cleaner and allows more focused discussion.
And now the long answers:
You probably know the Log operator. With that operator, you can log values and parameters of previously executed operators. By default, you can't export the output of the Log operator, but you can use a trick: the Log to Data operator converts the output of the Log operator into an example set, which can then be exported to excel with Write Excel. To export images and graphs, you should have a look at the reporting extension.
We have several optimization operators, depending on what you want to achieve: Optimize Parameters optimizes parameters of models, e.g. the margin width of an SVM or the depth and pruning options of a Decision Tree. The various Optimize Selection flavors in the operator group Data Transformation/Attribute Set Reduction/Selection/Optimization perform a feature selection.
The common property of all these operators is, that they contain an inner process (open it by double clicking the operator after dragging it onto the grid), which usually trains a model, evaluates it (e.g. via X-Validation), and measures its performance. The performance is then passed to the optimization operator by connecting its output to the "per" output on the right side of the optimize operators inner process.
Please have a look at the following process to see all mentioned operators working together.
Best, Marius
is there any thing that need to be changed?
Then I can have a look at your setup to see what may have to be changed.
Best, Marius
and thanxz i solved the clustering problem now i have another issue
here is validation tree code here ...i donn know what should i do to get accuracy performance i tried all of performances but non of them is the accuracy performance why when i run optimizing operator it pause it self after it was done and i have to play it again to continue and write exel file?
I'm sorry I'm new user of rapid miner so I'm not export in its operators
Thanks for your help