Skip to content

Create Hybrid Predictive Control Black Box Model to Identify factors most predictive of Arthritis Pain

License

Notifications You must be signed in to change notification settings

curedao/curedao-black-box-optimization-engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Control Systems Engineering Approach to Precision Medicine

image

☝️The image above is what we're trying to achieve here.

To determine the effects of various factors on health outcomes, we currently apply pharmacokinetic modeling over various onset delay and duration of action hyper-parameters and combine that with some other parameters for each of Hill's criteria for causality.

The distributions in this type of data aren't super normal, and you've got the onset delays and durations of action so regular Pearson correlations don't work so well. So we mainly focus on change from baseline. There's a ton of room for improvement by controlling using instrumental variables or convolutional recursive neural networks.

Hybrid Predictive Control Black Box Models seem most appropriate. This repository is for storing potential alternative implementations.

image

Test and Training Data

See the data folder.

The best file is probably data/arthritis-factor-measurements-matrix-zeros-unixtime. csv. It's a matrix of years of self-reported Arthritis Severity Rating measurements and hundreds of potential factors over time.

Format

The first row is the variable names. The first column is Unix timestamp (seconds since 1970-01-01 00:00:00 UTC).

Pre-Processing

To make it easier to analyze some preprocessing has been done. This includes zero-filling where appropriate. Also, the factor measurement values are aggregated values preceding the Arthritis measurements based on the onset delay and duration of action.

Hyper-Parameters

The aggregation method and other hyper-parameters can be found by putting the Variable Name in either

  1. the API Explorer or
  2. in the URL https://studies.curedao.org/VARIABLE_NAME_HERE.

Resources

About

Create Hybrid Predictive Control Black Box Model to Identify factors most predictive of Arthritis Pain

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages