/model_from_scratch

Implementing Decision tree from scratch using python

Primary LanguageJupyter Notebook

ML models from scratch

This repo contains implementation of various ML models from scratch and comparing accuracy with sklearn.

  • vanilla_decision_tree

    This is implementation of decision tree, training and testing on Adult Income Dataset.