Skip to content
View Manikaura's full-sized avatar

Block or report Manikaura

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

Hi, I'm Manik Kaura πŸ‘‹

Data Scientist Β· Machine Learning & Generative AI

LinkedIn Email Profile views


About

Data Scientist building end-to-end machine learning and generative AI systems β€” from research and modelling through to deployment and inference optimization. My work spans large language models (LLMs), predictive modelling, and time-series forecasting, with a focus on turning applied ML into reliable, production-ready tools.

  • πŸ₯ Data Scientist (R&D) at Innovaccer (US healthcare), since 2024
  • πŸŽ“ B.E. Computer Science, Chitkara University (CGPA 9.3/10)
  • πŸ”¬ Interests: LLM fine-tuning & RAG, forecasting, MLOps, applied research

What I work on

  • Time-series forecasting β€” a versatile forecasting engine for multiple KPIs using SARIMAX, Exponential Smoothing and Prophet, with Bayesian optimization / HyperOpt tuning and SMAPE-based model selection (sustained SMAPE of 1–3 across KPIs).
  • Agentic GenAI β€” an in-house Retrieval-Augmented Generation (RAG) Q&A assistant with multi-agent orchestration (LangChain, CrewAI) over mixed data (text, video, databases), backed by FAISS/ChromaDB vector search and hybrid semantic retrieval.
  • Predictive modelling & data engineering β€” churn-risk and attribution modelling for value-based care (CareConnect): ETL pipelines (Python/SQL) into Snowflake and tuned models (+12% AUC, βˆ’40% training/inference time via multiprocessing).
  • LLM-powered automation β€” GPT-4 tooling such as DAXβ†’SQL conversion + validation on Snowflake, and a codebase dependency/lineage roadmap generator across 500+ SQL/Python files.

πŸ“Œ Featured projects

Project Highlights Tech Links
Hospital-KPI Forecasting Engine Multi-KPI US-healthcare demand forecasting β€” deep EDA, SARIMAX + Fourier / Holt-Winters / Prophet, rolling-CV SMAPE selection (~1.4% on operational KPIs). statsmodels Β· Prophet Β· Streamlit πŸ“Š Slides
▢️ Live demo
Automated Valuation Model (AVM) Explainable, uncertainty-aware property valuation β€” LightGBM + Optuna, SHAP explanations, conformal prediction intervals (RΒ² 0.85). LightGBM Β· SHAP Β· Streamlit πŸ“Š Slides
▢️ Live demo
Customer Churn Prediction Behavioural churn on UCI Online Retail II β€” leakage-free time-split, RFM features, 5-model comparison (Gradient Boosting, ROC-AUC 0.80). scikit-learn Β· SHAP Β· Streamlit πŸ“Š Slides
▢️ Live demo

πŸ“Š Slides open in your browser (Office viewer) Β· ▢️ demos are live interactive Streamlit apps.


πŸ› οΈ Tech stack

Languages Python SQL C++ Bash

ML / Deep Learning scikit-learn XGBoost PyTorch TensorFlow statsmodels

Generative AI / NLP LangChain Hugging Face RAG FAISS

Data / Cloud pandas NumPy Snowflake AWS Databricks

Tools Git Jupyter Streamlit Plotly


πŸ“Š GitHub stats

GitHub stats Top languages


Open to opportunities in Data Science, Machine Learning and Generative AI.
πŸ“« Reach me on LinkedIn or at manikkaura2002@gmail.com

Pinned Loading

  1. Fitness-Coach-App Fitness-Coach-App Public

    React app to browse exercises by body part with details and video guides (ExerciseDB + YouTube via RapidAPI).

    JavaScript 1

  2. House-Valuation-system-using-ML-models House-Valuation-system-using-ML-models Public

    Explainable, uncertainty-aware Automated Valuation Model (AVM) β€” LightGBM + Optuna + SHAP + conformal prediction intervals, with an interactive Streamlit demo.

    Python

  3. TimeSeries-Forecasting-EDA-and-Model-Testing TimeSeries-Forecasting-EDA-and-Model-Testing Public

    Multi-KPI US-healthcare forecasting engine on real CDC/NHSN data β€” SARIMAX+Fourier / Holt-Winters / Prophet, rolling-CV SMAPE selection, deep EDA, calibrated intervals. Interactive Streamlit demo.

    Python