systemds
systemds copied to clipboard
An open source ML system for the end-to-end data science lifecycle
* Implemented mini ORM and added jobs functionality * Frontend integration of entities CRUD + real-time metrics monitoring * Added frontend tests + front- and backend README documentation * Implemented...
This change has the initial frontend application written in Angular. It is integrated with the backend so that both applications are communicating with REST requests, with this, coordinators and workers...
This patch converts countDistinct() from a non-parameterized builtin to a parameterized builtin function to allow for 1 new parameter: dir for direction. The value of dir can be r and...
This PR is a new implementation of the GIO (generating readers for custom datasets). In the new implementation, removed all hard-coded implementations for flat datasets and replaced them with code...
Perform federated write at site of workers and locally write a MTD file containing the addresses. Frames work too, but testcases are still missing.
The mnist version works. Adult neural still has problems, because `toOneHot()` is not executed federated and the federated Paramserver fails if features are federated, but labels are not. Requires #1667
This reworks our runtime replacement of CP instructions with FED versions when appropriate. SP replacement will be done in another PR. This implementation was my second approach, the first one...