Assignment 1, CS419

Deadline : Aug 14, 2018

Group : 2 students (max)
  This homework is about implementing, training, and testing a regression tree for predicting continuous class labels.  The code can be implemented in either C++ or Python.  Make sure to use all possible code optimization tricks to ensure that your code is efficient.
  
You will be given a bunch of datasets on Kaggle by the TAs.  

Exact formats for reporting your results will be specified by the TAs.

  You will be judged on the quality, correctness, and efficiency of the code and accuracy on the published datasets.

  More details and submission instructions can be found here.