Skip to content

Releases: HealthCatalyst/healthcareai-py

multiclass beta

19 Mar 21:03
Compare
Choose a tag to compare
multiclass beta Pre-release
Pre-release
v1.1.0-beta1

* version for relesae

1.0

18 Aug 02:27
Compare
Choose a tag to compare

We are stoked to release this new version. Lots of code has been re-written, with a much simpler API, better quality code, 10x more test coverage, more database support, and many other great things. Please see the new example files and docs for details, as the API has entirely changed.

0.1.8

17 Feb 00:58
Compare
Choose a tag to compare

[0.1.8] - 2017-02-16

Added

  • Added changelog
  • Changed all docs to markdown
  • added setup.cfg and some functions in setup.py for PyPI
  • mkdocs.yml for readthedocs hosting
  • Conda environment files

Changed

  • Lots of documentation, especially around installation on the various platforms.
  • Removed doc templates and css now that docs will live on readthedocs

Fixed

  • example jupyter notebook

healthcareai v0.1.7-beta

02 Nov 03:58
Compare
Choose a tag to compare

This release encompasses basic healthcare ML functionality:

  • Model comparison between random forest and logistic regression algorithms
  • Model deployment to SQL Server, providing top-three most important features
  • Imputation (column mean for numeric and column mode for categorical)
  • Hyperparameter tuning, using mtry and number of trees for random forest
  • Plots
    • ROC
    • Random forest feature ranking
  • Model performance evaluated via AU_ROC and AU_PR

First release after setting up the following infrastructure:

  • AppveyorCI
  • Sphinx
  • Nose unit testing
  • Docker