Skip to content

Releases: gldraphael/scale

v0.2.5

20 Mar 20:20
8ba434d

Choose a tag to compare

This release supersedes https://github.com/gldraphael/scale/releases/tag/v0.2.4

What's Changed

Full Changelog: v0.2.3...v0.2.5

v0.2.4

20 Mar 20:14
d8a7a1b

Choose a tag to compare

v0.2.4 Pre-release
Pre-release

This release is superseded by https://github.com/gldraphael/scale/releases/tag/v0.2.5

What's Changed

Full Changelog: v0.2.3...v0.2.4

v0.2.3

20 Mar 00:13
bd868ef

Choose a tag to compare

v0.2.3 Pre-release
Pre-release

What's Changed

Full Changelog: v0.2.2...v0.2.3

v0.2.1

15 Mar 17:10

Choose a tag to compare

v0.2.1 Pre-release
Pre-release

What's Changed

  • Temporary hack to make the host configurable in the reactapp by @gldraphael in #19

Full Changelog: v0.2.0...v0.2.1

v0.2.0

15 Mar 00:40

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.0...v0.2.0

v0.2.0 - a working obesity classifier app

We now have a working UI, and docker setup. The whole thing just works
locally.

There's a ton of work to do in the data exploration and in the UI
department. I might also rewrite the classifier in something that is not
python so that it doesn't take 400BM storage.

However, this is a great accomplishment given that it's been exactly 7
days since I started this project!

v0.1.0

12 Mar 22:03

Choose a tag to compare

v0.1.0 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: https://github.com/gldraphael/scale/commits/v0.1.0

v0.1.0 - working obesity classifier API

This release creates a work-in-progress (but still working) obesity
classifier API, and along with a worker that performs the classification
using RandomForest ensemble classifier.

This release also has a very simple model (joblib pickle) that can be
used in python environments. Refer to the jupyter notebooks for details.

Lastly, this release has the dockerfiles & compose files needed to run
this locally without having to install python, rust or any other
dependency.