symreg icon indicating copy to clipboard operation
symreg copied to clipboard

Support Scikit Learn Pipeline

Open danuker opened this issue 1 year ago • 0 comments

Since SymReg works best with normalized data, it would be ideal to allow it to be used in a sklearn pipeline, with a StandardScaler(with_mean=False) preprocessor.

Make sure this is possible, and add an example to the README.


Alternatively (if Pipeline support needs sklearn dependency): have an argument to just normalize the data inside. Divide by the median of the data for the regression, then multiply back when returning the resulting functions.

danuker avatar Apr 24 '23 12:04 danuker