Skip to content

Releases: phil3pi/feature-engineering-for-motor-imagery-classification

v1.0.5

17 Feb 19:03
393afe5
Compare
Choose a tag to compare
  • implemented final classifier (trained on full training set and tested on validation set - for every subject)
  • implemented shapley calculation
  • updated docs
    Full Changelog: v1.0.4...v1.0.5

v1.0.4

12 Jan 21:28
e54e46f
Compare
Choose a tag to compare
  • improved code automation
  • added error handling
  • implemented slope function
  • fixed statistic extractor bug
  • created Feature Extraction Report

Full Changelog: v1.0.3...v1.0.4

v1.0.3

14 Dec 11:28
d459771
Compare
Choose a tag to compare
  • removed roc-curve (to high performance loss)
  • implemented wavelet extraction function
  • implemented autoregressive extraction function
  • implemented lyapunov exponent extraction function
  • reduced number of function calls (results in higher execution speed)

Full Changelog: v1.0.2...v1.0.3

v1.0.2

26 Nov 16:49
93dfe4e
Compare
Choose a tag to compare

This release contains various new features:

  • parallelization of code
  • plotting kappa measure
  • improved statistic extractor
  • created dataset and frequencyBand class (improved code structure)
  • testing wavelet transformation
  • plotting roc curve

Full Changelog: v1.0.1...v1.0.2

v1.0.1

09 Nov 13:40
Compare
Choose a tag to compare

This release contains various new features:

  • statistical extractor
  • psd extractor (pwelch)
  • cohen's kappa measure
  • updated plots

Full Changelog: v1.0.0...v1.0.1

v1.0.0

29 Oct 11:01
Compare
Choose a tag to compare

This release contains the base version of the code. Some adaptions are already made:

  • some code cleanup
  • created docs folder