Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create class for fit results #20

Open
ibab opened this issue Jan 31, 2015 · 1 comment
Open

Create class for fit results #20

ibab opened this issue Jan 31, 2015 · 1 comment
Milestone

Comments

@ibab
Copy link
Owner

ibab commented Jan 31, 2015

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

@maxnoe
Copy link
Collaborator

maxnoe commented Jan 31, 2015

agreed

@ibab ibab modified the milestone: v0.1 Feb 2, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants