koi-learning / koi-core

The runtime environment for the KOI-System. Train models, run instances, and collect samples.
GNU Lesser General Public License v3.0
2 stars 0 forks source link

Implement monitoring possibility for AI models with existing tool #36

Open PhilippDrechsler opened 2 years ago

PhilippDrechsler commented 2 years ago

Running models during training and in production must have the possibility to be monitored. several tools are available. Please consider to implement one of the following tools (open source) :

More tools are listed here:

jonau commented 2 years ago

Could you please emphasize on what monitoring functionality you need?

In general the architecture as a general purpose (i.e. framework independent) architecture does not allow deep monitoring of machine learning models (comparable to e.g. "weights & bias").

On the other hand monitoring of production and deployment related metrics is "in scope" of this project.