Skip to content

Releases: john-hawkins/projit

v0.1.13

08 Aug 03:22
Compare
Choose a tag to compare

Adding in option to output results in LaTeX table form -- using a custom internal function
Added in command line option to set decimal precision when outputting results - default value to 3 decimal places

v0.1.12

08 Aug 02:02
Compare
Choose a tag to compare

Minor changes - fixing CLI bugs

v0.1.11

27 May 02:01
Compare
Choose a tag to compare

Added compare functionality: compare results across datasets
Modified CLI options and printing to include compare as a CLI switch

v0.1.10

02 Feb 22:24
Compare
Choose a tag to compare

Bug fix with execution stats of hanging executions

v0.1.9

02 Feb 11:30
Compare
Choose a tag to compare

v0.1.9

Introduced multiple new CLI commands:

  • rm : To remove experiments and datasets
  • plot : To produce ascii plots of project parameters

Modified data structure to store experiment executions.

Adding API functions to start and end experiments to

  • Track executions times
  • Store params and hyper-parameters associated with particular executions

Clean up of some warnings

  • More test coverage

v0.1.8

15 Sep 02:03
Compare
Choose a tag to compare

Cleaning up experiment results output at CLI

v0.1.7

15 Sep 01:57
Compare
Choose a tag to compare

Hyper-parameter storage.
Seperate experimental result storage per dataset

v0.1.6

02 Sep 09:56
Compare
Choose a tag to compare

Changing experiment add function to prevent duplication
Adding project params for general meta data storage.
Improving CLI with standard options.
Creating CLI option for results listing

v0.1.5

27 Apr 12:08
Compare
Choose a tag to compare

CLI Bug fixes by Jesse.W
Adding initial document rendering to a PDF

v0.1.3

26 Apr 02:00
Compare
Choose a tag to compare

Modified initialisation to make directory creation optional.
Added CLI parameter to explicitly name the template for dir creation.
Added simple template for 'cookiecutter-data-science'