This post list all the videos listed on my YouTube Channel.
- sklearn basic Logistic Regression
- sklearn Logistic Regression with Hyperparameter Optimization
- Build your first XGBoost Model
- sklearn SVM classification Model
- sklearn basic Random Forest Model
- Download Data & First Submission
- Exploring Data/Missing Values
- Treat Embarked Column
- Treat Age & Fare
- Treat Cabin & Recode Sex
- Create new Features from SibSp & Parch
- Create Title from Name Variable
- Extract feature using Ticket Variable
- Create Dummy or One Hot Code Variables
- Create Train Test Validation split on Excel
- Building Basic Logistic Model
- Evaluating and Submitting Logistic Model
- Basic Decision Tree Model
- sklearn train test split
- Decision Tree Grid Search
- Decision Tree with SelectKBest to select best features