tensorflow / decision-forests

A collection of state-of-the-art algorithms for the training, serving and interpretation of Decision Forest models in Keras.
Apache License 2.0
660 stars 110 forks source link

Update build instructions for Mac, fix scripts #211

Closed rstz closed 8 months ago

rstz commented 8 months ago

In the scripts, we now require a few GNU utils, since coreutils are already required to build TensorFlow. Also updated the installation instructions and fixed the MacOS cross-compilation