Skip to content

giovamau/cas_ads_project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

18 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

CAS in Applied Data Science β€” Final Project

This repository contains materials for a CAS in Applied Data Science final project, including Jupyter notebooks, minimal local datasets (kept out of version control), and the project poster. The goal is to make the work easy to understand, review, and reproduce.


🧭 Overview

  • Notebooks document the end-to-end workflow: exploration, feature engineering, modeling, and evaluation.
  • Poster includes the final presentation artifact and any supporting files.
  • Data is stored locally under data/ and excluded from version control to keep the repo lean and compliant with data policies.

πŸ“ Repository Structure

cas_ads_project/
β”œβ”€ Notebooks/        # Analysis and modeling notebooks
β”œβ”€ Poster/           # Poster and related source files
β”œβ”€ data/             # Local data only (ignored by git)
β”‚  └─ README.md      # Where to get data / how to regenerate it
β”œβ”€ requirements.txt  # Python dependencies
└─ README.md

Data policy: The data/ directory is intentionally not tracked in version control. Keep raw, interim, and processed files here. Use data/README.md to explain where data comes from and how to obtain or recreate it (e.g., links, scripts, or generation steps).


▢️ Working With the Notebooks

  • Use a recent Python 3 environment and install the packages listed in requirements.txt.
  • Open the notebooks in your preferred Jupyter interface.
  • Run notebooks top-to-bottom. If a notebook expects files, place them under data/ and adjust any paths if needed.
  • For heavy or external datasets, provide a small sample and describe the full source in data/README.md so others can test quickly.

πŸ“Š Poster / Report

The Poster folder contains the final poster and, when applicable, its editable source (e.g., presentation file or LaTeX). Include brief notes on how the poster was generated or exported so that it can be reproduced.


πŸ“¬ Contact

Questions or suggestions can be opened as issues or shared with @giovamau on GitHub.

About

Repo created for the Applied Data Science CAS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published