Giter Site home page Giter Site logo

hw1-decision-trees's Introduction

HW1: Decision trees for EECS 349 @ NU

IMPORTANT: PUT YOUR NETID IN THE FILE netid in the root directory of the assignment. This is used to put the autograder output into Canvas. Please don't put someone else's netid here, we will check.

In this assignment, you will:

  • Understand and implement evaluation measures for machine learning algorithms
  • Implement information gain and entropy measures
  • Implement a decision tree with the ID3 algorithm
  • Implement a prior probability classifier
  • Compare and contrast machine learning approaches on different datasets
  • Write up your results in a clear concise report

Clone this repository

To clone this repository run the following command:

git clone https://github.com/nucs349/hw1-decision-trees-[your_username]

[your_username] is replaced in the above link by your Github username. Alternatively, just look at the link in your address bar if you're viewing this README in your submission repository in a browser. Once cloned, cd into the cloned repository. Every assignment has some files that you edit to complete it.

Files you edit

See problems.md for what files you will edit.

Do not edit anything in the tests directory. Files can be added to tests but files that exist already cannot be edited. Modifications to tests will be checked for.

Environment setup

Make a conda environment for this assignment, and then run:

pip install -r requirements.txt

Running the test cases

The test cases can be run with:

python -m pytest -s

at the root directory of the assignment repository.

Questions? Problems? Issues?

Simply open an issue on the starter code repository for this assignment here. Someone from the teaching staff will get back to you through there!

hw1-decision-trees's People

Contributors

ethman avatar interactiveaudiolab avatar maxrmorrison avatar pseeth avatar texify[bot] avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.