• Blog
  • YouTube
  • Discord
Data Freelancing
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 3
Python

Python Classes

June 7, 2025 Ryan Nolan No comments yet

https://youtu.be/XXJdZD0SCTI#Python supports the object-oriented programming paradigm through classes#class is like the blueprint for a house#create several houses and even a complete neighborhood. Each concrete house is an object or instance that’s derived from the blueprint #Each instance can have its own properties, such as color, owner, and interior design#properties carry what’s commonly known as the […]

Python

Python F String

June 7, 2025 Ryan Nolan No comments yet

https://youtu.be/8GIqXqHDNfY#f string#not a string generated by user#double quotes the best#12 examples#Ex 1: Printing a string #ex 2: multiple strings #Ex 3: functions or methods in the f string #Ex 4: (SORT OF ADVANCED CAN SKIP) #Ex: 5 Inline Expressions #ex: 9 datetime #ex 12 loops

Time Series

time series stationary python

June 6, 2025 Ryan Nolan No comments yet

#https://www.kaggle.com/datasets/camnugent/sandp500

Time Series

time series seasonality python

June 6, 2025 Ryan Nolan No comments yet

Lets look at a specific year nowdf[“Date”] = pd.to_datetime(df[“Date”]) Summary Statistics by a Period (week, month, quarter etc)

scikit-learn

machine learning imbalanced classes

June 6, 2025 Ryan Nolan No comments yet

#Read over#data professor#emma Ding#mahesh huddar#ritvik mathPart 1 Load a Dataset Part 2 SIMPLE EDA Part 3 Set Up the Data Part 4 BASELINE MODEL – NO FIXING THE IMBALANCE part 5Oversampling ExampleOversampling Example 1 RandomOverSampler To start we’re going to create a simple dataframe in python led to overfitting part 6Oversampling Method Example 2 SMOTE […]

Statistics

simpsons paradox in Python

June 6, 2025 Ryan Nolan No comments yet

2nd example Running 1st plot just the mile time/miles per week

Statistics

two sample z test scipy

June 6, 2025 Ryan Nolan No comments yet

#Example 1 More Manual – From Slides Quicker way to test it – Not Entirely preciseThe ztest function in statsmodels.stats.weightstatsdoes not explicitly allow for directlypassing the population standard deviation. Instead, it estimates the standard error based on thesample standard deviations unless the sample variance is explicitly pooled example 2 marathon times of two running clubs […]

Statistics

paired sign test in Python

June 6, 2025 Ryan Nolan No comments yet

Example 1 Example 2 #one tail #zero value #shapiro #ordinal data Example statsmodel

scikit-learn

Column Transformer

June 6, 2025 Ryan Nolan No comments yet

#drop #Example Passthrough some columns, drop offthers

scikit-learn

extra trees classifier

June 6, 2025 Ryan Nolan No comments yet

Aggregates the results from group of decision trees (Like a random forest) Difference 1. ETC randomly selects the value to split features unlike a DTC which looks for the best2. Makes ETC More random + Faster Algorithm which can help with noisy data

Posts pagination

Previous 1 2 3 4 … 11 Next

Search

Categories

  • LangChain 2
  • LeetCode 8
  • Linear Algebra 7
  • Python 16
  • Python Pandas 30
  • scikit-learn 18
  • Statistics 20
  • Time Series 6
  • Uncategorized 2
  • Web Scraping 4

Recent posts

  • Python tuples
  • Python While Loops
  • eigenanalysis Python

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