python-mle
python-mle copied to clipboard
Create class for fit results
Currently we're using OptimizeResult from scipy when returning results. The idea is to have an object that basically behaves like a dictionary, but also pretty-prints the results and various useful extra information when converted to a string. I think the output could be improved greatly if we would write our own class similar to OptimizeResult. (maybe FitResult?)
agreed