Module 3: Adding Data Science to a Web Application

Module Overview

You have your application, you have your data - now it's time for science! Let's use what we've learned throughout the program to add some useful intelligent functionality to our web application.

Learning Objectives

Guided Project

Open guided-project.md in the GitHub repository to follow along with the guided project.

Module Assignment

Reproduce the lecture tasks (logistic regression fitting, predicting, returning) in a REPL/notebook with different real data, incorporate predictive code in the application, and add forms for user interaction with the predictive model.

Assignment Solution Video

Additional Resources

Data Science Tools

Flask Integration

API Development

User Interface Design