top of page
Search


Python Sklearn ML Guided Project - Power Transformer Regression Prediction
Predicting the health of power transformers using machine learning is crucial for ensuring the reliable operation of electrical grids. Will be analyzing historical data on transformer performance found here on Kaggle, machine learning algorithms can identify patterns and anomalies that indicate potential failures or deteriorating conditions. This early detection enables proactive maintenance and replacement, minimizing downtime, reducing costs, and preventing catastrophic fa
Jul 15, 20234 min read
Â
Â
Â


Python ML Guided Project_ Simple K-means Clustering Sklearn Silouhette Score YellowBrick Iris Lvl 1
Thank you to Ula Yousef on linkedin who designed the entire workbook herself and prepared this post, basically everything but the follow-along video. Thank you so much, the beautiful plotting and wonderful clustering for a beginner Python project. In this python guided project, you will learn how to build your first k-means clustering project step by step using these libraries: 1_ Pandas : which has multiple functions to perform analysis tasks. 2_ Numpy : which is use
May 25, 20233 min read
Â
Â
Â


Simple Ensembles Python Machine Learning Guided Project - Regression Smart Watch Prices-Lvl3, 26 mn
In this free-to-use follow-along Python Sklearn guided project in Python. In this beginner simple ML project, we will use ensemble methods to predict the price of smartwatches based on their characteristics. Will will focus this project on ensemble methods in a head-to-head competition. We will use Gradient Boosting Regressor , Random Forest Regressor , Bagging Regressor , and Voting Regressor to find out Sklearn's best ensemble method. In a normal project, it is always a
Apr 17, 20232 min read
Â
Â
Â


Python ML Guided Project- Simple Random Forest in Sklearn, Bank Note Authentication Level 1, 25 min
In this Python guided project, you can follow along and build your first Simple Random Forest machine-learning model. In this Python project, we will use RandomForestClassifier from Sklearn. In is a good idea when doing an ML workflow to have a simple base model that your more robust model will try and beat. In this situation, Logistic Regression acts like our base model and Random Forest acts like our robust complex model. Special Thanks to John David who designed the e
Feb 20, 20233 min read
Â
Â
Â


Python Machine Learning Guided Project - Spaceship Titanic part 2 ML Predict, Level 8, 49 min
In the second part of the Python Guided Machine Learning Project, the data scientist picks up where the data analyst left off. We use the data analyst's sights to guide the data scientist preprocessing strategy for machine learning.
Dec 22, 20222 min read
Â
Â
Â


Python Machine Learning Guided Project LinearRegression House Price Kaggle competition - Lvl 8, 65m
In this Python Machine Learning Guided Project, we will explore how to manage a common problem for house price predictions. Too many features.
Dec 22, 20221 min read
Â
Â
Â


Python Machine Learning Guided Project Decision Tree Pre Post Pruning Techniques - Level 6, 50 min
In this Python ML project, we will explore an individual DecisionTree and learn to use pre-pruning and post-pruning techniques. Prepruning techniques are generally easier to use and involve setting hyperparameters that limit the growth of our decision trees. Post-pruning techniques are a little harder to work with but very important to understand how to use the when applying them to a random forest of decision trees. Let's practice with pre and post-pruning techniques in
Dec 15, 20222 min read
Â
Â
Â


Python Machine Learning Guided Project Polish Car Prices - Level 5, 40 min
Join me on the Python Machine Learning Project where we predict the price of cars in Poland. This supervised learning problem in Python is a regression problem. In this project with will focus on linear regression techniques including Lasso , Ridge , and ARDRegression models. This is a great project for those looking to explore linear regression techniques.
Dec 15, 20221 min read
Â
Â
Â


Python ML Guided Project, Ensemble Methods Predict Classic Cars MPG - Level 3, 24 min
Join us on this Python Machine Learning Guided project. In this Python Regression project, we will be predicting the MPG of classic cars. This is a slight variation on a common predictive workflow. Use ensemble methods like RandomForestRegressor , AdaBoostRegressor , and GradientBoostingRegressor in the supervised machine learning project. This is a great beginner Python project to practice machine learning with ensemble methods.
Dec 15, 20221 min read
Â
Â
Â


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
Â
Â
Â


Python ML guided project Level 1, 24min - simple linear regression house price prediction
This intro project is great for those new to Sklearn . Learn how to set up an ML workflow. From exploratory data analysis to predictions. Use pandas and seaborn in Python to perform your data analysis. Then use Sklearn to do the train test split and make your predictions. Here we also look at the R-squared score to evaluate our model.
Nov 30, 20221 min read
Â
Â
Â


Python data analysis guided project spaceship titanic data analysis for machine learn 31 min level 8
Data Analysis Guided Project in Python. Use your data analysis skills and analyze the spaceship titanic data from Kaggle Competition as...
Nov 26, 20221 min read
Â
Â
Â
bottom of page
