Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 882 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 882 Bytes

φ - 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() 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