Pinned Repositories
Building-a-Job-Recommender
I built a job recommender for people 0-3 years out of college in non-technical roles. This recommender uses NLP and ML to parse your resume and return which job archetype you fit best into.
Building_a_job_recommender_2
I built a job recommender for people 0-3 years out of college in non-technical roles. This recommender uses NLP and ML to parse your resume and return which job archetype you fit best into.
building_job_recommender_3
I built a job recommender for people 0-3 years out of college in non-technical roles. This recommender uses NLP and ML to parse your resume and return which job archetype you fit best into.
Creating-Prediction-Engine-for-Chicago-311-Serivce-Requests
In this project, I looked at Chicago 311 Service data and found that requests took far too long to fulfill (27 days avg). I then created a prediction algorithm to help the city forecast 311 requests and prepare accordingly.
DS_Bootcamp
dsp
Metis Data Science Bootcamp - Official Prework Repository
Machine-Learning-Insights-on-Kickstarter-Data
Preston-Lam-s-Data-Science-Portfolio
prestonlam53.github.io
Project-2--Predicting-Stock-Market-Prices-with-Regression
I scraped valuation metrics of 3000 stocks from yahoo finance and morningstar, then built a random forest regressor in an attempt to predict stock % increase. This project contains extensive data cleaning and feature engineering.
prestonlam53's Repositories
prestonlam53/building_job_recommender_3
I built a job recommender for people 0-3 years out of college in non-technical roles. This recommender uses NLP and ML to parse your resume and return which job archetype you fit best into.
prestonlam53/Building-a-Job-Recommender
I built a job recommender for people 0-3 years out of college in non-technical roles. This recommender uses NLP and ML to parse your resume and return which job archetype you fit best into.
prestonlam53/Building_a_job_recommender_2
I built a job recommender for people 0-3 years out of college in non-technical roles. This recommender uses NLP and ML to parse your resume and return which job archetype you fit best into.
prestonlam53/Creating-Prediction-Engine-for-Chicago-311-Serivce-Requests
In this project, I looked at Chicago 311 Service data and found that requests took far too long to fulfill (27 days avg). I then created a prediction algorithm to help the city forecast 311 requests and prepare accordingly.
prestonlam53/DS_Bootcamp
prestonlam53/dsp
Metis Data Science Bootcamp - Official Prework Repository
prestonlam53/Machine-Learning-Insights-on-Kickstarter-Data
prestonlam53/Preston-Lam-s-Data-Science-Portfolio
prestonlam53/prestonlam53.github.io
prestonlam53/Project-2--Predicting-Stock-Market-Prices-with-Regression
I scraped valuation metrics of 3000 stocks from yahoo finance and morningstar, then built a random forest regressor in an attempt to predict stock % increase. This project contains extensive data cleaning and feature engineering.
prestonlam53/Project-3-Predicting-Loan-Defaults
I used a dataset from a taiwanese bank to predict whether a client would default using a random forest classifier. The project uses extensive feature engineering via SQLAlcehmy.