Skip to content
New issue

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

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

Already on GitHub? # to your account

Losing data #248

Open
kbotello129 opened this issue Jul 17, 2023 · 0 comments
Open

Losing data #248

kbotello129 opened this issue Jul 17, 2023 · 0 comments

Comments

@kbotello129
Copy link

Hi, I have an inquiry about the Keppler Mapper code. I am using

kmapper.KeplerMapper.map(
projected_data,
original_data,
cover=km.Cover(n_cubes=20, perc_overlap=0.15),
clusterer=sklearn.cluster.DBSCAN(eps=0.129),
)

to obtain my mapper. However, when I look the html file and check in the mapper summary the unique samples amount, I see a less amount of data than the original one. For example, My original data contains 1168 elements but the unique samples in the mapper summary are 859. I thought this was due to the outliers in the clusterer, but the amount of outliers is less than the amount of lost data. I really appreciate any help.

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

No branches or pull requests

1 participant