2025-10-04 11:07:37 +02:00
2025-09-24 17:51:09 +02:00
2025-10-04 11:06:05 +02:00
2025-09-24 17:51:09 +02:00
2025-09-03 10:22:00 +02:00
2025-09-03 10:08:59 +02:00
2025-09-08 13:28:06 +02:00
2025-10-04 11:07:37 +02:00
2025-09-08 13:28:06 +02:00

Project 1: Regression and Resampling

This project was authored by Lars Bogner.

Project Structure

  • src/: Contains the main code for the project. The majority of the implementation is contained in the pyoptim library.
    • main.ipynb: Jupyter Notebook used for figure generation.
  • report/: Contains the LaTeX source files for the project report.

Installation

To install all dependencies, use the following command:

uv install

This uses the uv tool to manage the environment and dependencies. Refer to the uv documentation for more details.

If you opt not to use uv, you can manually install the required packages using pip:

pip install -r requirements.txt

Usage

  1. Navigate to the src/ directory.
  2. Open and run main.ipynb to generate figures.
  3. The generated figures will be saved in the figures/ directory.
S
Description
No description provided
Readme 8.9 MiB
Languages
TeX 50.2%
Jupyter Notebook 28.2%
Python 21.6%