Skip to content

Commit 7b83fa8

Browse files
committed
Initial commit: luis_utils package with core functionality
1 parent 5a9e322 commit 7b83fa8

58 files changed

Lines changed: 449 additions & 8439 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,4 +79,4 @@ jobs:
7979
uses: codecov/codecov-action@v5
8080
with:
8181
token: ${{ secrets.CODECOV_TOKEN }}
82-
slug: luis-marques/luis-utils
82+
slug: luis-marques/luis_utils

README.md

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
1-
# Luis Utils
2-
![workflow](https://github.com/luis-marques/luis-utils/actions/workflows/ci.yml/badge.svg)
3-
[![codecov](https://codecov.io/gh/luis-marques/luis-utils/branch/main/graph/badge.svg)](https://codecov.io/gh/luis-marques/luis-utils)
1+
# Luis' Utils
2+
![workflow](https://github.com/luis-marques/luis_utils/actions/workflows/ci.yml/badge.svg)
43
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)
54

6-
Some basic shared utils.
5+
Some utils shared across various research projects during my PhD.<br>
6+
See [https://marquesluis.com](https://marquesluis.com) for news and to get in touch.
7+
8+
## Installation
9+
10+
```
11+
$ python -m venv venv
12+
$ source venv/bin/activate
13+
$ pip install -e ".[dev]"
14+
```
15+
16+
## Acknowledgements
17+
18+
This repo follows Tom Silver's [python-starter](https://github.com/tomsilver/python-starter) template.

codecov.yml

Lines changed: 0 additions & 4 deletions
This file was deleted.

examples/conformal_prediction/datagen_utils.py

Lines changed: 0 additions & 49 deletions
This file was deleted.

examples/conformal_prediction/plots.ipynb

Lines changed: 0 additions & 219 deletions
This file was deleted.

examples/control_pid.py

Lines changed: 0 additions & 70 deletions
This file was deleted.

0 commit comments

Comments
 (0)