Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

Releases: mldock/mldock

streamlined asset magic system

23 Apr 09:29
1fca563

Choose a tag to compare

What's Changed

Full Changelog: V0.9.1...v0.9.2

new streamlined mldock example templates

05 Apr 15:52
2b9bb21

Choose a tag to compare

What's Changed

Full Changelog: v0.9.0...V0.9.1

stage management and flexible routines

04 Mar 08:38
be6f6fe

Choose a tag to compare

  • flexible routines for build, train, deploy
  • mldock stages for stage management
  • setting routines per stage (i.e. dev, prod, etc)
  • build routines default to mldock local build behaviour
  • train and deploy routines are automatically at project init, however they only function for --interactive mode. This can be great for running differently in development.

v0.8.25

21 Nov 07:57
314b733

Choose a tag to compare

What's Changed

Full Changelog: v0.8.24...v0.8.25

Brings more local predict functionality

16 Nov 20:54
eb5e95c

Choose a tag to compare

What's Changed

Full Changelog: v0.8.23...v0.8.24

add basic dataset and models management cli

19 Sep 06:42
b1ab2ae

Choose a tag to compare

bugfix - requirements pointing to dir

05 Sep 07:51
24c2772

Choose a tag to compare

v0.8.22

Merge pull request #77 from mldock/BUGFIX/requirements_default_points…

adds Interactive Train/Deploy & Streamlined containers

03 Sep 05:38
ff1b4d2

Choose a tag to compare

Better container init

  • check available templates in template server
  • defaults github templates to mldock template server on github, if configured for github. No need for API key.
  • resolves initialize a container from provided trainer, prediction and requirements.txt files #66 - init container from provided train, prediction and requirements files

Better development

  • providing an --interactive on train/deploy which runs those commands without docker

streamlines base containers:

  • migrating to a fastapi + uvicorn server
  • stripping out non-base requirements (mldock logger, csv handling in request) - current containers are a cleaner basis to start from.
  • splitting src/container/assets.py => src/container/lifecycle.py + src/assets.py. To help with explainability and "migratability" meaning that user altered code is not removed in a container init --container-only execution.
  • brings a @Wrap decorator to provide user scripts with appropriate wrappers for error handling and startup/cleanup tasks in container lifecycle.

bugfixes:

  • requirements.txt handling in container init where src/requirements.txt already existed would fail due to create=True on packagemanager.

adds `package` command to manage project dependencies

19 Aug 07:41
e889213

Choose a tag to compare

  • package pack is a wrapper around pip wheel in hopes to streamline dependency management in container projects
  • bugfix: logs metrics/params groks updated to be more flexible on metric naming. Specifically to include special characters by using a GREEDYDATA groking approach.

bugfix - registry push build

16 Aug 19:36
5a7e64a

Choose a tag to compare

v0.8.19

Merge pull request #60 from mldock/bugfix/registry_push_build_failure