/regression

an interactive app to learn about transformations for regression

Primary LanguageJupyter Notebook

Transform your Data!

Transform your Data!

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:

setup

install requirements

pip install -r requirements.txt

run streamlit

streamlit run app/Home.py