FEAST icon indicating copy to clipboard operation
FEAST copied to clipboard

Is there any Python library available for feast toolbox?

Open wasim-hossain opened this issue 4 years ago • 6 comments

wasim-hossain avatar Mar 10 '21 02:03 wasim-hossain

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.

Craigacp avatar Mar 10 '21 02:03 Craigacp

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

wasim-hossain avatar Mar 12 '21 13:03 wasim-hossain

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.

Craigacp avatar Mar 12 '21 14:03 Craigacp

image

wasim-hossain avatar Mar 12 '21 14:03 wasim-hossain

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.

Craigacp avatar Mar 12 '21 15:03 Craigacp

@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.

barbacbd avatar Jun 16 '22 01:06 barbacbd