django-river-ml

Django plugin for online machine learning with river (under-development)

OTHER License

Downloads
253
Stars
10
Committers
2

Bot releases are visible (Hide)

django-river-ml - Django River ML Release v0.0.21 Latest Release

Published by vsoch 10 months ago

django-river-ml - Django River ML v0.0.2

Published by vsoch over 2 years ago

What's Changed

Full Changelog: https://github.com/vsoch/django-river-ml/compare/0.0.19...0.0.2

django-river-ml - Django River ML v0.0.19

Published by vsoch over 2 years ago

What's Changed

Full Changelog: https://github.com/vsoch/django-river-ml/compare/0.0.18...0.0.19

django-river-ml - Django River ML v0.0.18

Published by vsoch over 2 years ago

This release adds a basic visualization to the example app to look at cluster centroids, and an iris dataset example (using scikit learn datasets).

What's Changed

Full Changelog: https://github.com/vsoch/django-river-ml/compare/0.0.17...0.0.18

django-river-ml - Django River ML v0.0.17

Published by vsoch over 2 years ago

  • river.metrics.cluster was removed, so we cannot use them here.
django-river-ml - Django River ML v0.0.16

Published by vsoch over 2 years ago

This release includes:

  • refactor of client to provide same functions internally
  • allow user to specify a custom set of urls to expose
  • documentation for DjangoClient (internal client)
django-river-ml - Django River ML v0.0.15

Published by vsoch over 2 years ago

This release includes a bug fix for download (the URLs were out of order so a download request was hitting the wrong endpoint) and support to disable rate limiting globally.

django-river-ml - Django River ML v0.0.14

Published by vsoch over 2 years ago

This release is a bugfix to ensure the /auth/token url is in the same namespace given to django river ML. E.g., /auth/token is commonly used by django applications and in testing I just hit a bug where my auth was failing because django River ML stole the endpoint! 😆

django-river-ml - Django River ML v0.0.13

Published by vsoch over 2 years ago

This release includes support for custom and cluster models.

django-river-ml - Django River ML Release v.0.0.12

Published by vsoch over 2 years ago

This is the first automated release of Django River ML! 🥳

Specifically, this is the first release with examples for all model types (binary, regression, multiclass) and the addition of a label endpoint to be able to save an identifier for a prediction and then label it later. See https://github.com/vsoch/django-river-ml/pull/7.