Skip to content
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

Provide meaningful evidence of type "model" #15

Open
2 tasks
LiFaytheGoblin opened this issue Aug 8, 2023 · 0 comments
Open
2 tasks

Provide meaningful evidence of type "model" #15

LiFaytheGoblin opened this issue Aug 8, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@LiFaytheGoblin
Copy link
Owner

The "model" evidence currently is a .ser file, a serialization of a Linear Regression model. However, it can not be imported back into Moodle, nor can it's details (like weights) be viewed. A helpful file should be provided instead.

For the model evidence, generate a CSV that contains

  • the model properties (fields as strings)
  • for the Linear Regression model: the weights and model properties (e.g. learning rate)
@LiFaytheGoblin LiFaytheGoblin added the enhancement New feature or request label Aug 8, 2023
@LiFaytheGoblin LiFaytheGoblin modified the milestone: v3.0 Aug 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant