项目作者: juliamarcinkowska

项目描述 :
Implementation of ID3 machine learning algorithm.
高级语言: Python
项目地址: git://github.com/juliamarcinkowska/Python_ID3.git
创建时间: 2020-05-13T14:42:03Z
项目社区:https://github.com/juliamarcinkowska/Python_ID3

开源协议:

下载


Python_ID3

Implementation of machine learning ID3 algorithm in python. Algorithm builds a decision tree to classify each animal in dataset.

First decision tree is build based on all the rows in dataset. Then algorithm learns only on 90% of samples as training set and tests the algorithm on other 10%. Average precision of the algorithm is shown at the end along with its standard deviation.

Project was co-created with Weronika Górecka (https://github.com/wgorecka).