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

Fixed a minor bug in the get_pandas_dataframe function of Result #86

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

JamesAllingham
Copy link

The loss_fn lambda was not being used and as a result, only the losses and not any info can be retrieved, for e.g by saying loss_fn = lambda r: {"val_NLL": r.loss, "val_err": r.info['valid err']}.

This PR does not change the default behaviour.

…class

The loss_fn lambda was not being used and as a result, only the losses and not any info can be retrieved. For e.g by saying loss_fn = lambda r: {"val_NLL": r.loss, "val_err": r.info['valid err']}.
@codecov-io
Copy link

Codecov Report

Merging #86 into master will decrease coverage by 0.37%.
The diff coverage is 0.00%.

@@            Coverage Diff             @@
##           master      #86      +/-   ##
==========================================
- Coverage   65.16%   64.78%   -0.38%     
==========================================
  Files          28       28              
  Lines        1846     1846              
==========================================
- Hits         1203     1196       -7     
- Misses        643      650       +7     

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants