• Stars
    star
    2
  • Language
    Jupyter Notebook
  • License
    MIT License
  • Created about 3 years ago
  • Updated about 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

As a supervised learning algorithm, Decision Tree is used to build a tree structure model for resolving classification and regression problems. The goal of this task is to implement the classification with Decision Tree and evaluate the classification performance with various evaluation methods.