Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 541 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 541 Bytes

Decisive tree - Project in Python

The aim of the project

The aim of project was to create program with use of machine learning. We used the dataset of Titanic passengers to show how the decisive tree is working and determine how different characteristics decided about someone's survival.

Resources and tools

Python language was used to create the code. Free dataset was downloaded from https://github.com/codebasics/py/blob/master/ML/9_decision_tree/Exercise/titanic.csv

Project status

finished. Documentation is in progress.