Skip to main content

The Machine Learning Medic Kit is designed to enhance the capabilities of health data scientists tackling binary classification problems

Project description

PyPI Version Binder

Machine Learning Medic Kit

Introduction

Welcome to the Machine Learning Medic Kit, a Python package designed to enhance the capabilities of health data scientists tackling binary classification problems.

This toolkit simplifies and enhances your workflow, providing a comprehensive set of tools for model selection, data preprocessing, evaluation, and visualization, tailored toward health datasets. By utilizing the toolkit, data scientists can shift their focus to the analyses of results and predictions, reducing the time and effort spent on manual model fitting and comparison.

Purpose

Binary classification tasks are fundamental in health data science, essential for critical analyses such as disease identification and predicting treatment outcomes. The accuracy of binary classification therfore has a profound impact on clinical decisions and patient care. Recognizing the crucial nature of choosing and training the most appropriate model for binary classification, we developed the Machine Learning Medic Kit.

Features

This toolkit offers:

  • Data preprocessing tailored for health datasets.
  • Train and test multiple classifiers with a single command.
  • Tools to fine tune models for peak performance
  • Tools for effective model comparison and evaluation.
  • Visualization utilities for side-by-side model analysis.

Usage

Follow the included user guide notebooks for step-by-step instructions on utilizing the Machine Learning Medic Kit, complete with practical examples on two different health datasets.

Getting Started

Installation

The Machine Learning Medic Kit is available on PyPI and can be easily installed using standard Python package management tools. To install, run:

pip install ML-medic-kit

Dependencies

Before you can use the Machine Learning Medic Kit, you'll need to ensure that your system has the following dependencies installed:

  • jupyterlab==1.2.6
  • matplotlib==3.1.3
  • numpy==1.18.1
  • pandas==1.0.1
  • pytest==5.3.5
  • scipy==1.4.1
  • seaborn==0.10.0
  • scikit-learn==0.24.1
  • pytest-cov==2.10.0
  • setuptools>=51.1.2
  • twine>=3.3.0
  • wheel>0.36.2
  • shap==0.40.0

To install these dependencies, the authors recommend the following:

conda create -n new_env python=3.8
conda activate new_env
pip install -r /path/requirements.txt
pip install ML-medic-kit
import ML_medic_kit

License

This project is licensed under the MIT License - see the LICENSE file for details.

Contact

For any queries, please reach out to:

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ML_medic_kit-0.2.1.tar.gz (68.9 kB view hashes)

Uploaded Source

Built Distribution

ML_medic_kit-0.2.1-py3-none-any.whl (66.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page