python-mle icon indicating copy to clipboard operation
python-mle copied to clipboard

Create class for fit results

Open ibab opened this issue 10 years ago • 1 comments

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?)

ibab avatar Jan 31 '15 20:01 ibab

agreed

maxnoe avatar Jan 31 '15 22:01 maxnoe