Skip to content

Carl-McBride-Ellis/My-kaggle-notebooks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 

Repository files navigation

Author: Carl McBride Ellis (LinkedIn)

The following represents a selection of my kaggle notebooks

1. eda (exploratory data analysis)

2. data cleaning / preparation

3. baselines

An important practice is to create a baseline with which to compare future work against:

4. feature selection / engineering

5. classification / regression

This is a collection of my python example scripts for either classification, using the Titanic: Machine Learning from Disaster competition data, or regression, for which I use the House Prices: Advanced Regression Techniques competition data:

algorithm classification regression
Logistic regression link ---
Generalized Additive Models (GAM) link ---
Iterative Dichotomiser 3 (ID3) link ---
Decision tree link ---
Regularized Greedy Forest (RGF) link link
XGBoost --- link
TabNet link link
Neural networks (using keras) link link
Gaussian process link link
Hyperparameter grid search link link

6. conformal prediction

7. time series and forecasting

Prediction intervals

8. ensemble methods

9. explainability

10. causality

11. statistics

12. didactic notebooks

13. generative AI

14. miscellaneous

Geospatial analysis

Finance related

fun with the meta kaggle dataset

The Meta Kaggle dataset consists of data regarding the kaggle site

Notebook: Some pretty t-SNE plots Notebook: StableDiffusion text-to-image with KerasCV

All the best!