/LUXDemo

In this notebook I explore LUX(https://github.com/lux-org/lux) Lux is a Python library that facilitate fast and easy data exploration by automating the visualization and data analysis process. By simply printing out a dataframe in a Jupyter notebook, Lux recommends a set of visualizations highlighting interesting trends and patterns in the dataset. Visualizations are displayed via an interactive widget that enables users to quickly browse through large collections of visualizations and make sense of their data. I explore LUX for data visualization on the kaggle house prices dataset(https://www.kaggle.com/c/house-prices-advanced-regression-techniques)

Primary LanguageJupyter Notebook

LUXDemo

In this notebook I explore LUX(https://github.com/lux-org/lux) Lux is a Python library that facilitate fast and easy data exploration by automating the visualization and data analysis process. By simply printing out a dataframe in a Jupyter notebook, Lux recommends a set of visualizations highlighting interesting trends and patterns in the dataset. Visualizations are displayed via an interactive widget that enables users to quickly browse through large collections of visualizations and make sense of their data. I explore LUX for data visualization on the kaggle house prices dataset(https://www.kaggle.com/c/house-prices-advanced-regression-techniques)

Pre-requisites:

Python 3.6 LUX (https://github.com/lux-org/lux) Jupyter (pip install jupyter)