fhswf / MLPro

MLPro - The Integrative Middleware Framework for Standardized Machine Learning in Python
https://mlpro.readthedocs.io/
Apache License 2.0
12 stars 3 forks source link

OA: Initial design #245

Closed detlefarend closed 5 months ago

detlefarend commented 2 years ago

The initial models and concepts shall be designed and implemented:

Prerequisites:

391

detlefarend commented 2 years ago

Hi @laxmikantbaheti, I revised the models for stream providers and streams. I moved the download-methods from class Stream to the OpenML wrapper class because the need for downloading data highly depends on the stream provider.

detlefarend commented 2 years ago

Hi @laxmikantbaheti, I revised the stream classes and related class diagram a little. In class Stream I eliminated internal attribute self._name. Your howtos are still running.

detlefarend commented 2 years ago

Hi @laxmikantbaheti, the initial design show be more or less ok for the moment. Let's start implementing and redesign on demand...

detlefarend commented 1 year ago

@laxmikantbaheti I think the initial design is done. We can (and will) review/redesign/refactor the design during our implementations...

detlefarend commented 5 months ago

Classes OATrainingResults, OATraining removed