4713c6ed1a01379fd50815d3d102f416e6e97ea9
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 thepyoptimlibrary.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
- Navigate to the
src/directory. - Open and run
main.ipynbto generate figures. - The generated figures will be saved in the
figures/directory.
Description
Languages
TeX
50.2%
Jupyter Notebook
28.2%
Python
21.6%