You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tests the prediction against the spikefinder metrics (import spikefinder; spikefinder.score(y,y_pred) or something like that should work. see https://github.com/codeneuro/spikefinder-python)
compactly repeats 1 & 2 on all spikefinder datasets, generating a colorized table of results as in http://spikefinder.codeneuro.org
If the results are any good, consider submitting them to spikefinder, if it is still accepting new submissions :D
The text was updated successfully, but these errors were encountered:
add a script to
examples/
that does the following:import spikefinder; spikefinder.score(y,y_pred)
or something like that should work. see https://github.com/codeneuro/spikefinder-python)If the results are any good, consider submitting them to spikefinder, if it is still accepting new submissions :D
The text was updated successfully, but these errors were encountered: