-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OA: Initial design #245
Comments
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. |
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. |
Hi @laxmikantbaheti, the initial design show be more or less ok for the moment. Let's start implementing and redesign on demand... |
@laxmikantbaheti I think the initial design is done. We can (and will) review/redesign/refactor the design during our implementations... |
Classes OATrainingResults, OATraining removed |
The initial models and concepts shall be designed and implemented:
Prerequisites:
#391
The text was updated successfully, but these errors were encountered: