top of page
Profile
Join date: Aug 21, 2021
About
0 likes received
0 comments received
0 best answers
Posts (21)
Aug 12, 2022 ∙ 3 min
Tree-Based Model: Classification Tree
Classification Tree A classification tree is a structural mapping of binary decisions that lead to a decision about the class...
28
0
Aug 11, 2022 ∙ 2 min
Deep Learning Introduction with Python
What is deep learning? Deep learning is a type of machine learning and artificial intelligence (AI) that imitates the way humans gain...
13
0
Aug 10, 2022 ∙ 2 min
Model Validation: Cross_val_score() in Python
Cross-validation is a technique for evaluating ML models by training several ML models on subsets of the available input data and...
262
0
Aug 8, 2022 ∙ 2 min
Machine Learning: Feature Creation & Extraction in Python
What is feature engineering? Feature engineering is the process that takes raw data and transforms it into features that can be used to...
34
0
Aug 6, 2022 ∙ 2 min
Unsupervised Learning: Basics of Clustering
What is unsupervised learning? A group of machine learning algorithms that find patterns in data Data for algorithms has not label,...
12
0
Aug 5, 2022 ∙ 2 min
Machine Learning: Support Vector Machine(SVM)
01. What is SVM(Support Vector Machine)? In machine learning, support-vector machines are supervised learning models with associated...
21
0
1
Aug 2, 2022 ∙ 3 min
Predicting Credit Card Approval
Commercial banks receive a lot of applications for credit cards. Many of them get rejected for many reasons, like high loan balances, low...
31
0
Jul 20, 2022 ∙ 2 min
Machine Learning Preprocessing: Scaling
Standardization is a preprocessing method used to transform continuous data to make it look normally distributed. It's a necessary step...
19
0
Jul 20, 2022 ∙ 3 min
World Happiness Report 2021 - EDA
The happiness scores and rankings use data from the Gallup World Poll. The columns following the happiness score estimate the extent to...
47
0
Jul 2, 2022 ∙ 3 min
Predicting Neurodegenerative Disease with XGBOOST!
Parkinson's disease is a brain disorder that causes unintended or uncontrollable movements, such as shaking, stiffness, and difficulty...
41
0
Abu Bin Fahd
Writer
More actions
bottom of page