MLBazaar / Cardea

An open source automl library for using machine learning in healthcare.

Home Page:https://mlbazaar.github.io/Cardea/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cutoff times are unique per row.

sarahmish opened this issue · comments

Currently, problem definition returns a cutoff time for each record in the dataset based on what problem it is. Those times can be improved using 2 methods:

  • account only for unique cutoff times.
  • group records that can share a cutoff time together.

This improvement will transcend to the calculation of the feature matrix.

Fixed in PR #16.