ase-group-8
Science Score: 54.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
✓Academic publication links
Links to: zenodo.org -
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (8.8%) to scientific vocabulary
Repository
Basic Info
- Host: GitHub
- Owner: SN-18
- License: mit
- Language: Python
- Default Branch: main
- Size: 3.84 MB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 3
Metadata Files
README.md
CSC 591-021 Group-8 Homework Repo
https://github.com/SN-18/ASE-group-8.git
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:
- 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
Team Members
- Luke Jenquin (lgjenqui@ncsu.edu)
- Saurabh Nanda (snanda2@ncsu.edu)
- Ankur Banerji (abaner24@ncsu.edu)
Owner
- Name: Saurabh Nanda
- Login: SN-18
- Kind: user
- Repositories: 3
- Profile: https://github.com/SN-18
Citation (CITATION.cff)
# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!
cff-version: 1.2.0
title: ASE_HW1
message: >-
If you use this software, please cite it using the
metadata from this file.
type: software
authors:
- given-names: Luke Jenquin
email: lukemj702@gmail.com
- given-names: Saurabh Nanda
email: saurabhnanda.official@gmail.com
- given-names: Ankur Banerji
email: ankurbanerji3@gmail.com
identifiers:
- type: doi
value: 10.5281/zenodo.7549268
repository-code: 'https://github.com/SN-18/ASE-group-8.git'
abstract: >-
Here we are converting a Lua code into Python with
object-oriented principles.
license: MIT
GitHub Events
Total
Last Year
Dependencies
- actions/checkout master composite
- actions/setup-python v4 composite