portfolio / emkay.ipynb· autosaved --:--:--
Python 3 (khaja)
docs →

# Khaja Moinuddin Mohammed

Data scientist · Seattle, WA · M.S. Data Science @ Seattle U (June 2026)

This portfolio is a Python package. pip install emkaymoin installs it locally, and every cell below calls a real emkay.X() function — so you can run the same commands in your own REPL.

In [ ]:
# zero-dependency install (pandas optional for DataFrame output)
!pip install emkaymoin
In [ ]:
# warm up the kernel
import emkaymoin as emkay
emkay.whoami()
In [ ]:
# load all projects as a dataframe
projects = emkay.projects()
projects.shape
In [ ]:
# preview the projects table — click a row to jump to its case study
emkay.projects().sort_values("year", ascending=False)[["year","title","domain","model","metric","roles"]]

## Case studies

The next ten cells each load one project via emkay.project('id'). Hover the chart, click the run button on the left to re-execute, or pass mode='short' for a one-liner.

In [ ]:
# tacoma_pole_inspection_risk
emkay.project("tacoma")
In [ ]:
# safeanc_emergency_aware_anc
emkay.project("safeanc")
In [ ]:
# legal_clause_classifier
emkay.project("legalbert")
In [ ]:
# bird_species_audio_classification
emkay.project("bird")
In [ ]:
# youth_substance_use_risk
emkay.project("youth")
In [ ]:
# global_mortality_analysis
emkay.project("mortality")
In [ ]:
# seattle_smart_parking
emkay.project("parking")
In [ ]:
# svm_based_diabetes_risk_prediction
emkay.project("diabetes")
In [ ]:
# hotel_demand_forecasting
emkay.project("hotel")
In [ ]:
# supply_chain_ml_suite
emkay.project("supplychain")

## Skills · emkay.skills()

In [ ]:
# self-rated proficiency on a 1–5 scale (drawn as horizontal bars)
emkay.skills()

## Education · emkay.education()

In [ ]:
# degrees
emkay.education()

## Contact · emkay.contact()

The most reliable way to reach me is email. I usually respond within a day.

In [ ]:
# how to reach me
emkay.contact()

## Beyond the portfolio · the package

This page is the work. The package is the person — install it and the kernel will tell you the rest. Full API reference at /docs.

>>> pip install emkaymoin
>>> import emkaymoin as emkay

>>> emkay.origin()      # age-14 math comp → ML pipelines
>>> emkay.bgmi()        # esports → data science
>>> emkay.rubiks()      # speed-solving nationals, in ASCII
>>> emkay.loadout()     # tech stack as a gaming loadout
>>> emkay.fun_fact()    # a random thing about emkay
>>> emkay.roast()       # ouch
>>> emkay.puzzle()      # solve a data riddle to unlock direct contact
>>> emkay.gg()          # closing message
>>> emkay.help()        # see all commands · or open /docs

End of notebook · last cell executed at runtime · thanks for scrolling. · pip install emkaymoin