How To Create A kNN-model In Python Using Scikit-learn and pandas
In this post I show you how you can apply a kNN regression model to a dataset of abalons to predict their age.
Sun Jan 22 2023
Intro to Seaborn
A quick introduction into seaborn, a wrapper for matplotlib
Mon Jan 23 2023
A Guide to Logistic Regression
I take you through how Logistic Regression works, some the math behind it and how we can implement it in python. To train the model we will look at gradient descent.
Sat Jan 28 2023