International Journal of Engineering and Information Systems (IJEAIS)
  Year: 2020 | Volume: 4 | Issue: 5 | Page No.: 27-31
Car Data Analysis by Using ID3 Algorithm
Aung Cho, Aung Si Thu

Abstract:
Todays car buyers need to know the correct news of car before buying. ID3 algorithm can analyze car data to show the buyers the correct prediction of news of car they specified so that they can decide good buying or not. For ID3 algorithm, 'car.data' file was used and it's features are buying, maint, doors, persons, lug_boot, safety and it's target is Decision. The values of target are 'unacc', 'acc', 'good' and 'vgood'. As first step, the given data is trained to produce rule and in second step use the rule to test the sample data for prediction of output target. The 'car.data' file was downloaded from google.com and python code was used for implementation of data analysis.