tugraz-isds / systemds

An open source ML system for the end-to-end data science lifecycle
Apache License 2.0
37 stars 20 forks source link

Python fixes, docs and restructure #121

Closed kev-inn closed 4 years ago

kev-inn commented 4 years ago

I will wait for the python test and check if it now works. Not sure yet.

kev-inn commented 4 years ago

Oh and it would be nice if somebody could try building the python doc (read src/main/python/docs/README.md for instructions) and take a look. It is extremely rough around the edges, so any comments are appreciated. Edit: I would actually appreciate a design discussion on functions like full, seq and federated returning an OperationNode, but class Matrix, which is used for reading matrices from files or creating a matrix from numpy, being derived from OperationNode.

kev-inn commented 4 years ago

Oh the rst comments did not work, I will fix it.

Baunsgaard commented 4 years ago

TODO: Fix Python test in workflows, put the workflows that are currently disabled back.