BPt.extensions.Identity.fit# Identity.fit(X, y=None)[source]# Fit accepts anything for X, and doesn’t do anything except save the original shape of X. Parameters Xnumpy.arraynumpy.array with any shape, for one subject. ynumpy.array, optionalThis parameter is skipped. default = None