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
[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