csc510_group8_hw2

CSC510: Homework 2

https://github.com/aoishi28/csc510_group8_hw2

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 (12.9%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

CSC510: Homework 2

Basic Info
  • Host: GitHub
  • Owner: Aoishi28
  • License: mit
  • Language: Python
  • Default Branch: main
  • Size: 92.8 KB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 1
  • Open Issues: 1
  • Releases: 2
Created over 3 years ago · Last pushed over 3 years ago
Metadata Files
Readme Contributing License Code of conduct Citation

README.md

CSC510Group8HW2

Migrating LUA CodeBase to Python

DOI license test GitHub issues Github Closed Issues language contributors commits

Features

| Function |Converting csv.lua file to a Python file performing similar functionalities. | | ------------- |:-------------:|

Getting Started:

### Installation:

  • Clone this repository.

  • Install the dependencies at using the requirements file at the root: bash $ cd CSC510_Group8_HW2 $ pip install -r requirements.txt

Code Testing:

  • Run tests using Pytest: bash $ cd CSC510_Group8_HW2 $ pytest
  • Run tests using code: bash $ cd CSC510_Group8_HW2 $ cd test $ python test_all.py

🤔 Wish to contribute?

-You will find a CONTRIBUTING.md in our repository which will provide all the potential contributors a short guide yo how they can help build Greeter - This file is for: - Project Owners - Initiaters and maintainers of the file. - Project contributors - People who think existing features can be simplified or new features can be added to improve the project. - Users - Customers who want to clone the repository and use it create their own project. - Please go through the CONTRIBUTING.md to know more!

📝 Code of Conduct

  • A code of conduct defines standards for how to engage in a community. It signals an inclusive environment that respects all contributions.
  • It also outlines procedures for addressing problems between members of your project's community.
  • Please go through the CODEOFCONDUCT.md to know more!

🤝 Contributions by:-

Owner

  • Name: Aoishi Das
  • Login: Aoishi28
  • Kind: user

Just a small neuron trying to decode the world of Machine Learning and AI

Citation (CITATION.cff)

cff-version: 1.2.0
message: "Hello!! If you use this software, please cite it using the metadata from this file"
title: "Updated Model"
abstract: "This is the updated working model having classes and functions that can read a CSV file and generate summaries of columns like medians and standard deviation for numeric columns, mode and entropy for symbolic columns."
authors:
  - family-names: Chavan
    given-names: Ameya
  - family-names: Waghela
    given-names: Amisha
  - family-names: Das
    given-names: Aoishi
  - family-names: Shah
    given-names: Kunal
  - family-names: Mohan
    given-names: Swarnamalya
version: "1.0.1"
date-released: "09/11/2022"
doi: 10.5281/zenodo.7069232

GitHub Events

Total
Last Year

Dependencies

requirements.txt pypi
  • attrs ==22.1.0
  • colorama ==0.4.5
  • iniconfig ==1.1.1
  • packaging ==21.3
  • pluggy ==1.0.0
  • py ==1.11.0
  • pyparsing ==3.0.9
  • pytest ==7.1.3
  • tomli ==2.0.1
setup.py pypi
  • attrs ,
.github/workflows/python_test_workflow.yml actions
  • actions/checkout v3 composite
  • actions/setup-python v4 composite