Submission for Machine Learning 1 class' task 2.
This repository contains the submission for Machine Learning 1 — Task 2. It includes the scraping code, the downloaded article text, and a short report explaining the approach.
- task1answer.py — scraping script
- task2.ipynb — Notebook demonstrating scraping and saving output
-
Install dependencies:
- Python 3.8+ and pip
- pip install -r requirements.txt
-
Run the scraping script:
- python task1answer.py
-
Open the notebook:
- jupyter notebook task2.ipynb
Owner: tpj67
This repository is public and intended for submission and sharing with course staff.