Forwarded from Epython Lab
As a data scientist 70-80 percent of your time spending on data cleansing. If you have given data which contains special characters and you may need to avoid those special characters, what methods do you use to avoid it?
https://youtu.be/qL7lX5lCfgw
https://youtu.be/qL7lX5lCfgw
YouTube
How to Remove Special Characters from a String
Hello everyone and welcome to this video. In this video, you will learn about how to remove special characters from a string using two methods.
1. Using for loop
2. Using regular expression
#python #pythontutorial #datascience
Thanks for watching!
1. Using for loop
2. Using regular expression
#python #pythontutorial #datascience
Thanks for watching!
👍3
Forwarded from Epython Lab
Unpacking variables is very efficient way yo write clean code in Python
Take a look at the below links to get understand about iterable unpacking
Extended Iterable Unpacking in Python
#python #Subscribe #youtubechannel
https://youtu.be/BluC5ByjiJI
Take a look at the below links to get understand about iterable unpacking
Extended Iterable Unpacking in Python
#python #Subscribe #youtubechannel
https://youtu.be/BluC5ByjiJI
YouTube
Extended Iterable Unpacking in Python | Unpacking Variables in Python
In this tutorial, you will learn the difference between extended iterable unpacking and iterable unpacking in Python.
#python #unpackingvariables #datascience
-----------------------------------------------------------------------------------
Join this…
#python #unpackingvariables #datascience
-----------------------------------------------------------------------------------
Join this…
Forwarded from Epython Lab
3 most commonly used string formatting
https://youtu.be/d6K5u5S9wn4
https://youtu.be/d6K5u5S9wn4
YouTube
String Formatting in Python
In this tutorial, you will learn three different but commonly used string formatting in Python. You will also learn how to use them and the difference between them.
#python #datascience #machinelearning
-------------------------------------------------…
#python #datascience #machinelearning
-------------------------------------------------…
❤2👍1
Forwarded from Epython Lab
What are the concepts behind list, tuple, and dictionary?
This tutorial will give you an insight about them
https://youtu.be/YYzOGQCBUjo
This tutorial will give you an insight about them
https://youtu.be/YYzOGQCBUjo
YouTube
The concept behind the built-in collections of Python | list vs. tuple vs. set vs. dictionary
Join this channel to get access to perks:
https://bit.ly/363MzLo
You can learn the concept behind the list, sets, tuples and dictionary in Python.
#python #machinelearning #datascience #pythoncollections
Ask your question at https://t.me/epythonlab/
Thanks…
https://bit.ly/363MzLo
You can learn the concept behind the list, sets, tuples and dictionary in Python.
#python #machinelearning #datascience #pythoncollections
Ask your question at https://t.me/epythonlab/
Thanks…
❤4
The hidden costs of data quality issues in Machine Learning
https://youtu.be/TdMu-0TEppM
https://youtu.be/TdMu-0TEppM
YouTube
"Lie" of Machine Learning: It''s Not About Algorithms
Hi! Welcome back! In this tutorial, I will explore a topic that many beginners overlook but is crucial to understanding: machine learning data quality. Poor data quality can make or break your model’s performance, costing you time, accuracy, and in some cases…
👍3❤1
Day 1: Introduction to the Challenge
📢 Day 1/100: The Journey Begins!
I'm embarking on a 100-day challenge to share insights, progress, and lessons learned as I build a data-driven credit scoring model tailored for Buy-Now-Pay-Later (BNPL) services in Ethiopia's fintech space. 🚀
Why this topic? BNPL is reshaping financial inclusion, and robust credit scoring is the backbone of sustainable lending. Follow along as I explore data, algorithms, and strategies to make this happen!
hashtag#Fintech hashtag#DataScience hashtag#CreditScoring hashtag#BNPL hashtag#FinancialInclusion hashtag#Ethiopia hashtag#100DaysChallenge
📢 Day 1/100: The Journey Begins!
I'm embarking on a 100-day challenge to share insights, progress, and lessons learned as I build a data-driven credit scoring model tailored for Buy-Now-Pay-Later (BNPL) services in Ethiopia's fintech space. 🚀
Why this topic? BNPL is reshaping financial inclusion, and robust credit scoring is the backbone of sustainable lending. Follow along as I explore data, algorithms, and strategies to make this happen!
hashtag#Fintech hashtag#DataScience hashtag#CreditScoring hashtag#BNPL hashtag#FinancialInclusion hashtag#Ethiopia hashtag#100DaysChallenge
❤3👍3
📢Day 9/100: Feature Engineering Deep Dive
Feature engineering is where raw data turns into actionable insights! 🛠
In my credit scoring project, key features include:
1️⃣ Recency, Frequency, Monetary (RFM): Critical for understanding customer behavior.
2️⃣ Fraud indicators: High-value transactions flagged based on outlier analysis.
3️⃣ Categorical encodings: Using Weight of Evidence (WoE) to transform qualitative data like product categories.
💡 Takeaway: Good features are the foundation of any successful model. They ensure the patterns we observe are meaningful and actionable.
💡 Discussion point: What’s your go-to method for handling highly skewed data in financial datasets?
#FeatureEngineering #DataScience #CreditScoring #FintechEthiopia
Feature engineering is where raw data turns into actionable insights! 🛠
In my credit scoring project, key features include:
1️⃣ Recency, Frequency, Monetary (RFM): Critical for understanding customer behavior.
2️⃣ Fraud indicators: High-value transactions flagged based on outlier analysis.
3️⃣ Categorical encodings: Using Weight of Evidence (WoE) to transform qualitative data like product categories.
💡 Takeaway: Good features are the foundation of any successful model. They ensure the patterns we observe are meaningful and actionable.
💡 Discussion point: What’s your go-to method for handling highly skewed data in financial datasets?
#FeatureEngineering #DataScience #CreditScoring #FintechEthiopia
👍3
📢Day 17/100: From Data to Insights
My journey started with collecting and cleaning data from Telegram channels, a hub for Ethiopian e-commerce.
Key steps:
1️⃣ Scraping Telegram messages to capture product details.
2️⃣ Preprocessing Amharic text to handle non-text characters and normalize content.
3️⃣ Tokenizing text for labeling.
💡 Takeaway: High-quality data preparation is the backbone of effective machine learning models.
#DataScience #AmharicNLP #FintechEthiopia
My journey started with collecting and cleaning data from Telegram channels, a hub for Ethiopian e-commerce.
Key steps:
1️⃣ Scraping Telegram messages to capture product details.
2️⃣ Preprocessing Amharic text to handle non-text characters and normalize content.
3️⃣ Tokenizing text for labeling.
💡 Takeaway: High-quality data preparation is the backbone of effective machine learning models.
#DataScience #AmharicNLP #FintechEthiopia
Forwarded from Epython Lab
As a Developer, the best practice is writing clean, simple, concise, and readable code.
Learn about how to write clean code https://youtu.be/upe7v7dhv0Y
Sharing is caring 🙏
Learn about how to write clean code https://youtu.be/upe7v7dhv0Y
Sharing is caring 🙏
YouTube
How to Write Clean Code
Join this channel to get access to perks:
https://bit.ly/363MzLo
This tutorial will help you understand how to write clean, simple and concise code.
#python #machinelearning #datascience
Ask your question at https://t.me/epythonlab/
Thanks for watching!
https://bit.ly/363MzLo
This tutorial will help you understand how to write clean, simple and concise code.
#python #machinelearning #datascience
Ask your question at https://t.me/epythonlab/
Thanks for watching!
👍1
💡 Researchers & Beginners in Python!
This step-by-step guide walks you through installing and setting up Python on Windows using the Microsoft Store, along with VS Code setup to get you coding in no time!
🔗 https://www.youtube.com/watch?v=EGdhnSEWKok
Like & share if you found this helpful!
#PythonForResearch #PythonSetup #DataScience #AI #MachineLearning #CodingForBeginners #ResearchTools #Academia #PythonOnWindows
This step-by-step guide walks you through installing and setting up Python on Windows using the Microsoft Store, along with VS Code setup to get you coding in no time!
🔗 https://www.youtube.com/watch?v=EGdhnSEWKok
Like & share if you found this helpful!
#PythonForResearch #PythonSetup #DataScience #AI #MachineLearning #CodingForBeginners #ResearchTools #Academia #PythonOnWindows
YouTube
How to Install Python & VSCode on Windows (Step-by-Step)
Want to start coding in Python on Windows? This beginner-friendly guide walks you through the setup process—from installing Python and VS Code to writing your first Python script. 🚀 Whether you're a beginner or switching to Python, this tutorial makes it…
👍2