top of page
Search


Python ML Guided Project Credit Card Approvals Classification - Level 4, 40 min
In this supervised learning Python ML guided project we will be predicting whether or not someone was approved for a credit card. In this Python project, we will only be using the LogisticRegession() in Sklearn for this supervised classification problem. Although this project would work with RandomForestClassifier() or GradientBoostingClassifier() we will be focusing on error analysis in this classification problem. Understanding precision versus recall and why we would
Dec 13, 20222 min read
Â
Â
Â


Python Machine Learning Guided Project Cell Phone Price Prediction - Level 3, 30 minutes
In the Python Project, we will use Pandas and Seaborn to perform our exploratory data analysis in en effort to understand how our features impact our target. A big aspect of this is paying close attention to the distributions of our features use in our supervised machine learning project.
Dec 12, 20222 min read
Â
Â
Â


Python Machine Learning Guided Project, Early Diabetes Prediction - Level 2, 15 minutes
Follow along with this Python ML-guided project. In this beginner Python project, we build a classification model in Sklearn to predict if or not a person has early-stage diabetes in this medical prediction with machine learning.
Dec 12, 20222 min read
Â
Â
Â
bottom of page
