Skip to content

SN-18/ASE-group-8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

119 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSC 591-021 Group-8 Homework Repo

DOI Collaborators Language License Tests

About

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.

Steps to run

  • HW1:

    1. Install Python 3.10.6
    2. cd into src/HW1 folder of homework and run python main.py -g all. Use --help option for a list of all options and change arguments likewise.
  • HW2:

    1. Install Python 3.10.6
    2. cd into src/HW2 folder of homework and run python main.py -g all. Use --help option for a list of all options and change arguments likewise.
  • HW3:

    1. Install Python 3.10.6
    2. cd into src/HW3 folder of homework and run python main.py -g all -f ../../etc/data/auto93.csv. Use --help option for a list of all options and change arguments likewise.
  • HW4:

    1. cd into src/HW4 folder of homework and run python main.py -g all -f ../../etc/data/repgrid1.csv, Use --help option for a list of all options and change arguments likewise.
  • HW5:

    1. cd into src/HW5 folder of homework and run python main.py -g all -f ../../etc/data/auto93.csv, Use --help option for a list of all options and change arguments likewise.
  • HW6:

    1. cd into src/HW6 folder of homework and run python main.py -g all -f ../../etc/data/auto93.csv, Use --help option for a list of all options and change arguments likewise.
  • HW7:

    1. cd into src/HW7 folder of homework and run python main.py after installing numpy using python -m pip install numpy or similar.

Team Members

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages