• Blog
  • YouTube
  • Discord
Data Freelancing
Mentorships

Blog

  • Home
  • Blog
  • Page 8
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 No comments yet
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: […]

Python

Augmented Dickey–Fuller test

May 21, 2025 Ryan Nolan No comments yet

parts of the ADF test – tuple access by index

Python

KPSS-test

May 21, 2025 Ryan Nolan No comments yet

parts of the ADF test -tuple access by index

scikit-learn

Multicollinearity

May 21, 2025 Ryan Nolan No comments yet

dividing the total number of bases a player records by their total number of at-batsmaybe replace this with something else? CORRELATION MATRIX VIF Instead of using raw height, you might normalize or categorize height into bins, which could reduce the numerical interdependence.Calculate Condition Index (CI) How to address MulticollinearityDrop a Feature (At Bats) look at […]

Python Pandas

Pandas Sample

May 21, 2025 Ryan Nolan No comments yet

We are going to be looking at Pandas Sample(). The sample() method returns a specified number of random rows. it also returns one row if a number is not specified https://youtu.be/REhRhRUcluI Example 1 – if else state location To start with, we are going to be importing various libraries. pandas as pd random string  numpy […]

Time Series

Simple Exponential Smoothing

May 21, 2025 Ryan Nolan No comments yet
Python Pandas

Pandas MultiIndex

May 21, 2025 Ryan Nolan No comments yet

We are going to be lloking at Pandas Multiindex https://youtu.be/O6Lv9nyN0i4?si=YMIZleZU2B-5zjcy to start with, we would import pandas as pd import pandas as pd Example 1 In this example, we create a Python dictionary “data_races, that stores race information, including race names, the year they occured, and a difficulty rating for each event data_races = { […]

Posts pagination

Previous 1 … 7 8 9 … 14 Next

Search

Categories

  • LangChain 3
  • LeetCode 8
  • Linear Algebra 7
  • N8N 2
  • Python 26
  • Python Pandas 31
  • scikit-learn 26
  • Statistics 22
  • Time Series 6
  • Uncategorized 2
  • Web Scraping 4

Recent posts

  • python variance and standard deviation
  • FAISS LangChain
  • hyperparameter tuning with scikit learn

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