Skip to main content

No project description provided

Project description

GhostUMAP

Installation

git clone https://github.com/jjmmwon/ghostumap.git
cd ghostumap
hatch shell

How to use GhostUMAP

from ghostumap import GhostUMAP
from sklearn.datasets import load_digits

digits = load_digits()

results = GhostUMAP().fit_transform(digits.data, n_embeddings=1, n_ghosts=4)

There are two parameters that are different from umap for the fit_transform method in the GhostUMAP class as follows:

  • n_embeddings: This determins the number of embeddings.
  • n_ghosts: This determins the number of ghosts.

Project details


Download files

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

Source Distribution

ghostumap-0.0.1.tar.gz (17.4 kB view hashes)

Uploaded Source

Built Distribution

ghostumap-0.0.1-py3-none-any.whl (18.6 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