PCAone icon indicating copy to clipboard operation
PCAone copied to clipboard

python bindings

Open almostintuitive opened this issue 1 year ago • 2 comments

Hi!:) We'd love to try out PCAone, do you plan to create python bindings? Thank you!

almostintuitive avatar Jul 02 '23 16:07 almostintuitive

Hi,

Thanks for trying out PCAone. May I ask what's your data format and what algorithm you want to have python bindings for. Although I don't have a plan for this yet, I am interested in incorporating PCAone into python ecosystem in the future.

Zilong-Li avatar Jul 02 '23 18:07 Zilong-Li

the most practical for us (and most probably, ally python users) is an SKLearn-like class interface, with a .fit() and .transform() method. we're using pandas with a pyarrow backend, but numpy, pyarrow directly or other formats are also easy to convert to/from.

almostintuitive avatar Jul 12 '23 12:07 almostintuitive