Skip to content
This repository has been archived by the owner on Dec 23, 2020. It is now read-only.

ktrnka/helpers

Repository files navigation

I found that I was copying and pasting code between machine learning projects so this is an attempt to simplify by having a shared Git submodule that I can update.

Goals

  • Should be able to use most of the package even if Theano isn't installed (keep those dependencies separate cause I couldn't get Theano working on Windows)
  • Shared library = enough incentive to write unit tests for common functionality
  • Sharing some of my helper code back to the community

TODO

  • Merge some of the ensemble work from my League project
  • Test and utilize the debug module
  • Can I merge pairwise feature generation? In the other code base it's dependent on a base model.

About

Assorted machine learning helpers that I tend to reuse

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages