Skip to content
  • Blog
  • YouTube
  • Skool Community
  • Services
    • Streamlit Developer for Hire
    • Hire n8n automation engineer
Data Consulting
Mentorships

Ryan Nolan

Ryan is a Data Scientist at a fintech company, where he focuses on fraud prevention in underwriting and risk. Before that, he worked as a Data Analyst at a tax software company. He holds a degree in Electrical Engineering from UCF.

  • Home
  • Ryan Nolan
  • Page 9
Statistics

scipy chi square test of independence

June 5, 2025 Ryan Nolan No comments yet

https://youtu.be/Jb9sxlnhZMo#The Chi-Squared test determines whether there’s a significant association between categorical variables.#It compares the observed frequencies (counts) to the expected frequencies, calculated under the null hypothesis that the variables are independent or that the observed distribution fits a given distribution. #Chi-Squared Test for Independence#This test checks if there’s an association between two categorical variables by […]

Statistics

Python One-Sample T-Test

June 5, 2025 Ryan Nolan No comments yet

One-Sample T-Test Used to compare the mean of a single sample to a known value (usually a population mean). Example 1 Manual Calculation Step 5: Degrees of freedom and p-value Example 2 – Shoes Two Tail Example 3 – Rookie Batting Average One Tail rookie batting average is the same as the population mean (0.250)Rookie […]

Linear Algebra

Python Multiply Matrices

June 4, 2025 Ryan Nolan No comments yet
Linear Algebra

Inverse Matrix

June 4, 2025 Ryan Nolan No comments yet

2×2 example 3×3 example properties A^-1 * A = A * A^-1 = I (AB)^−1=B^−1A^−1 (A^T)^−1=(A^−1)^T (kA)^−1=(1/k)(​A^−1) (A^−1)^−1=A

Linear Algebra

Python Identity Matrix

June 4, 2025 Ryan Nolan No comments yet

Example 1 Create a 3×3 identity matrix also can use np.eye Example 2 Matrix Multiplication Example 3 Determinant of the Identity Matrix Example 4 Identity Matrix is Its Own Inverse Example 5 Eigenvalues of the Identity Matrix

Linear Algebra

Python Determinant of a Matrix

June 4, 2025 Ryan Nolan No comments yet

2×2 Example 3×3 Example singular matrix identity matrix The determinant of a product of matrices satisfies det(AB)=det(A)⋅det(B) Swapping two rows (or columns) of a matrix multiplies the determinant by − 1 Eigenvalues of A and their product Scale A by a scalar k and compute determinant the shape attribute of a numpy array provides the […]

scikit-learn

Ridge Regressor

June 4, 2025 Ryan Nolan No comments yet

https://youtu.be/GMF4Td7KtB0#Ridge Regression which is considered #L2 Regularization #helps with overfitting in linear regression models #keeping the coefficients small # lead to a model that is less prone to overfitting #balance between fitting the data and keeping the coefficients small #more robust and stable models, particularly when dealing with datasets that have highly correlated predictor variables […]

Python Pandas

Pandas datetime

June 3, 2025 Ryan Nolan 1 comment

In this Python Pandas lesson, we will take a look how Datetime works. If you would rather watch a YouTube video then read the article, the video the article is based around is linked below. https://youtu.be/1tmN3gbimvI?si=_fvXRgfzoFlm7deM Importing Required Libraries we start by importing three libraries: pandas as pd: for data manipulation and analysis numpy as […]

scikit-learn

Stacking Regressor

June 3, 2025 Ryan Nolan No comments yet

SEE ALL NULL VLAUES voting classifier hyperparamater tuning

Web Scraping

BeautifulSoup4 extract table

May 27, 2025 Ryan Nolan No comments yet

import requests import pandas as pd from bs4 import BeautifulSoup Basic Example HTML Code -> Runners html = “”” Personal Running Bests Personal Running Bests Distance Time 5k 18:30 10k 37:50 Half Marathon 1:25:11 Marathon 3:17:00 50 Miler 9:14:30 100 Miler 32:11:11 “”” Extract headers headers = [th.get_text(strip=True) for th in table.find_all(“th”)] headers Step 5: […]

Posts pagination

Previous 1 … 8 9 10 … 15 Next

Search

Categories

  • LangChain (3)
  • LeetCode (8)
  • Linear Algebra (7)
  • N8N (37)
  • Python (31)
  • Python Pandas (36)
  • Sbert (1)
  • scikit-learn (29)
  • Statistics (24)
  • Streamlit (43)
  • Time Series (6)
  • Uncategorized (4)
  • Web Scraping (5)

Recent posts

  • n8n RAG Embeddings with OpenAI
  • n8n RAG Text Splitters
  • n8n Binary Data

Helping Data Professions further there careers

Important Links
  • Blog
  • Sponsorships
  • Mentorships
  • Data Freelancing
LinkedIn
  • Ryan Nolan
  • Matt Payne
Get in touch
  • ryannolandata@gmail.com

© Ryan & Matt Data Science

  • Terms & Conditions
  • Privacy Policy