Personal library of codes developed for data analysis.
You can install direct from this directory with pip
pip install git+https://github.com/phydev/phy_utils.git@main
Callable | Description |
---|---|
repeated_measurement_plot() |
Wrapper for ploting repeated measurements with seaborn.object API |
sample_and_suffle() |
Shuffle each column of a dataframe and sample observations |
train_test_split_tensors() |
Split tensors between training and testing data |