Skip to content
This repository was archived by the owner on Apr 19, 2026. It is now read-only.

Added forward_features inside Estimator class of Adanet.#119

Open
chamorajg wants to merge 1 commit intotensorflow:masterfrom
chamorajg:master
Open

Added forward_features inside Estimator class of Adanet.#119
chamorajg wants to merge 1 commit intotensorflow:masterfrom
chamorajg:master

Conversation

@chamorajg
Copy link
Copy Markdown
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
Copy Markdown

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.

@EugenHotaj EugenHotaj requested a review from cweill October 25, 2019 20:23
@chamorajg chamorajg closed this Nov 10, 2019
@chamorajg chamorajg reopened this Nov 12, 2019
@codecov-commenter
Copy link
Copy Markdown

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

❌ Patch coverage is 20.00000% with 4 lines in your changes missing coverage. Please review.
✅ Project coverage is 88.82%. Comparing base (88daf39) to head (f03fe72).
⚠️ Report is 107 commits behind head on master.

Files with missing lines Patch % Lines
adanet/core/estimator.py 20.00% 4 Missing ⚠️
❗ Your organization needs to install the Codecov GitHub app to enable full functionality.
Additional details and impacted files
@@            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              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

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

4 participants