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

Merged
merged 10 commits into from
Jan 8, 2025

Conversation

LeoVoltolini
Copy link
Contributor

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.

@afraniomelo afraniomelo mentioned this pull request Jan 8, 2025
@afraniomelo afraniomelo merged commit 3ab2ab1 into petrobras:main Jan 8, 2025
1 check failed
@afraniomelo
Copy link
Collaborator

Hello, @LeoVoltolini.

Thanks for your valuable contribution!!

It was merged after a minor adjustment in the unit tests.

Best regards.

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.

2 participants