add a script to examples/ that does the following:
- loads data from one spikefinder dataset (see http://spikefinder.codeneuro.org) & fits it
- 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
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