AlphaPy icon indicating copy to clipboard operation
AlphaPy copied to clipboard

Features Generation BugFixes

Open sykesdev opened this issue 5 years ago • 1 comments

Please see attached patch that fixes a bunch of bugs around feature generation in mflow.

It has the following...

  1. Fix for this issue... https://github.com/ScottfreeLLC/AlphaPy/issues/33
  2. train mode now correctly ignores the --pdate argument rather than falling over.
  3. Arrays of NaN in feature generation were being dropped rather than added as a column of sentinels.
  4. Multi feature generation was failing due to feature name count not matching feature count, improved the asserts around this and fixed the feature names.
  5. Disabled scipy signal-to-noise ratio as this seems to be long-since deprecated. (my understanding is that the scipy version currently in use would fail for this feature).

mflow_bugfixes.txt

sykesdev avatar May 29 '20 10:05 sykesdev

These issues are next to be fixed. Thank you.

mrconway avatar Aug 25 '20 23:08 mrconway