Toolverse
All skills

pyhealth

by davila7

Comprehensive healthcare AI toolkit for developing, testing, and deploying machine learning models with clinical data. This skill should be used when working with electronic health records (EHR), clinical prediction tasks (mortality, readmission, drug recommendation), medical

Installation

Pick a client and clone the repository into its skills directory.

Installation

Quick info

Author
davila7
Category
Testing
Views
44

About this skill

Comprehensive healthcare AI toolkit for developing, testing, and deploying machine learning models with clinical data. This skill should be used when working with electronic health records (EHR), clinical prediction tasks (mortality, readmission, drug recommendation), medical coding systems (ICD, NDC, ATC), physiological signals (EEG, ECG), healthcare datasets (MIMIC-III/IV, eICU, OMOP), or implementing deep learning models for healthcare applications (RETAIN, SafeDrug, Transformer, GNN).

How to use

  1. Zainstaluj PyHealth za pomocą pip, aby uzyskać dostęp do biblioteki i jej zależności. Upewnij się, że masz zainstalowany Python 3.7 lub nowszy.

  2. Załaduj jeden z dostępnych zbiorów danych klinicznych (MIMIC-III, MIMIC-IV, eICU lub OMOP) przy użyciu wbudowanych interfejsów do ładowania danych. Biblioteka standaryzuje format wszystkich zbiorów, aby uprościć przetwarzanie.

  3. Zdefiniuj zadanie predykcyjne, wybierając jedno z 20+ predefiniowanych scenariuszy (przewidywanie śmiertelności, readmisji, długości pobytu lub rekomendacji leków) lub utwórz własne zadanie dostosowane do Twoich danych.

  4. Wybierz model z katalogu 33+ opcji, obejmujących modele bazowe, sieci głębokie oraz architektury specjalizowane w EHR, takie jak RETAIN, SafeDrug, Transformer czy GNN.

  5. Wytrenuj model korzystając z automatycznego zapisywania punktów kontrolnych i monitorowania wydajności. PyHealth obsługuje sekwencyjne zdarzenia, sygnały fizjologiczne (EEG, ECG) i tekst kliniczny.

  6. Oceń wyniki modelu za pomocą metryk sprawiedliwości, kalibracji, interpretowalności i kwantyfikacji niepewności, aby upewnić się, że model jest gotów do wdrożenia w środowisku klinicznym.

Related skills

vitest

by antfu

Vitest fast unit testing framework powered by Vite with Jest-compatible API. Use when writing tests, mocking, configuring coverage, or working with test filtering and fixtures.

Testing
1236

dependency-upgrade

by wshobson

Manage major dependency version upgrades with compatibility analysis, staged rollout, and comprehensive testing. Use when upgrading framework versions, updating major dependencies, or managing breaking changes in libraries.

Testing
17138

testing-workflow

by amo-tech-ai

Comprehensive testing workflow for E2E, integration, and unit tests. Use when testing applications layer-by-layer, validating user journeys, or running test suites.

Testing
1076

webapp-testing

by anthropics

Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browser logs.

Testing
130255

differential-review

by trailofbits

Performs security-focused differential review of code changes (PRs, commits, diffs). Adapts analysis depth to codebase size, uses git history for context, calculates blast radius, checks test coverage, and generates comprehensive markdown reports. Automatically detects and

Testing
2510

backtesting-frameworks

by wshobson

Build robust backtesting systems for trading strategies with proper handling of look-ahead bias, survivorship bias, and transaction costs. Use when developing trading algorithms, validating strategies, or building backtesting infrastructure.

Testing
12105