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
663 stars 110 forks source link

Unmarked Python code under Distributed training section of CartModel #138

Closed arnavrneo closed 2 years ago

arnavrneo commented 2 years ago

I came across this Distributed training section while viewing the CartModel documentation.

The block of python code under Distributed training has not been marked properly, with some lines being marked and some not. Some hyperlinks are also not marked.

I would love to solve that problem. So, I have opened up a pull-request with the required changes. This is my first time contributing to open-source, please tell me if there are any further improvements or modifications that I can make.

rstz commented 2 years ago

Hi,

thank you for your contribution, I added myself as a reviewer and I'll get to it soon.

arnavrneo commented 2 years ago

You're welcome. Looking forward to it.

rstz commented 2 years ago

Closing this, since the discussion can be moved to the PR itself