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

Added Kaggle example - Beginner classification #128

Open vanshhhhh opened 2 years ago

vanshhhhh commented 2 years ago

Kaggle dataset used - Titanic - Machine Learning from Disaster Category - Beginner Type - Classification

Note -

Mentor - @mirhyman Reviewers - @random-forests, @markmcd

review-notebook-app[bot] commented 2 years ago

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

markmcd commented 2 years ago

Thanks for the guide - looks like a good start. I've made some comments that apply in several places, please be sure to fix them everywhere (e.g. style related comments).

Can you also ensure that you run nbfmt and nblint on your notebook to ensure stable diffs and that the right links/licenses/etc are present.