A work in progress by Dr Alex Kirkup.
Here you will find my code repositories, notebooks and blog posts as I develop as a full-stack data scientist.
- Data collection and data analysis
- Data visualization
- Supervised learning
- Unsupervised learning
- Deep learning
- NLT
- Python, Django, SQL, Databases
- Excel/VBA
Web scraping 2023 data science jobs on Indeed to extract the key skills required
(Medium) (GitHub Project) |
|
Seaborn doesn’t like dates: using date ordinals instead
(Medium) |
|
A geo-spatial Exploratory Data Analysis of the emergency 911 call dataset from Montgomery County, PA, using Pandas, NumPy, Seaborn, Folium and Scikit Learn (Kaggle Notebook) |
1. An interactive line graph showing differences in global temperature from the 1961-1990 average using Plotly Express (Notebook) | |
2. A Scatter Bubble Plot showing Life Expectancy against GDP per capita and visualizing population - improving on a Plotly example (Notebook) | |
3. An Interactive Sunbunrst Chart showing hierarchical data using Plotly Express - an example using geological data (Notebook) | |
4. A month in the life of my bank accout using a Plotly Waterfall chart (Notebook) | |
5. Compare stock prices interactively using Bokeh (Notebook) |
Predicting GCSE grades from prior assessments: Classification model spot-checking using Scikit-Learn (Jupyter Notebook | |
Regression analysis using Scikit-Learn and mlxtend: an experiment in improving upon a baseline (Medium posts #1 Baseline, #2 Feature selection ) |