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

https://github.com/rcghpge/dataproblems

Data Problems @ UTA
https://github.com/rcghpge/dataproblems

data-science deep-learning machine-learning maverick-science uta

Last synced: 5 months ago
JSON representation

Data Problems @ UTA

Awesome Lists containing this project

README

          

# dataproblems

[![Dependabot Updates](https://github.com/rcghpge/dataproblems/actions/workflows/dependabot/dependabot-updates/badge.svg)](https://github.com/rcghpge/dataproblems/actions/workflows/dependabot/dependabot-updates)
[![CodeQL Advanced](https://github.com/rcghpge/dataproblems/actions/workflows/codeql.yml/badge.svg)](https://github.com/rcghpge/dataproblems/actions/workflows/codeql.yml)
[![Bandit](https://github.com/rcghpge/dataproblems/actions/workflows/bandit.yml/badge.svg)](https://github.com/rcghpge/dataproblems/actions/workflows/bandit.yml)
[![pages-build-deployment](https://github.com/rcghpge/dataproblems/actions/workflows/pages/pages-build-deployment/badge.svg)](https://github.com/rcghpge/dataproblems/actions/workflows/pages/pages-build-deployment)

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.

---

## Structure

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

---

## Licence

MIT

---