
The introduction defines data science as a blend of data, math, intuition, and coding, and shows how Excel can teach machine learning through concrete, hands-on examples.
Explain credit risk in banking and how a credit officer uses scoring models to estimate the probability of default for mortgages, credit cards, and other loans.
This is the Loan Data that is going to be used throughout the course.
Explore the data overview for client loans, distinguishing continuous and categorical variables, cleaning data, and preparing it for regression analyses and machine learning algorithms.
Learn how to combine data sets from different sources using Excel's look up (vlookup) function to achieve exact matches by client I.D., enabling accurate arrears indicators in banking data.
Learn to create and encode dummy variables in Excel for credit risk models, including gender and location (urban/rural), enabling regression analyses for probability of default.
This lecture explains how to create dummy variables in Excel to quantify credit risk and estimate default probability for regression analyses, including gender and urban area encoding using if formulas.
Demonstrate creating relationship status dummy variables in Excel, encoding married, single, divorced, and widowed as zeros and ones for machine learning and credit risk analysis.
Learn to code the dependent variable for loan default by selecting a days-in-arrears threshold and a binary indicator, where zero denotes default and one denotes non-default.
Compute the weight of evidence for gender in credit risk using Excel pivot tables, comparing male and female good and bad borrowers to enhance modeling.
Compute weight of evidence for urban versus rural residence using good and bad borrower percentages, compare their predictive power, and apply it to credit scoring and modeling.
Apply weight of evidence to educational level categories, combining elementary, high school, other schooling, and university degrees using pivot tables to prepare dummy variables for regression and machine learning.
Compute the weight of evidence for work sector and residence, sort by impact, and visualize as a line graph to select reference variables for regression analyses and machine learning models.
Apply weight of evidence to relationship status to compare loan repayment patterns, noting married individuals show higher weight, guiding regression analyses with married as the reference category.
Construct the weight of evidence for loan grades, normalize to column totals, and use a, b, and c as regression inputs with d or lower as reference.
Code age in years into interval indicators in Excel, using a reference group (18 to 27) and IF formulas to create 0/1 dummies for regression analyses.
Learn to code loan maturity into a binary variable in Excel by converting mixed text and numbers, using text-to-columns, and applying an if formula for 1–12 months.
Analyze weight of evidence for age intervals from 18 to 70, compute WoE per group, fix data issues, and use four age brackets as regression dummies.
calculate weight of evidence for continuous maturity data by grouping months into year-based categories, compare good and bad borrower proportions, and select reference variables for regression.
Select categorical and continuous variables using weight of evidence to prepare data for regression analyses in Excel. Then apply logistic regression with the default indicator as the dependent variable.
Code the grade categories as dummy variables for regression analyses, using grades as the reference and 1/0 indicators to compare repayment history for A/B/C versus E/F.
correct the regression setup by selecting the three-year maturity as reference, removing the six-year maturity from training dataset, and using veto cup functions to align continuous-variable data with the model.
Learn how to run logistic regression in Excel, select input ranges and the dependent variable, adjust iterations, and interpret the output and validation results.
Explore how real statistics outputs from logistic regression inform coefficient interpretation, significance, and scoring for credit risk, including variable selection, score card creation, and model validation.
Learn how to apply logistic regression coefficients from the train set to a test dataset, compute probabilities, build a confusion matrix, and evaluate model accuracy.
Hi and welcome to the Machine Learning with Excel course,
Machine Learning is shaping our everyday lives and it one of the most important features of innovations
in technology. The purpose of this course is to equip you with the newest methods that are applied in
Machine Learning by Using Microsoft Excel. It will introduce you to a different way of thinking about
data science and machine learning. This is a good way to start a career in Machine Learning since you
will understand some initial concepts and gain some hands-on experience on it. I am extremely happy
share with you everything that I know about Machine Learning with Excel. I promise you it is going to be
worth it and you will gain a valuable set of knowledge and skills by attending this course.
This is the only course in Udemy where Machine Learning is applied in Microsoft Excel. The reason why
we chose to go with Excel is because we know that many of you are already familiar with it. We will start
from ground zero and together we will continuously develop new skills from the beginning to the end of
this course. In this course together we will implement a complete data science project from start to
finish using Credit Risk Data. For this course we have data for around 40,000 consumers and a lot of
characteristics about them such as: their level of education, their age, their marital status, where they
live, if they own a home, and other useful details. We will get our hands dirty with these data and
explore them in depth and you can practice all this on your own too. Moreover, you will gain access to
valuable resources such as lectures, homework, quizzes, slides as well as some literature review in
regard to the modelling approaches. Let’s go ahead now and see how the course structure looks like!