Schroeder-Lab / Data

For pre-processing raw data (two-photon, ephys, bonsai, ...) and loading/saving data.
0 stars 3 forks source link

improvements of linearAnalyticalSolution #23

Closed mariacozan closed 1 year ago

mariacozan commented 1 year ago

Regarding the function in general (linearAnalyticalSolution):

  1. Consider using a python inbuilt function instead
  2. Change format of function name to fit with other functions (i.e. linear_analytical_solution).
mariacozan commented 1 year ago

one potential in built function could be this from scikit-learn

liadJB commented 1 year ago

changed the naming scheme. still prefer to use that for efficiency. The sci-kit method uses a fitting engine, which would be an overkill in that case.