Skip to content
View saitejabandaru-in's full-sized avatar
πŸ’«
πŸ’«

Sponsors

@kratos0718

Block or report saitejabandaru-in

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 is supported. This note will only be visible to you.
Report abuse

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

Report abuse
saitejabandaru-in/README.md

Β  Β  Β 

πŸ“Œ I work at the intersection of statistical theory, interpretable machine learning, and real-world clinical data.


πŸ’¬ A Short Conversation

Focus: Interpretable ML Β· Nonparametric Statistics Β· Clinical & Scientific AI


πŸ† Highlights


Peer-Reviewed Paper
MDPI Mathematics, 2025

Open Source Contributor
qdrant, llama_index, chroma, langflow

Multi-Language Ecosystem
PyPI Β· NuGet Β· RubyGems Β· Maven

Healthcare & Research
NLP, risk models, genomics

🧠 Research & Engineering Philosophy

"Models should not only predict well β€” they should explain well."

I approach modeling through three principles:

  1. Statistical validity before scale
  2. Interpretability before optimization
  3. Domain meaning before deployment

My research interests include:

  • interpretable and explainable machine learning (post-hoc & intrinsic)
  • permutation-based, resampling, and nonparametric inference
  • dimensionality reduction with geometric and statistical intuition
  • robustness, stability, and noise-aware modeling
  • translating statistical theory into clinically actionable insights

πŸ› οΈ Core Stack

Used for statistical modeling, interpretability research, clinical AI systems, and multi-language package development.


πŸ“Š GitHub Activity


πŸš€ Featured Open Source Projects

An Model Context Protocol (MCP) server for searching, analyzing, and retrieving academic papers.

  • Purpose: Integrates arXiv and Semantic Scholar directly into AI coding assistants (like Claude Code/Desktop).
  • Features: Page-level text extraction from PDFs using PyMuPDF (fitz), citation graph traversal, and advanced search filters.
  • Tech: FastMCP, Python, HTTPX, PyMuPDF.

Nonparametric Combination (NPC) and bootstrap-based risk stratification model.

  • Purpose: Reproducible statistical analysis framework for our peer-reviewed research in Necrotizing Fasciitis.
  • Published: MDPI Mathematics, 2025
  • Tech: Python, NumPy, Pandas, Scipy.

End-to-end clinical NLP platform for medical entity extraction, clinical sentiment analysis, topic modeling, and automated ICD coding.

  • Purpose: Privacy-preserving processing and deep learning pipelines for unstructured health records.
  • Tech: Python, PyTorch, Transformers, FastAPI.

Scalable clustering framework for big data using KMeans++, DBSCAN, BIRCH, OPTICS and DENCLUE.

  • Applied to: NYC Taxi mobility analytics (12M+ records) and credit card fraud detection (1M+ transactions).
  • Tech: Python, scikit-learn, PySpark, Dask.

πŸ”¬ nonparam-comb

General-purpose library for Nonparametric Combination (NPC) of permutation tests, bootstrap resampling, and multi-criteria severity ranking.

  • Purpose: Pip-installable statistical toolkit for distribution-free, small-sample inference.
  • Tech: Python, NumPy, SciPy.

Universal vector database migration & sync tool β€” migrates embeddings between Chroma, Qdrant, and other search engines.

  • Purpose: One-container solution for cross-engine embedding migration.
  • Tech: TypeScript, Docker, Chroma, Qdrant.

🌐 Open Source Contributions

I actively contribute to major AI/ML open-source projects with bug fixes, performance improvements, and new features:

Repository PR Description Status
qdrant/qdrant #1264 Vector search engine improvement βœ… Merged
run-llama/llama_index #22343 MinioReader basename collision fix πŸ” Under Review
chroma-core/chroma #7432 Embedding search improvement πŸ” Under Review
logspace-ai/langflow #14051 Workflow engine enhancement πŸ” Under Review
lancedb/lancedb #3661 Retrieval pipeline fix βœ… Approved
milvus-io/pymilvus #3686 Python SDK improvement πŸ” Under Review
explodinggradients/ragas #2850 Evaluation framework fix πŸ” Under Review
cleanlab/cleanlab #1321 Data-centric AI enhancement πŸ” Under Review
public-apis/public-apis #6592 Reported 5 broken API links πŸ“‹ Issue Filed

πŸ“¦ Published Packages


C# / .NET
AI Trading Agent & Portfolio Strategy Validator using SPRT, Sharpe/Sortino Ratios

Ruby
AI Financial Fraud & Anomalous Transaction Auditor with consensus verification

Java
Demographic Fairness Credit Risk Evaluator with bias metrics

πŸ“„ Research Paper

Permutation-Based Analysis of Clinical Variables in Necrotizing Fasciitis Using NPC and Bootstrap
Mathematics, MDPI (2025)

This work introduces a permutation-based, nonparametric framework for analyzing clinical variables in necrotizing fasciitis. By combining Nonparametric Combination (NPC) methodology with bootstrap techniques, the study enables robust inference under small-sample and distribution-free conditions, with an emphasis on interpretability and clinical relevance.

The study demonstrates how permutation-based inference can outperform classical parametric approaches in rare-disease clinical settings.

πŸ”— https://www.mdpi.com/2227-7390/13/17/2869


πŸ” Current Directions

  • permutation-based inference for small-sample biomedical studies
  • interpretability under distribution shift
  • robustness diagnostics for clinical ML models
  • statistical foundations of explainable AI
  • MCP tool development for research workflows

πŸ”— Research & Professional Profiles

Β  Β  Β  Β  Β 


πŸš€ What You'll Find Here

  • πŸ“˜ math and statistics-first explanations of ML & AI
  • πŸ§ͺ reproducible experiments with robust inference
  • πŸ“Š real-world clinical and analytical datasets
  • 🧠 research-oriented notebooks focused on why, not just how
  • πŸ”§ production tools β€” MCP servers, vector sync engines, ETL frameworks
  • πŸ“¦ multi-language packages published on PyPI, NuGet, RubyGems, Maven

🀝 Let's Connect

⭐ Thoughtful questions and rigorous discussions are always welcome.

Pinned Loading

  1. nf-risk-stratification nf-risk-stratification Public

    β€œNPC-based risk stratification model for necrotizing fasciitis using bootstrap and permutation methods.”

    Python 10

  2. excel-automation-toolkit excel-automation-toolkit Public

    Excel automation framework integrating VBA macros with Python (Pandas) pipelines for data preprocessing, reporting, and interactive business intelligence dashboards.

    Python 12

  3. big-data-clustering-analytics big-data-clustering-analytics Public

    Scalable clustering framework for big data using KMeans++, DBSCAN, BIRCH, OPTICS and DENCLUE, applied to NYC Taxi mobility analytics and credit card fraud detection.

    Python 11 1

  4. numerical-methods-ml numerical-methods-ml Public

    Numerical methods for machine learning using PCA, LDA, NMF and K-Means on the Iris dataset, implemented in MATLAB with visual analytics.

    MATLAB 10