Releases: gldraphael/scale
Releases · gldraphael/scale
v0.2.5
This release supersedes https://github.com/gldraphael/scale/releases/tag/v0.2.4
What's Changed
- Remove code meant to only be used during testing by @gldraphael in #31
- Extremely basic design for the results page by @gldraphael in #30
Full Changelog: v0.2.3...v0.2.5
v0.2.4
This release is superseded by https://github.com/gldraphael/scale/releases/tag/v0.2.5
What's Changed
- Extremely basic design for the results page by @gldraphael in #30
Full Changelog: v0.2.3...v0.2.4
v0.2.3
What's Changed
- Update readme by @gldraphael in #24
- Update link to dataset limitations page by @gldraphael in #25
- Update dockerfile to use pnpm by @gldraphael in #28
- Replace cards with radiobuttons by @gldraphael in #27
- Set key for each of the flux elements by @gldraphael in #29
Full Changelog: v0.2.2...v0.2.3
v0.2.1
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
What's Changed
- Mark jupyter notebooks as documentation by @gldraphael in #13
- Add github actions by @gldraphael in #15
- Bump tokio from 1.43.0 to 1.44.1 in /apps/webapi by @dependabot in #17
- Bump serde from 1.0.218 to 1.0.219 in /apps/webapi by @dependabot in #16
- Build a UI in react by @gldraphael in #14
New Contributors
- @dependabot made their first contribution in #17
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
What's Changed
- Add GRPC support: rust api to pyworker server by @gldraphael in #2
- Use a classification model in pyworker by @gldraphael in #6
- Containerize the pyworker and webapi apps by @gldraphael in #7
New Contributors
- @gldraphael made their first contribution in #2
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.