Giter VIP home page Giter VIP logo

extaedio's Introduction

Ex Taedio

Remember, a few hours of trial and error can save you several minutes of looking at the README.

— I Am Devloper (@iamdevloper) November 7, 2018

Ex Taedio is a dashboard built using Streamlit and Plotly. Its goal is to help the user create plots and visualizations.

Getting Started

Ex Taedio is available as an heroku app here but you can also build it yourself following these instructions.

Prerequisites

  • Python, at least version 3.6, installed on your computer.
  • A navigator.
  • Some features, i.e. exporting plot as html, don't work on windows.

Installing

  • Clone the repository at this address: https://github.com/tr31zh/ask_me_polotly
  • Move into the created folder
  • Create new environment: python -m venv env
  • Activate environment: source ./env/bin/activate
  • Clone environment: pip install -r requirements.txt
  • Run Ex Taedio: streamlit run sl_plot_me.py

Using

  • Show help related to plot options will show help extracted from plotly under each plot configuration widget according to the level selected.
  • Enable Show information panels (blue panels with hints and tips). if in need of help.
  • Advanced functionality is hidden behind the Advanced mode checkbox.
  • When advanced mode is active, data wrangling, advanced plots and advanced plot settings can be enabled.

Basic plots

Scatter

In a scatter plot, each row of `data_frame` is represented by a symbol
mark in 2D space.

Bar

In a bar plot, each row of `data_frame` is represented as a rectangular
mark.

Histogram

In a histogram, rows of `data_frame` are grouped together into a
rectangular mark to visualize the 1D distribution of an aggregate
function `histfunc` (e.g. the count or sum) of the value `y` (or `x` if
`orientation` is `'h'`).

Violin plot

In a violin plot, rows of `data_frame` are grouped together into a
curved mark to visualize their distribution.

Box plot - if you must

In a box plot, rows of `data_frame` are grouped together into a
box-and-whisker mark to visualize their distribution.

Each box spans from quartile 1 (Q1) to quartile 3 (Q3). The second
quartile (Q2) is marked by a line inside the box. By default, the
whiskers correspond to the box' edges +/- 1.5 times the interquartile
range (IQR: Q3-Q1), see "points" for other options.

PCA (2D)

**Principal component analysis (2 dimensions)**
Given a collection of points in two, three, or higher dimensional space,
a "best fitting" line can be defined as one that minimizes the average squared distance
from a point to the line. The next best-fitting line can be similarly chosen from
directions perpendicular to the first. Repeating this process yields an orthogonal
basis in which different individual dimensions of the data are uncorrelated.
These basis vectors are called principal components, and several related procedures
principal component analysis (PCA).

Advanced plots

Scatter 3D

In a 3D scatter plot, each row of `data_frame` is represented by a
symbol mark in 3D space.

Line

In a 2D line plot, each row of `data_frame` is represented as vertex of
a polyline mark in 2D space.

Density heat map

In a density heatmap, rows of `data_frame` are grouped together into
colored rectangular tiles to visualize the 2D distribution of an
aggregate function `histfunc` (e.g. the count or sum) of the value `z`.

Density contour

In a density contour plot, rows of `data_frame` are grouped together
into contour marks to visualize the 2D distribution of an aggregate
function `histfunc` (e.g. the count or sum) of the value `z`.

Parallel categories

In a parallel categories (or parallel sets) plot, each row of
`data_frame` is grouped with other rows that share the same values of
`dimensions` and then plotted as a polyline mark through a set of
parallel axes, one for each of the `dimensions`.

Parallel coordinates

In a parallel coordinates plot, each row of `data_frame` is represented
by a polyline mark which traverses a set of parallel axes, one for each
of the `dimensions`.

Scatter matrix

Plot a scatter mattrix for all selected columns

PCA (3D)

**Principal component analysis (3 dimensions)**
Given a collection of points in two, three, or higher dimensional space,
a "best fitting" line can be defined as one that minimizes the average squared distance
from a point to the line. The next best-fitting line can be similarly chosen from
directions perpendicular to the first. Repeating this process yields an orthogonal
basis in which different individual dimensions of the data are uncorrelated.
These basis vectors are called principal components, and several related procedures
principal component analysis (PCA).

Linear Discriminant Analysis

A generalization of Fisher's linear discriminant, a method used in statistics,
pattern recognition, and machine learning to find a linear combination of features
that characterizes or separates two or more classes of objects or events. The resulting
combination may be used as a linear classifier, or, more commonly, for dimensionality
reduction before later classification.

Neighborhood Component Analysis

A supervised learning method for classifying multivariate data into distinct classes
according to a given distance metric over the data. Functionally, it serves the same
purposes as the K-nearest neighbors algorithm, and makes direct use of a related concept
termed stochastic nearest neighbors.

Correlation matrix

Plot correlation matrix

Deployment

Ex Taedio has been deployed to Heroku. At the moment of writing this readme the deployment can be done with the wizard in heroku's dashboard.

Built With

To do

  • Fix trend lines
  • Add seaborn version
  • Add save restore plot co,figuration

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Authors

License

This project is licensed under the MIT License - see the LICENSE file for details.

extaedio's People

Contributors

tr31zh avatar dependabot[bot] avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.