Chase Thompson

Chase Thompson

Joplin Metropolitan Area
6K followers 500+ connections

About

I'm a storyteller who happens to work in analytics. The job is taking data that's true…

Articles by Chase

  • Distressed Pro & Brecht Palombo: Source Institutionally Owned Off-market Notes & REO Deals

    Distressed Pro is software many in the real estate investing world use. So, today Robby and Chase sit down with the…

    5 Comments
  • 2 goal strategies that can change your life

    Becoming A Full-Time Real Estate Investor *Click to listen to this week's show* Over the past 12 months, two strategies…

    3 Comments
  • You don't know what you don't know

    Winterize Your Investment Property *Click to listen to this week's show* You don't know as much as you think. In fact…

    2 Comments
  • My wife would put investors in the doghouse

    Managing Investor Expectations *Click to listen to this week's show* How was I supposed to know that my pregnant wife…

    1 Comment
  • The Power of No

    As investors, we need to be good at math. Valedictorian math levels aren’t necessary.

    3 Comments
  • Marketing Sessions & Meditations

    The kick off of content hits on the finalization of our seller financed deal in Marshall, TX. Our biggest piece of…

  • Show Up, Take Action, Create Value

    Robby is issuing an official apology, not required by Chase because today’s show has no intro, so if this week is your…

  • Real Estate Marketing Mistakes

    We jump in talking about some books that are currently on the reading list; The Miracle Morning by Hal Elrod got Robby…

    1 Comment
  • What George Clooney Can Teach You About Raising Capital

    We’re jumping in quick following a fun recap of the weekend Chase and Robby had. Robby spent the better part of his…

  • You're never going to rise to the occasion

    I thought I was hot shit! My friend was telling me a story about how he got a full ride to one of the top schools for…

    2 Comments

Activity

Join now to see all activity

Experience

  • TAMKO Graphic
  • -

  • -

    San Antonio, Texas, United States

  • -

    San Antonio, Texas, United States

  • -

  • -

    San Antonio, Texas, United States

  • -

  • -

    San Antonio, Texas Metropolitan Area

  • -

    San Antonio, Texas Metropolitan Area

Education

  • Codeup

    -

    -

    Fully-immersive, project-based 20-week Data Science career accelerator that provides students with 670+ hours of expert instruction in applied data science. Students develop expertise across the full data science pipeline (planning, acquisition, preparation, exploration, modeling, delivery), and become comfortable working with real, messy data to deliver actionable insights to diverse stakeholders.

    Applied Statistics - SQL - Python - Pandas - -Numpy - Matplotlib - Machine Learning -…

    Fully-immersive, project-based 20-week Data Science career accelerator that provides students with 670+ hours of expert instruction in applied data science. Students develop expertise across the full data science pipeline (planning, acquisition, preparation, exploration, modeling, delivery), and become comfortable working with real, messy data to deliver actionable insights to diverse stakeholders.

    Applied Statistics - SQL - Python - Pandas - -Numpy - Matplotlib - Machine Learning - Natural Language Processing - Data Storytelling - Git - Jupyter Notebooks - Anaconda - Tableau - Seaborn

    Codeup’s programs are approved by the Texas Workforce Commission as well as the US Department of Veterans Affairs.

  • -

