Magho / decision-treel

Implementation of decision tree and visualizing over fitting in it

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Goals

  • Implement binary decision trees with different early stopping methods.
  • Compare models with different stopping parameters.
  • Visualize the concept of overfitting in decision trees.

Packages used

  • graphlab

Used data set

lending-club-data.gl

Algorithms used :

  • decision trees.
  • Early stopping methods.

About

Implementation of decision tree and visualizing over fitting in it

License:MIT License


Languages

Language:Jupyter Notebook 100.0%