Simple Decision Tree model using Python, sklearn for the Digital Sky Survey Dataset.
Digital Sky Survey using Decision Tree for Sloan Digital Sky Survey DR14, offers public data of space observations.
The data consists of 10,000 observations of space taken by the SDSS. Every observation is described by 17 feature columns and 1 class column which identifies it to be either a star, galaxy or quasar.
The data was obtained from Kaggle where you can obtain further information about the dataset.
If you are an absolute beginner who is trying to understand how the Decision tree is used, this is for you.