Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cluster Branch - Implementation of manifold models to reduce dimensionality on data for visualization #67

Open
wants to merge 9 commits into
base: main
Choose a base branch
from

Conversation

LeoVoltolini
Copy link

This branch was developed to implement manifold models with a focus on visualizing potential clusters by reducing the dimensionality of data from the original feature space to a 2D or 3D space. This implementation follows the original BibMon structure, creating manifold models using sklearn.manifold package, in the same manner as sklearn.regressor previously implemented in BibMon library. The manifold models apply distinct functions for fitting and visualizing the data and take advantage of all inherited features implemented in the Generic Model structure.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant