Giter Site home page Giter Site logo

fagan2888 / 02-ppm-data Goto Github PK

View Code? Open in Web Editor NEW

This project forked from districtdatalabs/02-ppm-data

0.0 1.0 0.0 633 KB

Private repo for PPM Data team.

License: Apache License 2.0

Python 11.03% Makefile 2.65% CSS 0.10% HTML 6.55% Batchfile 2.62% Jupyter Notebook 77.04%

02-ppm-data's Introduction

02-ppm-data

Summary of Problem: The goal of the project was to try to predict job growth out of several economic factors. The team worked with data from the Bureau of Labor Statistics (BLS). The team struggled to reach their initial goal. From the BLS data, PPM gathered a small set of time-based economic variables (about 8 variables) and created a set of monthly observations dating back from 2014 to 2004. The team applied some amount of regularization to the data: converting training data values from absolute values to values relative to the mean. After finalizing their training and test data sets, the team fit these observations to a Statsmodel's Ordinary Least Squares model, a scikit-learn's linear regression model, and a scikit-learn's lasso regression model. This came up with an adjusted R-squared value of .44 after predictors were added on the training data. This was the best R-squared value of all three models and came from the Ordinary Least Squares method. Once the PPM team performed predictions using test data, their R-squared values decreased significantly. The best performing model was OLS again, with a test-set R-squared score of -0.14. They ended up going after a secondary goal which is to build a web tool that allowed you to pull one economic factor at a time from BLS and see if it correlated with job growth at all. Their idea was to have an interface that allows users to plug & play data sets from the BLS websites and apply OLS regression to measure fit. They used SQLite3 as their computational data storage and their original analysis was performed in IPython Notebook.

Software Architecture Diagram

Data Flow Diagram

Django docs for www/uberjobz app

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.