Skip to content

benthecoder/regression

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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