Skip to content
View pcmason's full-sized avatar

Block or report pcmason

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Imbalanced-Classification Imbalanced-Classification Public

    Example programs going over 4 different areas of imbalanced classification ML problems: what performance measures work best, how to sample data for these problems, cost sensitive algorithms to know…

    Python 1

  2. Automate-the-Boring-Stuff-in-Python Automate-the-Boring-Stuff-in-Python Public

    I have been going through Al Sweigart's book "Automate the Boring Stuff with Python" in my free time which can be found online here: https://automatetheboringstuff.com/#toc . This repository is whe…

    Python

  3. FreeCodeCamp-Data-Analytics-with-Python-Project-Solutions FreeCodeCamp-Data-Analytics-with-Python-Project-Solutions Public

    These are my solutions to the projects to earn the Data Analytics with Python certificate on freeCodeCamp. All projects were ran and tested in Repl.it

    Python

  4. Federal-Funds-Rate-Regressions Federal-Funds-Rate-Regressions Public

    Running Regressions in R to see the the correlation between unemployment and inflation rate with the Federal Funds Rate. Got the data from the Chair the Fed game: https://www.sffed-education.org/ch…

    R

  5. DFS-Picture DFS-Picture Public

    A project that goes through a 2 dimensional array of 0's and 1's and changes any 1 it sees into a 2 only for as many 1's touch each other. Then on the next group of 1's will become 3's and so on.

    C++

  6. Games50 Games50 Public

    Going through Harvard's CS50 Intro to Game Design class to learn and understand the basics of game design

    Lua