Replies: 3 comments 3 replies
-
My workaround is using this line of code |
Beta Was this translation helpful? Give feedback.
-
Thanks @gbradham ! |
Beta Was this translation helpful? Give feedback.
-
Hi all! thanks for this discussion! We will release a new |
Beta Was this translation helpful? Give feedback.
-
I got the following error when running the hippocampus demo and the step-by-step tutorial in google colab.
cebra_posdir3 = cebra_posdir3_model.transform(hippocampus_pos.neural)
error
AttributeError Traceback (most recent call last)
in <cell line: 2>()
1 cebra_posdir3_model.fit(hippocampus_pos.neural, hippocampus_pos.continuous_index.numpy())
----> 2 cebra_posdir3 = cebra_posdir3_model.transform(hippocampus_pos.neural)
4 frames
/usr/local/lib/python3.10/dist-packages/sklearn/base.py in sklearn_tags(self)
857
858 def sklearn_tags(self):
--> 859 tags = super().sklearn_tags()
860 tags.transformer_tags = TransformerTags()
861 return tags
AttributeError: 'super' object has no attribute 'sklearn_tags'
Is there a solution for this?
Beta Was this translation helpful? Give feedback.
All reactions