In the csv folder of the dataset I have events also. Have created a channel for the events also. But getting error.
ValueError: No stim channels found. Consider specifying them manually using the ‘stim_channel’ parameter.
events = mne.find_events(raw)
How to process the events col. of the csv file and process the eeg signals and predict which event based on the 14 channels?
Sorry but now the event column in the data frame also gets multiplied with 1e-6. That why I asked the Event’s based classification question (Event's based Classification) with this also.
Could you help me with this @richard .