Skip to content
This repository has been archived by the owner on Aug 15, 2018. It is now read-only.

0.3.2

Compare
Choose a tag to compare
@hackermd hackermd released this 27 Jul 11:49
· 100 commits to master since this release

Improvements

  • expose created_at and updated_at columns of tasks table via REST API
  • separate model training and prediction for classifier tools to reduce memory usage and allow parallelization of label prediction
  • speed up insertion of tool results into database by targeting individual shards directly
  • no longer serialize type of workflow step arguments and enforce types rather than performing type checks
  • implement ORM interface for distributed tables to allow modification of distributed tables via ExperimentSession (this further abstracts table distribution; users can now handle distributed tables the same way they would handle any other table)