Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Framework for Electronic Medical Records. A python package for building models using EHR data.
FEMR is a Python package for manipulating longitudinal EHR data for machine learning, with a focus on supporting the creation of foundation models and verifying their presumed benefits in healthcare. Such a framework is needed given the current state of large language models in healthcare and the need for better evaluation frameworks.
The currently supported foundation models are CLMBR and MOTOR.
FEMR works with data that has been converted to the MEDS schema, a simple schema that supports a wide variety of EHR / claims datasets. Please see the MEDS documentation, and in particular its provided ETLs for help converting your data to MEDS.
FEMR helps users:
We recommend users start with our tutorial folder
FEMR can be installed with the simple command pip install femr
.
If you are using deep learning, you need to also install xformers pip install xformers
.
The first step of using FEMR is to convert your patient data into MEDS, the standard input format expected by FEMR codebase.
The best way to do this is with the ETLs provided by MEDS.
The following guides are for developers who want to contribute to FEMR.
Before committing, please run the following commands to ensure that your code is formatted correctly and passes all tests.
conda install pre-commit pytest -y
pre-commit install
pytest tests
pre-commit run --all-files
FAQs
Framework for Electronic Medical Records. A python package for building models using EHR data.
We found that femr demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.