Skip to content

Python package for plug and play dimensionality reduction techniques and data visualization in 2D or 3D.

License

Notifications You must be signed in to change notification settings

matteo-serafino/dimensionality-reduction-package

Repository files navigation

Dimensionality Reduction Library

Python package for plug and play dimensionality reduction techniques and data distribution and visualization in a reduced space. Using this package, you can reduce and plot according a target variable your data set with a 3D o 2D chart and a matrix plot.

The available techniques are:

At the moment the packege is not available using pip install <PACKAGE-NAME>. For the installation from the source code click here.

t-distributed Stochastic Neighbor Embedding (t-SNE)

Description

t-SNE description goes here.

Use Cases

t-SNE use cases goes here.

Examples

Put some examples.

Linear Discriminant Analysis (LDA)

Description

LDA description goes here.

Use Cases

LDA use cases goes here.

Examples

Put some examples.

Uniform Manifold Approximation and Projection (UMAP)

Description

UMAP description goes here.

Use Cases

UMAP use cases goes here.

Examples

Put some examples.

Principal Component Analysis (PCA)

Description

PCA description goes here.

Use Cases

PCA use cases goes here.

Examples

Put some examples.

Factor Analysis (FA)

Description

Factor Analysis description goes here.

Use Cases

Factor Analysis use cases goes here.

Examples

Put some examples.

Truncated Singular Value Decomposition (SVD)

Description

Truncated SVD description goes here.

Use Cases

Truncated SVD use cases goes here.

Examples

Put some examples.

Kernel Principal Component Analysis (PCA)

Description

Kernel PCA description goes here.

Use Cases

Kernel PCA use cases goes here.

Examples

Put some examples.

Multidimensional Scaling

Description

Multidimensional Scaling description goes here.

Use Cases

Multidimensional Scaling use cases goes here.

Examples

Put some examples.

Isometric Mapping (Isomap)

Description

Isomap description goes here.

Use Cases

Isomap use cases goes here.

Examples

Put some examples.

Installation

For the installation from the source code type this command into your terminal window:

pip install git+<repository-link>

or

python -m pip install git+<repository-link>

or

python3 -m pip install git+<repository-link>