Is there any Python library available for feast toolbox?
There's a Python wrapper for CMIM in the devel branch, but I've not had chance in the past few years to expand it across all the algorithms in FEAST. It wouldn't be hard to do if you want to do the work, otherwise it'll have to wait until I get enough free time.
Thank you for your quick response.
I have followed the below instructions mentioned @Git, to install the package in my machine..
- run python setup.py in the python folder.
But I am getting the below error. [image: image.png]
Could you please assist.
On Wed, Mar 10, 2021 at 7:52 AM Adam Pocock @.***> wrote:
There's a Python wrapper for CMIM in the devel branch, but I've not had chance in the past few years to expand it across all the algorithms in FEAST. It wouldn't be hard to do if you want to do the work, otherwise it'll have to wait until I get enough free time.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Craigacp/FEAST/issues/15#issuecomment-794753134, or unsubscribe https://github.com/notifications/unsubscribe-auth/AL46WTHUDGEQOX6SAFL6D43TC3CULANCNFSM4Y453WBA .
-- Thanks and regards, Wasim Hossain M: +91 8972785290
Images don't attach to issues when you reply via email, so you'll need to attach it in the web GUI. Or paste it in as a code block.

Ooops, that should be python setup.py install or pip install .. I've not packaged this library very well, so it'll also expect to write to /usr/local/lib and have that on your library path to load in the native library. I'll fix these things at some point when the python api makes it into a release.
@wasim-hossain If you are still looking for that pyfeast, look into the PR that I just submitted as it has the complete workings. I will admit that the discretized versions are not verified.