CSC 591-021 Group-8 Homework Repo
Homework repository for CSC 591 021 Group-3
- HW1 - Conversion of script.lua to Python, including the test cases. Automated workflows using GitHub Actions.
- HW2 - Performing statistical operations on data extracted from a csv file in addition to HW1. Conversion of data.lua to Python, including the test cases.
- HW3 - Performing statistical operations on data extracted from a csv file in addition to HW1 and HW2. Conversion of cluster.lua to Python, including the test cases.
- HW4 - Performing grid clustering from csv data named 'repgrid1.csv'. Conversion of grid.lua to Python, including the test cases.
- HW5 - Performing Discretization of the data and merging the bins. Conversion of bins.lua to Python, including the test cases.
- HW6 - Conversion of xpln.lua to Python, including the test cases.
- HW7 - Conversion of stats.lua to Python, including the test cases.
-
HW1:
- Install Python 3.10.6
- cd into src/HW1 folder of homework and run
python main.py -g all. Use--helpoption for a list of all options and change arguments likewise.
-
HW2:
- Install Python 3.10.6
- cd into src/HW2 folder of homework and run
python main.py -g all. Use--helpoption for a list of all options and change arguments likewise.
-
HW3:
- Install Python 3.10.6
- cd into src/HW3 folder of homework and run
python main.py -g all -f ../../etc/data/auto93.csv. Use--helpoption for a list of all options and change arguments likewise.
-
HW4:
- cd into src/HW4 folder of homework and run
python main.py -g all -f ../../etc/data/repgrid1.csv, Use--helpoption for a list of all options and change arguments likewise.
- cd into src/HW4 folder of homework and run
-
HW5:
- cd into src/HW5 folder of homework and run
python main.py -g all -f ../../etc/data/auto93.csv, Use--helpoption for a list of all options and change arguments likewise.
- cd into src/HW5 folder of homework and run
-
HW6:
- cd into src/HW6 folder of homework and run
python main.py -g all -f ../../etc/data/auto93.csv, Use--helpoption for a list of all options and change arguments likewise.
- cd into src/HW6 folder of homework and run
-
HW7:
- cd into src/HW7 folder of homework and run
python main.pyafter installing numpy usingpython -m pip install numpyor similar.
- cd into src/HW7 folder of homework and run
- Luke Jenquin (lgjenqui@ncsu.edu)
- Saurabh Nanda (snanda2@ncsu.edu)
- Ankur Banerji (abaner24@ncsu.edu)