This is an app that shows the effects of different transformations on your data.
We have implemented the following transformations:
- Logarithmic
- Polynomial
- Power Law
- Exponential
Article link: <>
Team members:
install requirements
pip install -r requirements.txt
run streamlit
streamlit run app/Home.py