Open ejhumphrey opened 6 years ago
hooray! compiler issues with scipy on travis ðŸ˜
potentially related
@bmcfee any experience with this one? I can muck with it later, but I'd rather not troubleshoot things with known answers...
@ejhumphrey yeah, I fixed this over in #7 last week. Do you want to merge that and rebase this to get the fix?
weird... did you fix it on #7? I thought you fixed it on master before rebasing that other branch (which this branch should have)?
No, I rebased #7 and then fixed it there. Master has not changed.
it's not this?
yep, you're right. fixes will come back from #7
Working through adding a flexible dense network classifier and metrics.
Currently designed to operate on a single vector input. This is hands down the easiest thing to do at the moment, some kind of post-filtering might get us something decent to start. Can extend to context windows (len>1) and time-sensitive models later (CNNs, recurrent models, etc).
ToDo's:
pescador
@bmcfee anything else obvious missing?