Topher Collins

Logo

Analytics Engineer & full-stack AI product builder

dbt, Airflow / Cloud Composer, BigQuery and custom API integrations by day; full-stack, AI-powered products (Flutter, Supabase, LLM pipelines) by night

Background in data science & machine learning - Python, TensorFlow, scikit-learn

Dungeons & Dragons nerd, founder of DnDwithToph.com

History Check

View My LinkedIn

View My Articles on Medium

View My GitHub Profile

Smoker Binary Prediction using Bio-Signals > Go to project

Overview:

This notebook analyses the ‘Binary Prediction of Smoker Status using Bio-Signals’ dataset from the Kaggle Plagounded Series - Season 3, Episode 24. Link below.

https://www.kaggle.com/competitions/playground-series-s3e24/overview

Aim:

Use binary classification to predict a patient’s smoking status given information about various other health indicators.

Evaluation Metric

Submissions are evaluated on ‘area under the ROC curve’ between the predicted probability and the observed target.

Improve Data Quality

Observations

Visualistions

Model Creation

Conclusion