Skip to content
View Hussain0327's full-sized avatar
:shipit:
Hello!
:shipit:
Hello!

Block or report Hussain0327

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

🎓 CS & Applied Math @ NYU • AI/ML

Website Email LinkedIn


🛠️ Projects

Projects

📉 Credit Risk Scoring Platform

Probability of default modeling on 1.3M+ loans with production decision logic.

Repo

  • Built PD model achieving 0.72 ROC-AUC with leakage-resistant, out-of-time validation
  • Engineered 50+ features: DTI, utilization bins, loan-to-income ratios, interaction terms
  • Mapped predicted probabilities to credit decision tiers (Approve / Manual Review / Reject)
  • Identified sub-grade and interest rate as dominant risk factors; addressed 20% class imbalance

Methods: Logistic Regression, Random Forest, Gradient Boosting, class weighting


📈 Market Sentiment & Risk Analytics

Quantitative risk metrics and sentiment-driven trading signals.

Repo · Live Dashboard

  • Calculated Value at Risk (Historical, Parametric, Monte Carlo) across 7 equity positions
  • Built GARCH(1,1) volatility forecasts for forward-looking risk estimates
  • Developed sentiment signal pipeline: FinBERT on financial news → z-score normalization → daily aggregation
  • Trained XGBoost direction classifier with 100+ features using walk-forward validation to prevent lookahead bias

Methods: VaR, GARCH, NLP sentiment analysis, time series forecasting


📊 Echo Analytics Platform

Business intelligence platform with dimensional modeling and KPI automation.

Repo · Live Demo

  • Modeled customer LTV, cohort retention, and funnel conversion using star schema design
  • Implemented SCD Type 2 dimensions for point-in-time historical accuracy
  • Reduced reporting cycle time with automated KPI pipelines; benchmarked at 50M rows with 8-40x query speedup

Methods: Dimensional modeling, cohort analysis, ETL orchestration


🛡️ EvidentAI | Open Source

CI/CD release gate for LLM applications: quality and compliance checks before production.

Repo

  • Built evaluation framework with PII detection (credit card Luhn validation, SSN format checks)
  • Multi-layer prompt injection detection for model security
  • 159 unit tests, multi-provider support (OpenAI, Anthropic, Azure)

Technical Skills

Category Tools
Languages Python, SQL, Java, C++, TypeScript
Data & ML pandas, NumPy, scikit-learn, XGBoost, Spark, Kafka
Statistics Regression, classification, hypothesis testing, time series, probability
Visualization Matplotlib, Seaborn, Plotly, Tableau, Power BI, Streamlit
Data Infrastructure PostgreSQL, AWS (S3, Redshift), dbt, Prefect, Airflow, Docker
Quantitative Finance VaR, GARCH, PD modeling, credit risk, volatility forecasting, Monte Carlo

💡 I like building things that actually work, then figuring out why they work.

Pinned Loading

  1. echo-analytics-platform echo-analytics-platform Public

    Building an AI-powered analytics tool that turns messy business data into clear insights. Because small businesses deserve good data tools too.

    Python 2

  2. Langgraph-bi-agent-orchestrator Langgraph-bi-agent-orchestrator Public

    Multi-agent business intelligence orchestration system powered by GPT-5/Deepseek v3.2exp, LangGraph, and research-augmented generation.

    Python 1

  3. radiohead-lab radiohead-lab Public

    Radiohead Data Lab

    Python

  4. risk_modeling risk_modeling Public

    A machine learning pipeline for predicting loan defaults using LendingClub data. This project explores how financial institutions assess credit risk and which borrower characteristics drive default…

    Jupyter Notebook

  5. Market-Sentiment-Risk-Analytics Market-Sentiment-Risk-Analytics Public

    Market Sentiment & Risk Analytics

    Python

  6. ValtricAI/EvidentAI ValtricAI/EvidentAI Public

    TypeScript