Skip to content

BSplineTerm and continuous terms #276

Answered by behinger
EmmanuelleKris asked this question in Q&A
Discussion options

You must be logged in to vote

Thanks for reporting, this helps us improve the usability of unfold.

Can you check typeof(evts.sac_amplitude)? I suspect you get an Any which Unfold/Statsmodels can only interpret as categorical.

evts.sac_amplitude = Float64.(evts.sac_amplitude) would convert it to numeric proper and fix that error, or using the second, more complex converter in the load-eeglab example (untested).

In any case, i will improve the error message to provide a more helpful error message in the future.

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@EmmanuelleKris
Comment options

@behinger
Comment options

@EmmanuelleKris
Comment options

@behinger
Comment options

Answer selected by behinger
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants