Tag: Logistic Regression Project
-
Will it Rain Tomorrow?

Code and data used can be found here: Repository In this episode we will be expanding on Logistic Regression in Python, implementing much more data pre-processing steps on a larger data set that contains both numerical and categorical data (words). Objective Construct a logistic regression model to predict if it will rain tomorrow in a…