GitHub repository for DATA 4380: Data Problems @ UTA. Summer 2025.
Includes work on tabular data, computer vision, and foundational data science problems with research-driven projects.
dataproblems/
├── .github
├── Basics/ # Unix 101
├── LLM/ # LLM project
├── Tabular/ # Tabular ML, data wrangling, modeling
├── Vision/ # Image-based projects or tasks
├── docs/ # class docs/notebooks and initial project development
├── src/ # Projcts, homework assignments, data utilized for project builds
├── .gitattributes
├── .gitignore
├── CITATION.cff
├── LICENSE
├── README.md
├── pixi.lock
└── pixi.toml
MIT