Methods to calculate MSE, NMSE, and R2 #35
Annotations
1 error and 11 warnings
Test
Process completed with exit code 1.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Build:
HEAL.Expressions/ReparameterizeExprVisitor.cs#L108
Possible mistaken empty statement
|
Build:
HEAL.NonlinearRegression/ModelSelection.cs#L111
The variable 'e' is declared but never used
|
Build:
HEAL.NonlinearRegression/ModelAnalysis.cs#L312
The variable 'e' is declared but never used
|
Build:
HEAL.Expressions.Benchmark/Evaluation.cs#L21
Non-nullable field 'data' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Build:
HEAL.Expressions.Benchmark/Evaluation.cs#L22
Non-nullable field 'dataCols' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Build:
HEAL.NonlinearRegression.Console/Program.cs#L61
The variable 'e' is declared but never used
|
Build:
HEAL.NonlinearRegression.Console/Program.cs#L128
The variable 'e' is declared but never used
|
Build:
HEAL.NonlinearRegression.Console/Program.cs#L688
Non-nullable property 'Dataset' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
HEAL.NonlinearRegression.Console/Program.cs#L691
Non-nullable property 'Target' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
HEAL.NonlinearRegression.Console/Program.cs#L694
Non-nullable property 'Model' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Loading