Projects

  • NLP Web Scrapping

    -

    We scraped data from GitHub repository README files using GitHub's API.

    Goal

    The primary goal for this project was to build an NLP model that can predict the primary language of REPO using the text in the README file.

    As a secondary goal, we decided to pull repos from a specific sector to see if an industry we were interested in is utilizing a programming language we're familiar with.

    Deliverables

    A well-documented jupyter notebook that contains your…

    We scraped data from GitHub repository README files using GitHub's API.

    Goal

    The primary goal for this project was to build an NLP model that can predict the primary language of REPO using the text in the README file.

    As a secondary goal, we decided to pull repos from a specific sector to see if an industry we were interested in is utilizing a programming language we're familiar with.

    Deliverables

    A well-documented jupyter notebook that contains your analysis.

    https://github.com/github-nlp-project/nlp-project/blob/master/github_nlp_notebook.ipynb

    A slide deck with high-level findings

    https://www.canva.com/design/DAD-LM8dJPk/6-UD1UppB0-u5LeA9fjB2g/view?utm_content=DAD-LM8dJPk&utm_campaign=designshare&utm_medium=link&utm_source=publishsharelink

    Technical Skills used

    Python
    Jupyter Notebook
    VS Code
    Various Data Science libraries (Pandas, Numpy, Matplotlib, Seaborn, Sklearn, etc.)
    BeautifulSoup
    nltk
    Stats (Hypothesis testing, correlation tests)
    Classification Models (Decision Tree, Random Forest, KNN)

    SUMMARY

    Github READMEs can be good predictors of the programming languages of the repos. With NLP models language is important, so it isn't a surprise that the longer and more in-depth a README is, the better we can get at predicting the primary language.

    Whenever possible, words that are unique to a particular programming language, including the name of that language, make for key identifiers of a language.

    As with most data work, NLP modeling is no different, imbalances in your data affect everything, most importantly model performance. To improve our models, we'd want to ensure a better language distribution throughout the corpus, and gathering more observations generally speaking will also possitively impact model performace.

    Want to use our code?

    You can use our python files to recreate the work done in our notebook. You'll also need to get create an env.py file that includes your GitHub username and GitHub token.

    See project
  • What is driving the log errors?

    -

    The Notebook:

    You can also view the notebook as it's own webpage here: https://chasethompson.github.io/#

    Background:

    We've used Linear Regression models to start to tackle the home value estimate. We will now work on improving Zillow's log error.

    The audience for this project is a data science team, and we want to demo the discoveries we made and work we've have done related to uncovering what the drivers of the error in the Zestimate are.

    Goals

    We will…

    The Notebook:

    You can also view the notebook as it's own webpage here: https://chasethompson.github.io/#

    Background:

    We've used Linear Regression models to start to tackle the home value estimate. We will now work on improving Zillow's log error.

    The audience for this project is a data science team, and we want to demo the discoveries we made and work we've have done related to uncovering what the drivers of the error in the Zestimate are.

    Goals

    We will be using the ML Clustering Algorithm KMeans to find clusters within the data to improve our estimate of the log error. Once those clusters have been identified, we will use Regression models to test the efficacy of the clustering work.

    Deliverables

    A report (in the form of a detailed, high-level notebook)

    The notebook should cover all the steps from acquisition through modeling.

    A detailed README explaining the project and steps to reproduce the results.

    Technical Skills used

    Python
    SQL
    Sequel Pro
    Jupyter Notebook
    VS Code
    Various data science libraries (Pandas, Numpy, Matplotlib, Seaborn, Sklearn, etc.)
    Stats (Hypothesis testing, correlation tests)
    Clustering Model (KMeans)
    Regression Models (Linear Regression, Decision Tree Regressor, Random Forest Regressor)

    Executive Summary

    The hypothesis and conclusion are unclear. Our derived variables proved useful, but not significantly.

    Our main drivers appeared to hover around the overarching geological data and clustering using the selected features associated with those data points.

    The linear regression model performed quite poorly. However, the decision tree and random forest regressors did slightly better than the baseline.

    We observed some statistical difference between log error with regards to these features:

    Longitude/Latitude
    Lot size
    Square footage
    Age of the home
    It appears either more time is necessary to evaluate the different clustering opportunities within the data. Or that, perhaps, clustering is not the best approach for this data.

    See project
  • Why are our customers churning?

    -

    Here's the link to the deliverable report:

    https://docs.google.com/presentation/d/1nObaqS4VnmiCM28RdxW_XqJfoU9f-sAFba4UjRf3A00/edit?usp=sharing

    Background:

    Our team lead needs us to take a look at some of our recent customer data. We've been tasked with identifying areas that represent high customer churn.

    Goals

    Identify as many different customer subgroups that have a propensity to churn more than others. Our target audience is our team lead, however, she…

    Here's the link to the deliverable report:

    https://docs.google.com/presentation/d/1nObaqS4VnmiCM28RdxW_XqJfoU9f-sAFba4UjRf3A00/edit?usp=sharing

    Background:

    Our team lead needs us to take a look at some of our recent customer data. We've been tasked with identifying areas that represent high customer churn.

    Goals

    Identify as many different customer subgroups that have a propensity to churn more than others. Our target audience is our team lead, however, she will be presenting these findings to the Senior Leadership Team. We will need to keep this final audience in mind with regards to report readability, etc. We will need to communicate in a more concise and clear manner.

    Deliverables

    A report in the form of a slide deck

    A GitHub repository containing our jupyter notebook that walks through the pipeline

    She will also need a CSV with the customer_id, probability of churn, and the prediction of churn

    The development team will need a .py file that will take in a new dataset, and perform all the transformations necessary to run the model.

    Technical Skills used

    Python
    SQL
    Various data science libraries (Pandas, Numpy, Matplotlib, Sklearn, etc.)
    Stats (Hypothesis testing, correlation tests)
    Classification Models (Logistic Regression, Decision Tree, Random Forest, KNN)
    PowerPoint

    Executive Summary

    The model we selected to move forward with is a Classification ML Algorithm, Logistic Regression.

    The model is able to correctly predict 80% of customers who actually churn.

    Customers most likely to churn:

    Month to month contract
    Senior Citizens
    Utilize Premium offerings
    The initial Prediction CSV is in this repo, the code outlined in the notebook will produce the CSV as well.

    Moving forward we should focus our CRM and marketing efforts on transitioning customers away from month-to-month contracts, strengthen our relationships with our Senior citizen customers, and further utilize our premium services to retain customers.

    See project
  • Improve Property Value Prediction

    -

    Here's the link to the deliverable report requested from the team. It contains the slides, but not the verbal portion of the presentation.

    https://drive.google.com/file/d/1eMrsrx6Vs1rHDuicfFpt9uNJNoz8g3LU/view?usp=sharing
    Background:

    We want to be able to predict the values of single-unit properties that the tax district assesses using the property data from those whose last transaction was during the "hot months" (in terms of real estate demand) of May and June in 2017. We…

    Here's the link to the deliverable report requested from the team. It contains the slides, but not the verbal portion of the presentation.

    https://drive.google.com/file/d/1eMrsrx6Vs1rHDuicfFpt9uNJNoz8g3LU/view?usp=sharing
    Background:

    We want to be able to predict the values of single-unit properties that the tax district assesses using the property data from those whose last transaction was during the "hot months" (in terms of real estate demand) of May and June in 2017. We also need some additional information outside of the model.
    Zach lost the email that told us where these properties were located. Ugh, Zach :-/. Because property taxes are assessed at the county level, we would like to know what states and counties these are located in.

    Goals

    Your customer is the Zillow data science team. State your goals as if you were delivering this to Zillow. You will be communicating in a more concise way, and very clearly, the goals as you understand them and as you have taken and acted upon through your research.

    Deliverables

    What should the Zillow team expect to receive from you?

    A report (in the form of a presentation, both verbal and through slides)
    A GitHub repository containing your jupyter notebook that walks through the pipeline along with the .py files necessary to reproduce your model. The data dictionary can be found in this file.

    Technical Skills used

    Python
    SQL
    Various data science libraries (Pandas, Numpy, Matplotlib, etc)
    Stats (Hypothesis testing, correlation tests)
    Linear Regression (Single Linear Regression, Multiple Linear Regression)
    PowerPoint
    Photoshop

    Executive Summary

    - Everyone already knows, but Location! Location! Location! is so important in the final product for any real estate application
    - Location, square footage and neighborhood (aort of location, but more specific ) are major drivers of home value
    - Other classification methods should help improve the accuracy of models.

    See project
  • Note MBA Podcast

    -

    We’re here to show you that you’re never alone in the note business. Join us every Wednesday to find out what we’re up to now.

    Other creators
    See project

Languages

  • English

    -

Recommendations received

More activity by Chase

View Chase’s full profile

  • See who you know in common
  • Get introduced
  • Contact Chase directly
Join to view full profile

Other similar profiles

Explore top content on LinkedIn

Find curated posts and insights for relevant topics all in one place.

View top content

Others named Chase Thompson in United States

Add new skills with these courses