Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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).

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
```