David Beauchemin

Results 22 issues of David Beauchemin

Add a way to change the sample id output in the annotation process to a specific number (see picture). ![image](https://user-images.githubusercontent.com/24845694/98418418-da7c8c00-2050-11eb-83df-59b955220936.png) Reason: I want to annotate large text and the app...

enhancement
good first issue

It seems like using Magnitude into a Torch `DataLoader` makes the database fail when using more than one worker. The problem is, I'm converting into embedding my dataset on running...

### To Dos - [X] I tested with the [latest released version](https://github.com/rstcheck/rstcheck/releases/latest). - [X] I have checked the [issues](https://github.com/rstcheck/rstcheck/issues) and think that this is not a duplicate. - [X] I...

bug
triage

When doing the TVAE or CTGAN tutorial, one gets a lot of `SettingWithCopyWarning` due to the following [line](https://github.com/sdv-dev/CTGAN/blob/357177806a0523ce94a0b199c0914fd8849e51b3/ctgan/data_transformer.py#L111). I found a bug by deeply looking at the code and trying...

bug

The method `transform` of the `BayesGMMTransformer` is the [following](https://github.com/sdv-dev/RDT/blob/74ffcb72aaddf434b31f09bcbdfcda66457539b0/rdt/transformers/base.py#L232): `def transform(self, data, drop=True):` where `drop` is a bool according to the doc. However, [here](https://github.com/sdv-dev/CTGAN/blob/357177806a0523ce94a0b199c0914fd8849e51b3/ctgan/data_transformer.py#L113) during the transformation we use a...

bug
under discussion

Normalization of protected-like attributes for TVAE and CTGAN. See #218 for more details.

See #215 for details. I did not add the test since it is supposed to be captured by one of the tests already. However, we could use the tutorial to...

Missing flag option for progress like CTGAN.

Add all the missing docs for the TVAE Synthesizer. **Note that I have introduced in the doc the `verbose` flag related to PR #219 **

This PR fixes: - some missing default values in a tabular `CTGAN` module. - some missing default values in the tutorial of those same models and cleans duplicate information for...