Skip to content

Conversation

@eeddy
Copy link
Collaborator

@eeddy eeddy commented Aug 14, 2024

No description provided.

@eeddy eeddy changed the base branch from main to latest August 14, 2024 12:38
cbmorrell and others added 12 commits August 14, 2024 09:39
Importing the Delsys API streamer threw an error if the user didn't have a .NET runtime. Users shouldn't need this if they aren't using the Delsys API.

Moved the imports that caused this into the run() method. If the necessary runtime isn't detected, then an error is thrown.
offline_metrics module didn't have regression metrics.

Added simple offline metrics, such as R2, MAE, etc.
Added sample regression dataset.
Some regressors, like SVR, can't handle multiple outputs.

Automatically cast to multi output.
Only want to check for rejection with classification data, so added a check.
Regression metrics were missing documentation and always returned the mean value across DOFs.

Changed this so they returned a list, where each element corresponds to a DOF.
@eeddy eeddy changed the base branch from latest to main August 14, 2024 12:39
@eeddy eeddy changed the base branch from main to latest August 14, 2024 12:43
@eeddy eeddy changed the base branch from latest to main August 14, 2024 12:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants