Matt Warkentin

Results 92 comments of Matt Warkentin

`luz_callback_csv_logger()` saves a space-delimited file, not a comma-separated one. I think `sep = ","` needs to be added here: https://github.com/mlverse/luz/blob/eada7e8a075bd26b3cc6d9ba5edc2664a5c3d78a/R/callbacks.R#L564-L570

Hi @dfalbel, I have a couple callback ideas, is this issue a good place to share and brainstorm??

I'm a big fan of `pytorch-lightning` and there are a few of their "trainer flags" (i.e. arguments) that I think can be implemented as `luz` callbacks and would be great...

Great to hear! I have a working version of `luz_callback_validation_check()` already, but it needs a little more work. `luz_callback_overfit_batches()` has been a bit tougher since it requires modifying the dataloader....

Yes, I have noticed this as well. Would be great to have the grid appear right when the shiny app is loaded rather than requiring a mouse-over.

Is there no way currently to silence the message emitted by `tibblify::tibblify()` when there are unspecified columns other than wrapping it with `suppressMessages()`?

Hi @AGSCL, I think this should be possible with something like: ````yaml --- output: fidelius::html_password_protected: password: `r Sys.getenv('CANVASPASS')` output_format: rmarkdown::html_document --- ```` Let me know if this does not work...

Hi @Hyunsoolol, Thanks for filing an issue. What do you mean when you say the password is not properly set? Could you elaborate? Also, are you able to share a...

Can you check what error shows up in the console when you try to authenticate in your browser? If you are using Chrome, you can do this by loading the...

Hi @Hyunsoolol, This is the CSS stylesheet, not the JS console. Can you please show the output shown in the console?