autofeat icon indicating copy to clipboard operation
autofeat copied to clipboard

Cython implementation

Open fkhan00 opened this issue 6 years ago • 2 comments

I was thinking of using cython to run autofeat in C and changing some of the variables to static. Do you think this would make autofeat significantly faster?

fkhan00 avatar Aug 24 '19 13:08 fkhan00

Hey @fkhan00 : the main bottleneck is the feature generation using the sympy library (which computes the different feature formulas to make sure there are no redundant features being generated etc.). Since it's probably not possible to improve a lot there with cython, I'm not sure if you'll really get a huge performance boost. But if you try it and it helps, I'd be happy about a pull request! :) good luck!

cod3licious avatar Aug 25 '19 09:08 cod3licious

better without cython pls, since it is usually problem to install code based on cython thanks

Sandy4321 avatar Feb 24 '20 19:02 Sandy4321