Skip to content

Latest commit

 

History

History
26 lines (12 loc) · 586 Bytes

README.md

File metadata and controls

26 lines (12 loc) · 586 Bytes

broceliande-example

Keywords: random forests, use-case, Titanic.

This project is a usage example of the broceliande project. It shows how to create random forests using training data (age, name, number of siblings, etc. of people that embarked on Titanic) in order to predict an outcome (did they survive ?). More details on Kaggle. The Titanic example allows us to check the result of predictions on an already happened event.

Prepare the data

Plant the forest

Predict