/Decision_tree

Classification of housing data by decision tree has been done. Effect of regularization (limiting maximum depth of tree) has been observed.

Primary LanguageJupyter Notebook

Decision_tree

Classification of housing data by decision tree has been done. Effect of regularization (limiting maximum depth of tree) has been observed. Scikit-learn library of python has been used to implement decision tree model.