Skip to content
View sngillard's full-sized avatar
  • Massachusetts, USA

Block or report sngillard

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
sngillard/README.md

Hi πŸ‘‹, I'm Sarah

Machine Learning β€’ Data Analysis β€’ Web Development β€’ EdTech


🎯 Seeking Entry-Level Roles

Software Development
Data Analysis
Machine Learning
Customer-facing technical roles (Implementation, Product Training, Technical Support)

πŸ“« Get in Touch

πŸ’Ό LinkedIn

πŸ‘©πŸ»β€πŸ’» Interests

Machine Learning
Data Analysis
Web Development
Creative & educational uses of technology

πŸŽ“ Background

B.S. Psychology (2013)
M.Ed. (2017)
B.S. Computer Science (2026)
Current substitute teacher with experience supporting technology use and instruction


⭐ Featured Projects

πŸŽ“ Student Outcome Classification (Machine Learning)

Multiclass machine learning model predicting student outcomes (dropout, enrolled, graduate).
Built with Python, scikit-learn, and Jupyter Notebooks using an end-to-end ML workflow.

πŸ”—View GitHub Repository

🚚 Package Delivery Route Optimizer (Data Structures & Algorithms)

Route optimization simulation using a greedy nearest neighbor algorithm and custom hash table.
Models real-world delivery constraints while minimizing total distance traveled.

πŸ”— View GitHub Repository

🐢 Em’s Doggy Days Website (Frontend Development)

Website built for a professional dog trainer based in Hopkinton, MA.
Developed a responsive frontend with SEO optimization, Netlify deployment, and form handling.

🌐 Live Website
πŸ”— View GitHub Repository


Profile views

sngillard

Pinned Loading

  1. ems-doggy-days-website ems-doggy-days-website Public

    Website project for Em’s Doggy Days Professional Canine Training.

    HTML

  2. student-outcome-classification student-outcome-classification Public

    Multiclass machine learning model to predict student success outcomes in higher education. (capstone)

    Jupyter Notebook

  3. package-delivery-route-optimizer package-delivery-route-optimizer Public

    Route optimization system simulating real-world delivery logistics using a greedy nearest neighbor algorithm and a custom hash table for efficient package lookup. Handles delivery constraints such …

    Python