The RapidMiner community is on read-only mode until further notice. Technical support via cases will continue to work as is. For any urgent licensing related requests from Students/Faculty members, please use the Altair academic forum here.
[SOLVED]Output names of models and performance
Hello, I want to iterate over a few files in directory and use 4 classifiers on each file.
How can I change output names(model and performance vector) to know which result refers to which file ?
Now I have something like this:
Performance Vector(PerformanceNaiveBayes)
Performance Vector(PerformanceNaiveBayes)
...
but I want:
file_name1(PerformanceNaiveBayes)
file_name2(PerformanceNaiveBayes)
...
// I used annotations. Please close or delete thread.
How can I change output names(model and performance vector) to know which result refers to which file ?
Now I have something like this:
Performance Vector(PerformanceNaiveBayes)
Performance Vector(PerformanceNaiveBayes)
...
but I want:
file_name1(PerformanceNaiveBayes)
file_name2(PerformanceNaiveBayes)
...
// I used annotations. Please close or delete thread.
Tagged:
0