Titanic Logistic RegressionThis post will discuss the building of a logistic regression model on the Titanic dataset provided by Kaggle. […] March 18, 2024 in Data Analytics tagged table / pivot / regression / impute / logistic / Titanic by Mike
Logistic Regression in PythonThis Python project example was done using Jupyter Notebook in Anaconda Navigator with made-up fake made-up data on […] March 10, 2024 in Python tagged scikit-learn / regplot / clf / algorithm / predict / python / regression / logistic / Logistic Regression by Mike
Binomial Logistic RegressionBinomial means two. Let’s review. Logistic regression is a technique that models a categorical dependent variable Y based […] March 10, 2024 in Python tagged regression / logistic / binomial / python / Logistic Regression by Mike
Multiple Linear Regression for PenguinsIn this post I will use Python to perform a multiple linear regression (MLR) analysis. The data will […] October 11, 2023 in Statistics tagged multiple / linear / regression / ols / penguins / Multiple Linear Regression by Mike
Simple Linear RegressionWhat is regression? A very common statistics question is whether or not one variable is associated with another […] October 11, 2023 in Statistics tagged regression / simple / linear / Linear Regression by Mike
Multiple Linear Regression IntroductionMultiple linear regression allows us to have many independent variables that are associated with one continuous dependent variable […] October 10, 2023 in Statistics tagged multiple / linear / regression / Multiple Linear Regression by Mike
Logistic Regression IntroductionWhat is logistic regression? It is part of the general statistics area of regression. Some other types of […] October 10, 2023 in Statistics tagged logistic / churn / introduction / predict / regression / categorical / Logistic Regression by Mike
Simple Linear Regression AssumptionsModel assumptions as statements about the data that must be true in order to justify the use of […] October 3, 2023 in Statistics tagged simple / linear / regression / assumptions / Linear Regression by Mike
Statsmodels in Pythonstatsmodels is a Python library for fitting many kinds of statistical models, performing statistical tests, and data exploration […] September 1, 2023 in Python tagged library / regression / stats / ols by Mike
Simple Linear Regression in ExcelLinear regression analysis is used to predict the value of a variable based on the value of another […] February 8, 2023 in Statistics tagged linear / two / regression / excel / simple / relationship / variables / Linear Regression by Mike
Regression AnalysisRegression analysis or regression models are a group of statistical techniques that use existing data to estimate the […] December 17, 2022 in Statistics tagged linear / regression / causal / cause / Regression by Mike