git clone git@github.com:mzelenetz/aim5005.git
cd aim5005
make install
- You can ensure the test pass by running
make
(which defaults tomake tests
)
make
will build and run all testsmake lr
will only run the tests for linear regressionmake features
will run the test for features (this is your first assignment)