Cardea
Cardea copied to clipboard
An open source automl library for using machine learning in healthcare.
Improvements: * refactoring cardea class with minor design changes, resolve #85. New features: * functional api, resolve #91. * compose, resolve #84.
@bryanfarris just fixing a minor indentation issue.
Since we have the Cardea Class, it would also be beneficial to add a layer of functional interfaces that allows using Cardea with as few steps as possible. The design...
In reference to issue #85, we discover a new need of the `predict` function. **current support** The current version of the predict functionality only supports an intermediary input of a...
This issue is to track the development of the Cardea class. Previous updates were also mentioned in #73. The Cardea class is responsible for handling and interacting with all the...
## Prediction Engineering How to use `compose` to write the `problem definition` component in cardea. **Compose** is a machine learning tool for automated prediction engineering. It allows you to structure...
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...