Skip to content

Scripts for building a web app to assess personalized disease risks

Notifications You must be signed in to change notification settings

yue-huang/HealthRadar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

HealthRadar

Scripts for training a model to assess personalized cancer risks.

Preprocessing

Convert raw data from web to CSV file.

raw_to_csv.py

Select and modify features based on manual curation and missing data.

preprocessing.py

Scale numerical data, convert categorical data to binary data.

transformation.py

Model fitting

Train model using stochastic gradient descent (logistic regression and linear SVM), logistic regression, and kernel approximation + linear SVM.

learning_SGD.py
learning_LR.py
learning_kernel.py

About

Scripts for building a web app to assess personalized disease risks

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages