Metadata-Version: 2.2
Name: kego
Version: 0.1.0
Summary: Add your description here
Requires-Python: >=3.12
Description-Content-Type: text/markdown
Requires-Dist: ipykernel>=6.29.0
Requires-Dist: kaggle>=1.6.6
Requires-Dist: lifelines>=0.30.0
Requires-Dist: matplotlib>=3.8.2
Requires-Dist: numpy>=1.26.4
Requires-Dist: pandas>=2.2.0
Requires-Dist: python-dotenv>=1.0.1
Requires-Dist: tqdm>=4.66.4

## kego

## Setup
To make VScode see poetry kernels use:
```bash
poetry config virtualenvs.in-project true
```
Make sure notebook use newest version of code by adding
```python
%load_ext autoreload
%autoreload 2
```
## Competition specific
### Ariel
- `.env`
```bash
FOLDER_COMPETITION=${PATH_EFOLDER}/ariel-data-challenge-2024/
```
