Final Project: Diabetes Prediction
Final Project Summary
Welcome! This is the project website for my final project on Diabetes Prediction
using the 2015 BRFSS dataset and a logistic regression model.
Project Components
API Access
The REST API is built with the plumber
package in R.
You can try it locally using:
library(plumber)
<- pr("plumber.R")
api $run(port = 8000) api
Then go to: http://127.0.0.1:8000/docs/
Author Koji Takagi GitHub Pages: https://kojitakagi.github.io/final-project