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
Apache License 2.0
125 stars 62 forks source link

XGBoost evaluator #13

Open theadactyl opened 3 years ago

theadactyl commented 3 years ago

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.

theadactyl commented 3 years ago

cc @casassg

rcrowe-google commented 3 years ago

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

rcrowe-google commented 3 years ago

Proposal being reviewed by Google team