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

luz_callback_csv_logger() saves a space-delimited file, not a comma-separated one. I think sep = "," needs to be added here: #50

Closed
dfalbel opened this issue Jul 20, 2021 · 0 comments · Fixed by #52
Labels
bug Something isn't working

Comments

@dfalbel
Copy link
Member

dfalbel commented Jul 20, 2021

luz_callback_csv_logger() saves a space-delimited file, not a comma-separated one. I think sep = "," needs to be added here:

luz/R/callbacks.R

Lines 564 to 570 in eada7e8

utils::write.table(
metrics,
file = self$path,
append = self$append,
col.names = !self$append,
row.names = FALSE
)

Originally posted by @mattwarkentin in #5 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant