An open API service indexing awesome lists of open source software.

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.

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 |