Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bryan-hoang/cmpe-351-advanced-data-analytics
My code written for an Advanced Data Analytics course at Queen's Unversity (CMPE-351).
https://github.com/bryan-hoang/cmpe-351-advanced-data-analytics
data-analytics
Last synced: about 1 month ago
JSON representation
My code written for an Advanced Data Analytics course at Queen's Unversity (CMPE-351).
- Host: GitHub
- URL: https://github.com/bryan-hoang/cmpe-351-advanced-data-analytics
- Owner: bryan-hoang
- Created: 2022-01-18T18:34:10.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-05T14:12:44.000Z (about 1 month ago)
- Last Synced: 2024-12-05T15:25:08.452Z (about 1 month ago)
- Topics: data-analytics
- Language: Jupyter Notebook
- Homepage: https://www.queensu.ca/academic-calendar/engineering-applied-sciences/academic-plans/computer-engineering/#coursestext
- Size: 60.2 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CMPE 351: Advanced Data Analytics
[![standard-readme compliant](https://img.shields.io/badge/standard--readme-OK-green.svg?style=flat-square)](https://github.com/RichardLitt/standard-readme)
My code written for an Advanced Data Analytics course at Queen's University
([CMPE-351][cmpe-351]).[cmpe-351]:
https://www.queensu.ca/academic-calendar/engineering-applied-sciences/academic-plans/computer-engineering/#coursestext## Install
Prequisites:
- [uv](https://docs.astral.sh/uv/getting-started/installation/)
Steps:
```console
git clone https://github.com/bryan-hoang/cmpe-351-advanced-data-analytics.git
cd cmpe-351-advanced-data-analytics
uv sync
```## Usage
For example,
```console
source .venv/bin/activate
python exercises/exer_1/cmpe_351_exer_1.py
```