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

Added forward_features inside Estimator class of Adanet. #119

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

Conversation

chamorajg
Copy link
Contributor

@chamorajg chamorajg commented Aug 21, 2019

Added forward_features function inside estimator class to use tensorflow's forward_features inside adanet. Closes #114 @cweill

@googlebot googlebot added the cla: yes Contributor signed Google CLA label Aug 21, 2019
@codecov-io
Copy link

Codecov Report

Merging #119 into master will decrease coverage by 0.11%.
The diff coverage is 20%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #119      +/-   ##
==========================================
- Coverage   88.94%   88.82%   -0.12%     
==========================================
  Files          31       31              
  Lines        3011     3016       +5     
  Branches      475      476       +1     
==========================================
+ Hits         2678     2679       +1     
- Misses        244      248       +4     
  Partials       89       89
Impacted Files Coverage Δ
adanet/core/estimator.py 90.68% <20%> (-0.62%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 88daf39...f03fe72. Read the comment docs.

@chamorajg chamorajg closed this Nov 10, 2019
@chamorajg chamorajg reopened this Nov 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes Contributor signed Google CLA
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow one to forward features to predictions
3 participants