Skip to content

Commit

Permalink
🧹 soften pandas lock
Browse files Browse the repository at this point in the history
  • Loading branch information
jvdd committed Feb 8, 2024
1 parent a6096a8 commit a43d922
Show file tree
Hide file tree
Showing 4 changed files with 602 additions and 708 deletions.
5 changes: 5 additions & 0 deletions examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

This folder contains several examples, indicating (1.) the cross-domain applicability of tsflex and (2.) how tsflex integrates seamless with other data science packages.

To install the additional packages required for the examples, run:
```bash
pip install -r requirements.txt
```

## 0. general examples

**Paper example**: [tsflex_paper.ipynb](https://github.com/predict-idlab/tsflex/blob/main/examples/tsflex_paper.ipynb)
Expand Down
1 change: 1 addition & 0 deletions examples/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
scikit-learn
Loading

0 comments on commit a43d922

Please sign in to comment.