Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 966 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 966 Bytes

samar

PyPI version PyPI version PyPI version

A machine learning tool for medical research.

Features

  • ✅ Straight forward from .xlsx file to charts and tables.
  • ✅ Robust comparison and prediction of multiple methods.
  • ✅ Feature importance analysis with SHAP.
  • ✅ Robust comparison in independent verification dataset.
  • ✅ Both support classification and regression task.

Quick start

  1. Install the samar via pip.
pip install samar
  1. Use samar like examples.py

Once the package is installed, the main ways of use are in examples.py.