Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 379 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 379 Bytes

AIM 5005

Install

  1. git clone git@github.com:mzelenetz/aim5005.git
  2. cd aim5005
  3. make install
  4. You can ensure the test pass by running make (which defaults to make tests)

Use

  • make will build and run all tests
  • make lr will only run the tests for linear regression
  • make features will run the test for features (this is your first assignment)