mljar / automl-app

AutoML Web App - build Machine Learning pipeline in automatic way with Graphical User Interface (GUI). You can run app locally!
https://automl.runmercury.com/
MIT License
141 stars 13 forks source link

Question About Image Export Format #2

Closed JOB1225 closed 5 months ago

JOB1225 commented 5 months ago

Hi! Currently, the exported images are all in PNG format. Is it possible to export them in an editable format such as PDF? Thanks for your help.

pplonski commented 5 months ago

Hi @JOB1225,

Could you please provide more details about your use case? What would you like to build?

JOB1225 commented 5 months ago

I used the AutoML app for model training and generated some results, as shown in the figure, which includes many images, for example, roc_curve.png. However, I hope that these generated images can be in an editable format, such as SVG or PDF.roc_curve 1

pplonski commented 5 months ago

OK, I got you. The only solution, it to take predictions (should be saved in each model directory, file predictions_*.csv) and make editable image by your own based on raw data.

May I ask, what would you like to edit in the plots?

JOB1225 commented 5 months ago

OK, thanks! I just feel that such images are too unclear and not suitable for displaying.