Skip to content

#56: Revision of data_strucutres.py

Alessandro Maissen requested to merge 56-enhancing-datablock-and-subclasses into master

This PR revises and enhances data_strucutres.py and mainly consists of

  • Improved documentation and type annotations or the classes DataBlock and Dataset
  • Simplification of methods related to preparing the data for the ML model. This includes but is not limited to Dataset._datamat_forML(...).
  • New method to retrieve the data matrix and data objects from a DataBlock.

Breaking changes

  • There should be no breaking changes for the user. All changes of existing code concern internal stuff.
Edited by Alessandro Maissen

Merge request reports

Loading