tensorflow / tfx-addons

Developers helping developers. TFX-Addons is a collection of community projects to build new components, examples, libraries, and tools for TFX. The projects are organized under the auspices of the special interest group, SIG TFX-Addons. Join the group at http://goo.gle/tfx-addons-group

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

XGBoost evaluator

theadactyl opened this issue · comments

While TFX can train any model (as long as you can feed it the data), evaluator needs a custom extractor to run Evaluation jobs. XGBoost evaluator would basically reuse the Evaluator executor but instead provide with the extractor for XGBoost internally.

Could be an example or a library, to make working with XGBoost easier.

Proposal being reviewed by Google team