Skip to content

Releases: visionjo/pykinship

v0.2.0-alpha

29 May 10:36
07a16d0
Compare
Choose a tag to compare
v0.2.0-alpha Pre-release
Pre-release

Most benchmarks are completed (end-to-end). Documentation and project structure, along with many project utilities is in place.

Primary goals for the release of the next major version are listed as follows:
1. Incorporate data counts into documentation-- create demo doing EDA and saving counts such to be rendered in markdown inside data/
2. Exhaust all options for metrics. Explicitly record all performance ratings, with clarity of specifics. Automatically dump result data such as ROC curve points, tables (as data, dumped to be rendered in markdown), and save qualitative results (i.e., edge cases).
3. Add tests to current code-base-- once added, it is to be maintained in line with the approval of PR.
4. Document templates that are typical in public coding effort (i.e., Contributions.md, Summary of Contents)
5. Few scripts that clearly go end-to-end in the pipeline, such that a single script exemplifies the interface at all major junctions in the ML/ DS pipeline.
6. Add precommits, along with Travis-CI build (i.e., further secure robustness of code-base).