This assignment has 2 parts:
- Decision Trees and Random Forests
- Neural Networks
The bash script code/run.sh can be used to run the code files. The first input argument is always the question number, the second argument is the relative or absolute path of the train file, the third argument is the absolute or relative path of test file and further arguments, if any, depend on the question.
./run.sh 1 <path_of_train_data> <path_of_test_data> <path_of_validation_data> <part_num>
Here, 'part_num' can be a-d.
./run.sh 2 <path_of_train_data> <path_of_test_data> <part_num>
Here, 'part_num' can be a-f.
- Python 3.8.10
- matplotlib==3.4.3
- matplotlib-inline==0.1.2
- numpy==1.21.2
- pandas==1.3.2
- scikit-learn==1.0.1
- sklearn==0.0