https://github.com/phydev/phy_utils
Personal library of codes developed for data analysis.
https://github.com/phydev/phy_utils
Last synced: about 1 year ago
JSON representation
Personal library of codes developed for data analysis.
- Host: GitHub
- URL: https://github.com/phydev/phy_utils
- Owner: phydev
- License: mit
- Created: 2023-08-03T13:46:19.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-18T08:35:01.000Z (almost 3 years ago)
- Last Synced: 2025-01-22T10:11:29.912Z (over 1 year ago)
- Language: Python
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# φ - utils
Personal library of codes developed for data analysis.
# Installation
You can install direct from this directory with `pip`
```pip install git+https://github.com/phydev/phy_utils.git@main```
# Functions
| Callable | Description |
| ---| --- |
| [`repeated_measurement_plot()`](https://github.com/phydev/phy_utils/blob/9a246eb0a676fbf3fe026f3ffe07e148c8bcb204/phy_utils/phy_utils.py#L4) | Wrapper for ploting repeated measurements with seaborn.object API |
| [`sample_and_suffle()`](https://github.com/phydev/phy_utils/blob/50f52bf3119854cd062452e454951f40788dc5da/phy_utils/phy_utils.py#L43) | Shuffle each column of a dataframe and sample observations |
| [`train_test_split_tensors()`](https://github.com/phydev/phy_utils/blob/50f52bf3119854cd062452e454951f40788dc5da/phy_utils/phy_utils.py#L86C5-L86C29) | Split tensors between training and testing data |