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

Dimensionality reduction after feature extraction #19

Closed
MaximLippeveld opened this issue Jul 22, 2021 · 1 comment
Closed

Dimensionality reduction after feature extraction #19

MaximLippeveld opened this issue Jul 22, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@MaximLippeveld
Copy link
Contributor

Apply UMAP dimensionality reduction using the umap-learn library. Try running first with default parameters. Later we can tweak the most important parameters.

Distributed UMAP is not possible. First convert Dask dataframe to pandas using compute, and then apply UMAP.

@MaximLippeveld MaximLippeveld added the enhancement New feature or request label Jul 22, 2021
@MaximLippeveld MaximLippeveld added this to the Alpha version milestone Jul 22, 2021
@MaximLippeveld MaximLippeveld added this to To do in Alpha version via automation Jul 22, 2021
@MaximLippeveld MaximLippeveld moved this from To do to In progress in Alpha version Jul 23, 2021
@sanderthierens
Copy link
Contributor

Done, plot is in quality report

Alpha version automation moved this from In progress to Done Jul 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development

No branches or pull requests

2 participants