Pinned Repositories
ad_data_analysis
A Jupyter Notebook looking at ad data and making a prediction.
Airbnb-EDA--Regression
Having fun exploring a 2017 Airbnb dataset and gleaning insights and running an lm model.
East-Bay-Housing-Web-Scrape
Web scraping CL East Bay room/shares to look at the distribution of prices. Part of a larger eventual project of making an interactive iPython widget that can filter by city and overlay to compare pricing.
ETL_SQL_Python
An exploration of ETL and the SQLAlchemy library in Python
Kickstarter-Campaign-Success-Prediction
A machine learning project trying to predict whether or not a Kickstarter campaign succeeds. Final report in PDF as well. Includes original dataset in csv and Jupyter Notebook
lyft_analysis
An analysis of 2 years of Lyft Baywheels bikeshare ride data. Data are used to predict the gender of rider or duration of ride (logistic and linear regression respectively).
mall_customer_segmentation
Quick EDA on a data set to determine what segments there are.
marketing_analytics_sql
Analyzing and calculating key marketing metrics with SQL and Python
Webscraping-and-Analysis
A two part repo consisting of scraping Sci-Fi movies from IMDB.com and cleaning the data in part one. In part two, I perform EDA and machine learning. More on part two coming soon.
Your_Blog_Part_2
The final state of the code for the Your_Blog project tutorial two part series on Medium, download this if you get stuck in part 2
rileypredum's Repositories
rileypredum/mall_customer_segmentation
Quick EDA on a data set to determine what segments there are.
rileypredum/marketing_analytics_sql
Analyzing and calculating key marketing metrics with SQL and Python
rileypredum/lyft_analysis
An analysis of 2 years of Lyft Baywheels bikeshare ride data. Data are used to predict the gender of rider or duration of ride (logistic and linear regression respectively).
rileypredum/awesome-datascience
:memo: An awesome Data Science repository to learn and apply for real world problems.
rileypredum/HMH19
Hack Mental Health 2019 Hackathon SF
rileypredum/HR-Data-Dashboard-Tableau
An exploration of Tableau dashboarding capabilities and analyzing race, turnover/employee retention, satisfaction, and more.
rileypredum/Your_Blog_Part_2
The final state of the code for the Your_Blog project tutorial two part series on Medium, download this if you get stuck in part 2
rileypredum/API_mini_project_sliderule
Quandl API mini-project - Data Science Career Track - Springboard
rileypredum/bootstrap_inferential
rileypredum/cleaned-sf-eviction-data
311.org open data set on evictions in SF. I pulled it and saw it wasn't clean so I cleaned it for use with any mapping API you like :)
rileypredum/Clustering-Algorithm-Practice
A practice project working with different clustering algorithms.
rileypredum/djangoforbeginners
Source code for Django For Beginners
rileypredum/djangoforprofessionals
Source code for Django for Professionals
rileypredum/github-final-project
rileypredum/inferential_frequentist_stats_proj
Mini project for the frequentist sub-unit of inferential statistics.
rileypredum/inferential_stats3_bayesian
rileypredum/jbbmo-Introduction-to-Git-and-GitHub
Introduction to Git and GitHub
rileypredum/lanebreach-api
Lane Breach Backend
rileypredum/linear_regression_mini_project
rileypredum/logistic_regression_mini_project
An exploration of logistic regression techniques.
rileypredum/naive_bayes
rileypredum/nltweets
"Our corpus is tweets."
rileypredum/online-course-app
Final for Developing Applications With SQL Databases and Django
rileypredum/practical-python
Practical Python Programming (course by @dabeaz)
rileypredum/python-samples
🐍 Python samples for G Suite products.
rileypredum/rileypredum.github.io
rileypredum/sliderule_json_mini_project
rileypredum/SQL-database-creation
rileypredum/test-app-heroku-FS
Full stack test app
rileypredum/Your_Blog_Part_1
Code as of the end of the first article in the Django blog creation article series on my Medium. Use this to be able to pick up where the first article left off.