Skip to content

A python repository for Supervised Machine Learning examples and projects. Will be continuously updated.

Notifications You must be signed in to change notification settings

jkenney0501/Python_Supervised_Learning

Repository files navigation

Python_Supervised_Learning

This repo is still being developed. Some small projects are done as an example but mostly as a reference for fundamentals with a heavy emphasis on data cleaning, exploration, statistical analysis and modeling. As time permits, more models will be added and complexity will grow within the various projects.

Coming Soon: Section on hyperparameter tuning!

Linear Regression

Linear Regression

Logistic Regression - To be completed sometime this year (credit default LR)! This is a rather extensive project. Last update on 2/21/2022

K Nearest Neigbors

Linear Regression

  • Anonymous Classification

    • This example provides the base algorithm use case and an optimization for error rate using the elbow method for K.
  • Anonymous Classification Project

    • Same as the example classification above but with a larger and different anonymous data set. The concepts covered are menat to strengthen the fundamental task of using and optimizing the model.

Decision Trees & Random Forrests

Linear Regression

  • Kyphosis Decision Tree

    • This example uses a decision tree to analyze patients that had undergone an operation for a spinal condition called Kyphosis. The decision tree is used to predict whether or not a patient was healed several months post op.
  • Lending Tree Decision Tree/RF Analysis (real data)

    • This analysis completes an exploratory analysis, tests a decision tree and compares the results to a random forest using the same data. All data is real data from lending tree circa 2010ish.

About

A python repository for Supervised Machine Learning examples and projects. Will be continuously updated.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published