Emily (Miller) Dorne
Emily (Miller) Dorne
This PR adds options for adding an ethics checklist (deon) and setting up nbuatoexport. A few open questions: - [ ] should we use a more descriptive name than `nbautoexport`...
I was loading a file from s3 and mistyped the file location. The error I got showed me the local tmp path, which was misleading. I think this should be...
Often times we're not just writing to text files but loading and saving csvs. Could be nice to add some examples to the docs or example notebook like ``` with...
Python 3.6 is no longer supported so we should remove this from the github actions test matrix.
- do we need to require certain packages to support a checklist in LaTex?
`Examples` header in the sidebar feels like it should link to checklist examples (i.e. the rendered versions) rather than a table of ethical issues. One idea is to call this...
If a user just provides a split column, they'll get the default split proportions. This leads to the message ``` Labels contains split column yet split_proportions are also provided. Split...
Right now, we check that there are at least some [filepaths are valid](https://github.com/drivendataorg/zamba/blob/master/zamba/models/config.py#L80) as part of the [TrainConfig validation](https://github.com/drivendataorg/zamba/blob/master/zamba/cli.py#L134), which happens before we [confirm](https://github.com/drivendataorg/zamba/blob/master/zamba/cli.py#L154-L181) with the user that the config...
In https://github.com/drivendataorg/zamba/pull/191, we pin `thop` to an earlier version since the latest causes an onnx import error. This is currently being discussed in issue https://github.com/Lyken17/pytorch-OpCounter/issues/173#issuecomment-1153194928. Once a new release is...