11 - End-to-End Machine Learning Project - Phishing Detection - How to Scrape the Website Content

Опубликовано: 06 Июнь 2026
на канале: Emre KOCYIGIT
2,424
45

In this video, I displayed a way of web scraping with Python. We will need website content to create a dataset for our ML models to build a Phishing Detection models. This is the starting point for us. Also, I showed a couple of examples from BeautifulSoup module like parsing html and getting only text from the html file.

In future engineering parts, we will need a mini dataset to test our feature extraction functions. I explained how to create a mini html dataset in this and the following video.

#machinelearning
#machinelearningproject
#phishing
#webscraping
#python

Timecodes:
0:00 Intro
0:51 Create a python file and scrape the content of a website
5:38 BeautifulSoup module and examples
8:39 Closing