I am following this link to try the regression package:
http://nbviewer.jupyter.org/url/research.janelia.org/zebrafish/notebooks/optomotor-response-PCA.ipynb
it seems that this like is not up to date but I am trying to fit it with the new version.
but with the fit step I could not understand what i should do.
because in the link, they are just passing the data with "y" as it is required in the new version.
data_filtered = data.detrend().normalize()
params = model.fit(data_filtered)
What I should do ?
I am following this link to try the regression package:
http://nbviewer.jupyter.org/url/research.janelia.org/zebrafish/notebooks/optomotor-response-PCA.ipynb
it seems that this like is not up to date but I am trying to fit it with the new version.
but with the fit step I could not understand what i should do.
because in the link, they are just passing the data with "y" as it is required in the new version.
What I should do ?