Skip to main content

DataTour: See your data in its native dimensions!

Project description

DataTour

Seeing is important. datatour - allows you to see your data in it's native dimension. Currently implemented as a plotly scatter plot projected from it's original dimension in the 2D on the screen with timeline animation inspired by GrandTour and common sense.


Installation

Available via pip:

pip install datatour

Usage

If you have array of feature vectors f: shape(shape)==(n_smpl, n_dim), you can create data tour object, and display it:

from datatour import DataTour as dt

ndv = dt(f)
ndv.display()

By default selects randomly n_subsample=500 samples for efficiency reason.

To visualize vector field vf of the same dimension (in the same feature space):

ndv = dt(f, vf)
ndv.display_quiver(color='z_scaled')

Also check examples:

dt().display()

cube

ndv = dt(example='sphere', n_subsample=0)
ndv.display(color='z_scaled')

sphere


Licence

Distributed under GNU GPLv3 licence

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

datatour-0.2-py3-none-any.whl (21.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page