google / yggdrasil-decision-forests

A library to train, evaluate, interpret, and productionize decision forest models such as Random Forest and Gradient Boosted Decision Trees.
https://ydf.readthedocs.io/
Apache License 2.0
498 stars 53 forks source link

Fix standalone example dependency #9

Closed Willian-Zhang closed 3 years ago

achoum commented 3 years ago

Thanks for the pull :).

Ideally, this example is expected to download YDF from github and compile the example.cc file. See the definition of @ydf in the WORKSPACE file. Can you detail the type of error you are seeing with the original configuration?