firefly-cpp / NiaAML

Python automated machine learning framework.
MIT License
29 stars 12 forks source link

Optional: Generate results in Latex #41

Open firefly-cpp opened 3 years ago

firefly-cpp commented 3 years ago

Many researchers prefer the way that software supports generating results in Latex. So it is easy to include results in research papers. If possible, please add this functionality.

A word of warning: I advise you not to use any of existing software packages for generating Latex from Python. From my past experience, many upstreams abandoned the development of their packages after a couple of releases.

sisco0 commented 3 years ago

Have a good day @firefly-cpp. I was asking myself what the expected output would be like. For this purpose I created an Overleaf document which I am sharing here: https://www.overleaf.com/read/dhvbqthmxpfy Would that be the expected format like? If not, how should it be? I am attaching you a screenshot of the file for your convenience as well. image

sisco0 commented 3 weeks ago

@LaurenzBeck , @firefly-cpp , does the current NiaAML package support any other kind of output format that is easily readable, such as Markdown?

firefly-cpp commented 2 weeks ago

@sisco0, not really. What about generating a diagram using the Graphviz package?