Skip to content
View jordanallred's full-sized avatar

Block or report jordanallred

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
jordanallred/README.md

Jordan Allred — Data Scientist & React tinkerer

Hi — I'm Jordan. I build reliable, reproducible classical machine learning systems in Python and ship them with Docker. Lately I've been expanding into React for lightweight web UIs and demos.

Website — contact form

Jordan's GitHub stats

Top Langs

  • 🔬 Focus: classical ML (scikit-learn, feature engineering, model validation)
  • 🐍 Primary language: Python
  • 🐳 Deployment: Docker / docker-compose
  • ⚛️ Frontend: React (Vite)
  • ☁️ Interests: model reproducibility, lightweight inference APIs, pragmatic MLOps
  • 👪 Fun fact: I'm a triplet

About me

I enjoy turning data into reliable predictions and shipping them in a maintainable way. My work emphasizes solid validation, clear data contracts, and repeatable environments (tests + containers). On the front end I favor small, focused React apps for demos and tooling.

Skills & tools

  • Modeling: scikit-learn, statsmodels, feature engineering, cross-validation, hyperparameter tuning
  • Data: pandas, numpy, SQL
  • Deployment & infra: Docker, docker-compose, basic CI, REST APIs (FastAPI)
  • Languages: Python, JavaScript (React)
  • Testing & reproducibility: unit & integration tests, deterministic pipelines, reproducible envs

Typical project structure

  • model training & experiments in Python (notebooks or scripts)
  • model export (joblib / ONNX / well-documented artifact)
  • small FastAPI service that loads the artifact and exposes /predict
  • lightweight React frontend for demos, wired in docker-compose for local runs

Featured projects

Model card (example)

  • Model type: classical classifier / regressor (scikit-learn)
  • Dataset: short description + link
  • Evaluation: primary metrics (AUC, RMSE, calibration)
  • Limitations: known biases, small sample issues
  • Intended use: production inference for X; not to be used for Y

Badges & status (examples)

Resume & contact

Pinned Loading

  1. Live-Object-Detection Live-Object-Detection Public

    A modern, responsive home surveillance system with object detection capabilities and a user-friendly web interface.

    Python

  2. MLP MLP Public

    A multilayer perceptron implemented in C

    C

  3. rock-paper-scissors rock-paper-scissors Public

    A rock paper scissors game using rudimentary online machine learning to train an agent opponent.

    Python

  4. friend friend Public

    Python

  5. AIM-IT AIM-IT Public

    Graduate Research in Author Masking Technique for IEEE

    Python

  6. Granular_Stock_Prediction Granular_Stock_Prediction Public

    Personal project integrating research-based methods for AI/ML for granular stock prediction

    Python 1