NeuralAnalysis / PyalData

Repository for the Python implementation of the TrialData analysis library.
GNU General Public License v3.0
7 stars 9 forks source link

Add functions for using regression models #77

Closed bagibence closed 3 years ago

bagibence commented 3 years ago

Introduce 3 functions for using regression models on the TrialData format: fit_regressor_model, apply_regressor_model, regress. Ideally it works with any model that defines a .fit and a .predict method.

bagibence commented 3 years ago

As this just adds code and won't break anything for anyone, I'm just going to go ahead and merge it.