Skip to content

Use the data value of point j as right-hand side in glacier_cv. - #292

Open
jenskeiner wants to merge 1 commit into
developfrom
fix/glacier-cv-rhs
Open

jenskeiner wants to merge 1 commit into
developfrom
fix/glacier-cv-rhs

Conversation

@jenskeiner

Copy link
Copy Markdown
Contributor

The training loop assigned tmp_y to every ip.y[j]. After the read loop tmp_y holds the last value read, so the solver fitted a constant and the printed cross validation errors were meaningless. Use cp_y[j], which holds the value of point j.

The training loop assigned tmp_y to every ip.y[j]. After the read loop tmp_y
holds the last value read, so the solver fitted a constant and the printed
cross validation errors were meaningless. Use cp_y[j], which holds the value
of point j.
@github-actions

Copy link
Copy Markdown

Accuracy: 3616 cases unchanged.

📊 Full accuracy report

@jenskeiner
jenskeiner requested a review from skunis September 19, 2026 18:42

This branch has not been deployed

No deployments
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.

1 participant