Closed yuvalwas closed 7 months ago
Hi @yuvalwas ,
I believe this notebook should help: https://github.com/Eden-Kramer-Lab/replay_trajectory_classification/blob/master/notebooks/work_in_progress/Test_Inbound_Outbound.ipynb
Basically the same model but using the ObservationModel
to define the groups and the encoding_group_labels
to replace encoding_group_to_state
Hello, I am somewhat lost trying to translate between the two interfaces. My data is from a linear track and I want to have the classifier represent the two directions separately to account for remapping between directions. If I understand correctly, in 0.x I would do something like this:
My translation attempt to 1.x is:
Problems:
encoding_group_to_state
is no longer a keyword ofClusterlessClassifier.fit
and I don't know what do to with it.Thank you