motiwari / BanditPAM

BanditPAM C++ implementation and Python package
MIT License
647 stars 38 forks source link

Remove headers pybind11 submodule #108

Closed mailology closed 3 years ago

mailology commented 3 years ago

Pybind11 submodule inside headers folder is not needed since carma already has pybind11 as a submodule. I have removed the pybind11 in headers. The resulting code is tested on MNIST-1k dataset on both C++ and Python implementations. Both of them give expected results.