scikit-tda / kepler-mapper

Kepler Mapper: A flexible Python implementation of the Mapper algorithm.

Home Page:https://kepler-mapper.scikit-tda.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nr_cubes is unexpected argument in map()

yanuarkrisna opened this issue · comments

why my python cant read nr_cubes?
error1_tda

Newer versions of kepler mapper don't support nr_cubes. You can use the newer cover api instead or try pinning to an earlier version.

How to get the earlier code? :(

Our documentation states that nr_cubes was deprecated in version 1.1.6 (https://kepler-mapper.scikit-tda.org/reference/stubs/kmapper.KeplerMapper.html#kmapper.KeplerMapper.map). You can install that version with
pip install kmapper==1.1.6 and it should work okay for you.

Thank you for ur answer... i'll try it