TSFS
TSFS copied to clipboard
Code for Graph Autoencoder Feature Selection
Hey I'm just curious. What code did you use to perform the graph autoencoder feature selection? I searched GAFS in the repo and only saw the matrix loading. Thanks!
Hi, I used the matlab implementation and in python I just load the result.
On 21 Jun 2019 03:16, "Joshua Levy" [email protected] wrote:
Hey I'm just curious. What code did you use to perform the graph autoencoder feature selection? I searched GAFS in the repo and only saw the matrix loading. Thanks!
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/alimirzaei/TSFS/issues/3?email_source=notifications&email_token=ACV34LP55TZXTSKG6JQMSBTP3QCFBA5CNFSM4H2BSJYKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4G22SF6A, or mute the thread https://github.com/notifications/unsubscribe-auth/ACV34LNHZI7IBV6LZC6FDKLP3QCFBANCNFSM4H2BSJYA .
Oh awesome. Thanks.
Where can you find the MATLAB implementation? I wanted to implement in pytorch but not sure if it is worth it...
I'm also wondering where I can find the GAFS code?