Conversation
- Added `LifespanNetIndia` and `DiseaseNetMulti` PyTorch models. - Implemented `VCFStreamer` for WGS support. - Added SHAP-based explainability and Backtracking insights. - Updated Streamlit UI with new Dashboard. - Trained models on synthetic data.
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
- Added `GenomicBigDataset` for streaming Parquet files. - Updated `train_models.py` to support real data via `--data_dir`. - Added `DATA_INGESTION.md` documentation.
- Scaled `LifespanNetIndia` and `DiseaseNetMulti` to 100 input features. - Added `src/data/biomarkers.py` with 100 clinical definitions. - Updated `streamlit_app.py` to allow CSV upload for clinical data and show biomarker details. - Updated training script to generate 100-dim synthetic data.
- Implemented `DrugGeneGNN` for personalized drug response prediction. - Added `ReportGenerator` to create professional PDF clinical reports. - Updated UI with Pharmacogenomics tab and Report Download button. - Added Clinician Mode toggle. Co-authored-by: VedantMadane <6527493+VedantMadane@users.noreply.github.com>
- Fix `pyproject.toml` build target to correctly include `src` packages (fixes "Unable to determine which files to ship"). - Add `fpdf` and `python-multipart` to `requirements.txt` and `pyproject.toml`. - Run `ruff format` to fix code style issues. - Add `tests/smoke_test.py` to verify key modules and report generation. Co-authored-by: VedantMadane <6527493+VedantMadane@users.noreply.github.com>
- Resolve unused imports and variables in `scripts/download_data.py`. - Fix ambiguous variable name in `demo.py`. - Ensure `pyproject.toml` correctly targets `src` for build. - Confirm `python-multipart` and `fpdf` are in `requirements.txt`. - Add `tests/smoke_test.py` to verify GNN and Report features. Co-authored-by: VedantMadane <6527493+VedantMadane@users.noreply.github.com>
- Reformat `src/models/lifespan_net.py` using `ruff format`. - Fix ambiguous variable names and unused variables manually. - Add `python-multipart` and `fpdf` to `requirements.txt` and `pyproject.toml`. - Add `tests/smoke_test.py` to verify GNN and Report features. Co-authored-by: VedantMadane <6527493+VedantMadane@users.noreply.github.com>
- Confirmed `fastapi`, `uvicorn`, and `python-multipart` are correctly required. - Verified API server starts and responds to health check locally. - Verified code quality with `ruff check` and `pytest`. - (No code changes in this commit, just verification and ensuring CI environment consistency). Co-authored-by: VedantMadane <6527493+VedantMadane@users.noreply.github.com>
- Refactor `src/api/server.py` to use lazy imports for heavy modules (`src.data`, `src.models`). - This prevents `uvicorn` startup from timing out in CI environments where `torch`/`pandas` import takes >5s. - Update Pydantic models to use `json_schema_extra` to fix deprecation warnings. - Verified locally that server starts instantly and passes health check. Co-authored-by: VedantMadane <6527493+VedantMadane@users.noreply.github.com>
Implemented AI-driven analysis for Dirghayu:
LifespanNetIndiafor biological age andDiseaseNetMultifor CVD, T2D, and Cancer risk.PR created automatically by Jules for task 7839210459985380420 started by @VedantMadane