Tag

Titanic dataset

1 views collected around this technical thread.

Model Perspective
Model Perspective
Dec 4, 2022 · Fundamentals

How Logistic Regression Predicts Titanic Survival: A Step-by-Step R Guide

This article explains logistic regression for binary outcomes, demonstrates its implementation in R with the TitanicSurvival dataset, and interprets the model coefficients showing how gender, age, and passenger class significantly affect survival probability.

RTitanic datasetbinary classification
0 likes · 5 min read
How Logistic Regression Predicts Titanic Survival: A Step-by-Step R Guide
TAL Education Technology
TAL Education Technology
Sep 17, 2020 · Artificial Intelligence

Comprehensive Guide to Feature Engineering and Data Preprocessing for Machine Learning

This article provides an extensive overview of feature engineering, covering feature understanding, cleaning, construction, selection, transformation, and dimensionality reduction techniques, illustrated with Python code using the Titanic dataset, and offers practical guidelines for improving data quality and model performance in machine learning projects.

PythonTitanic datasetdata preprocessing
0 likes · 44 min read
Comprehensive Guide to Feature Engineering and Data Preprocessing for Machine Learning